fluent-plugin-prometheus icon indicating copy to clipboard operation
fluent-plugin-prometheus copied to clipboard

A fluent plugin that collects metrics and exposes for Prometheus.

Results 69 fluent-plugin-prometheus issues
Sort by recently updated
recently updated
newest added

We are using tail plugin with "pos_file_compaction_interval" option. With this option pos_file is getting updated by removing all deleted tailed file information. We are using the prometheus_tail_monitor plugin to get...

For many exporters, there's a bit of metadata that is added to the metrics. For example from Prometheus itself ``` # HELP prometheus_build_info A metric with a constant '1' value...

enhancement
help wanted

As proposed in #20 I implemented a way to auto remove idle metrics at runtime without needing to restart. Example: ``` name message_foo_counter type counter desc The total number of...

enhancement

When I use prometheus input plugin, expose metrics url can ouput metrics without auth Currently it only support TLS setting, but it's too difficult for prometheus config Hope it can...

0 Currently, we employ the following approach for sending logs to OpenSearch: receiving application logs in Gzip format stored in S3. We then input this S3 Gzip file(collection of logs)...

It seem currently exporter has no way to stop displaying metrics which are obsolete(never going to be updated). For example in kubernetes cluster we can have thousands of containers recreated...

enhancement

I'm currently using fluentd to generate a giant amount of metrics which have already passed 50Mb response sizes in some of our nodes I can bump limits and timeouts on...

Hi We are using Multiple workers in our fluentd configuration. Please refer the below configuration ``` workers 3 @type forward port 24224 @type elasticsearch host elasticsearch port 9200 @type prometheus...

Reading the code as well as in my testing, the values of the following keys could go up and down. ``` fluentd_status_buffer_queue_length fluentd_status_buffer_total_bytes fluentd_output_status_buffer_queue_length fluentd_output_status_buffer_total_bytes fluentd_output_status_retry_wait ``` but for the...

question

* From https://github.com/fluent/fluentd/issues/4233. The document says `output_status_retry_wait` means current retry_wait computed from last retry time and next retry time. https://github.com/fluent/fluent-plugin-prometheus/blob/41fa2df366ceef7b46de154859c852926cba48a9/README.md#L122-L123 However, it actually means the elapsed time from the first...

bug