-
Notifications
You must be signed in to change notification settings - Fork 326
-
We’re using Fluent Bit Operator on AKS and need to collect Prometheus metrics exposed by application pods across multiple namespaces.
The idea is to scrape /metrics endpoints from all pods that define Prometheus scrape annotations, similar to how Prometheus Service Discovery automatically detects and collects from annotated workloads.
The challenge is that the ClusterInput CRD only provides the prometheusScrapeMetrics input, which seems to require static host/port configuration. In our case, we need to scrape metrics from all workloads across the AKS cluster without manually defining each target.
Has anyone run into this limitation before?
Is there any existing Fluent Bit feature or pattern that can handle this kind of dynamic service discovery for Prometheus endpoints?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments 1 reply
-
I'm going to move this over to the operator repo
Beta Was this translation helpful? Give feedback.