-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
My fluentd config:
`
@type prometheus
@id in_prometheus
bind "0.0.0.0"
port 24231
metrics_path "/metrics"
My Prometheus config has the correct target, and I'm able to pull up all the default output and buffer stats already, not sure if this is the correct forum, but I'm unable to pull any input stats from the 'fluentd_input_status_num_records_total' filter. It shows up on the fluentd /metrics URL when I add the filter, but I can't seem to actually query this counter at all from Prometheus, it's like it doesn't exist.
Am I missing a piece of configuration somewhere?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels