fluent-plugin-prometheus
fluent-plugin-prometheus copied to clipboard
A fluent plugin that collects metrics and exposes for Prometheus.
I have 2 nodes fluentd-aggregator cluster on AWS ECS. It's CPU is around `2%` before I enable prometheus monitor. But whenever I enable prometheus monitor it becomes `40%` ## Dockerfile...
i have many docker nginx instance in k8s cluster, so We have many nginx log file in disk, So How can I config source path , and the path support...
https://github.com/google/mtail In terms of metrics types and parsing ability, can you give a brief comparison in README?
fluent-plugin-prometheus currently does not support SSL/TLS encryption. Is there a plan to include SSL/TSL support? Thanks in advance, Mahesh
I'm trying to understand if my expectation of the value `num_errors` is wrong, or if I'm doing something wrong in the setup. My intention was to use `num_errors` from my...
I've put print outs to the `instrument` method at 162nd line, https://github.com/fluent/fluent-plugin-prometheus/blob/46483296ecc00c03985c56cfa23d38e4454e78fd/lib/fluent/plugin/prometheus.rb#L162 ```ruby puts labels(record, expander, placeholders) puts value @counter.increment(labels(record, expander, placeholders), value) ``` here is the output, ```bash $...
I'm using `'' with ''` to count output records metrics. Using fluentd-v0.14.25; fluent-plugin-elasticsearch (2.11.10); fluent-plugin-prometheus (1.1.0), fluent-plugin-bufferize (0.0.2). So I have something like this: ``` @type elasticsearch @type prometheus .......
I want to capture strings from Prometheus logs and send as a metric to Prometheus. Prometheus logs as as below .. ``` level=info ts=2018-12-13T01:22:34.889490476Z caller=main.go:491 msg="Server is ready to receive...
Signed-off-by: Jesper Söderlund Add additional capabilities for label values from matching parts of tags, similar to record_transformer
`num_errors` is accumulated value on v0.14, but not on v0.12 `retry_count`, too.