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

I have a setup where the forward input plugin is set to workers 1-3 and systemd is set to worker 0, the prometheus plugin is using the default port 24231...

### Details I have Fluentd set up with multiple workers and multiple plugins. Because of that, there are many Prometheus metrics. When I hit the _/metrics_ endpoint for individual workers,...

Hello, I have configure prometheus to collect metrics, everything its ok but all metrics I get have value 0. TYPE fluentd_output_status_buffer_total_bytes gauge # HELP fluentd_output_status_buffer_total_bytes Current total size of stage...

`{ "foo": "some value", "bar": "some value", "baz": "some value" }` In the `readme` it shows the key as `foo` and the plugin will count the message that contains `foo`...

I have set multible labels on matching tag in fluentd configuration file. These keys might or might not be present in the incoming logs. I am getting the following in...

question

A label with an empty value does not get added to the Prometheus metrics. Here is an example. I would expect that every metric would have a label `should_be_empty=""`. ```...

Fluentd 1.13 includes a log throttling per file feature. https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#enhancement-2 It would be great if there was a way to publish active throttling through metrics to allow early detection.

Hi! I ran into a problem after adding summary metrics to the fluentd configuration file: scrape duration started going up and in the end prometheus timed out trying to get...

From time to time, some of the fluentd pods target become down and not returned - until the pod is restarted: ![image](https://user-images.githubusercontent.com/6730584/72440103-e55bec80-37b0-11ea-86ed-743343e92544.png) There is no error shown in the logs,...

Hi, I am not sure if I should discuss here or in the fluentd project. I have a fluentd instance receiving (via forward) from fluent-bit instances and I've noticed that...