Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/wakeful/selenium_grid_exporter

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/wakeful/selenium_grid_exporter

  • v0.0.0-20190814104649-2b37e25c655f
  • Source
  • Go
  • Socket score

Version published
Created
Source

Selenium Grid exporter

A Prometheus exporter that collects Selenium Grid metrics.

Usage

$ docker run -it wakeful/selenium-grid-exporter -h
Usage of /selenium_grid_exporter:
  -listen-address string
      Address on which to expose metrics. (default ":8080")
  -scrape-uri string
      URI on which to scrape Selenium Grid. (default "http://grid.local")
  -telemetry-path string
      Path under which to expose metrics. (default "/metrics")

Metrics

# HELP selenium_grid_hub_sessions_backlog number of sessions waiting for a slot
# TYPE selenium_grid_hub_sessions_backlog gauge
selenium_grid_hub_sessions_backlog 0
# HELP selenium_grid_hub_slotsFree number of free slots
# TYPE selenium_grid_hub_slotsFree gauge
selenium_grid_hub_slotsFree 4
# HELP selenium_grid_hub_slotsTotal total number of slots
# TYPE selenium_grid_hub_slotsTotal gauge
selenium_grid_hub_slotsTotal 8
# HELP selenium_grid_up was the last scrape of Selenium Grid successful.
# TYPE selenium_grid_up gauge
selenium_grid_up 1

FAQs

Package last updated on 14 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc