Project
Reverse Dependencies for prometheus-client
The projects listed here declare prometheus-client as a runtime or development dependency
0.0
A fluent plugin that collects metrics and exposes for Prometheus.
2019
2020
2021
2022
2023
2024
0.0
A td-agent plugin that collects metrics and exposes for Prometheus.
2019
2020
2021
2022
2023
2024
0.0
Fluentd plugins for Google Cloud Logging.
An unaffiliated fork of the official library.
2019
2020
2021
2022
2023
2024
0.0
This is a collection of useful tools to help you in more easily
instrumenting Ruby applications for the Prometheus monitoring
system.
2019
2020
2021
2022
2023
2024
0.0
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program. This plugin supports oauth2 token.
2019
2020
2021
2022
2023
2024
0.0
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program. This plugin supports oauth2 token.
2019
2020
2021
2022
2023
2024
0.0
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program. This plugin supports oauth2 token.
2019
2020
2021
2022
2023
2024
0.0
Output logstash data to a prometheus exporter
2019
2020
2021
2022
2023
2024
0.0
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program. This plugin supports oauth2 token.
2019
2020
2021
2022
2023
2024
0.0
Takes events from anything you like, and reliably sends them to a
logstash server (or cluster thereof), using modern service discovery
techniques like DNS.
2019
2020
2021
2022
2023
2024
0.0
Tool for monitoring application's processess state
2019
2020
2021
2022
2023
2024
0.0
APM For Ruby Applications based on Open Source Tools such as Prometheus, Grafana
2019
2020
2021
2022
2023
2024
0.0
Peatio gem contains microservices and command line tools
2019
2020
2021
2022
2023
2024
0.0
A fluent plugin that collects metrics and exposes for Prometheus.
2019
2020
2021
2022
2023
2024
0.0
Gathers metrics from Phobos, making it possible for Prometheus server to consume this
2019
2020
2021
2022
2023
2024
0.0
Export Prometheus statistics for a Postfix server
2019
2020
2021
2022
2023
2024
0.0
The missed parts of prometheus/client_ruby
2019
2020
2021
2022
2023
2024
0.0
Using prometheus-client with non-standard routes (i.e. using non-hexadecimal ids) yields problematic results.
This gem solves the problem offering a configurable Collector middleware.
2019
2020
2021
2022
2023
2024
0.0
Tracer for accurate duration tracking with Prometheus metrics
2019
2020
2021
2022
2023
2024
0.0
Application to gather prometheus style metrics
# Usage
Install the gem into your gemfile
```gem prometheus-collector```
Install your gemset
```bundle install```
Consume the program.
```
require 'prometheus/collector'
class Guage < Prometheus::Collector::Extensions::Base
install
def...
2019
2020
2021
2022
2023
2024