Can Multiple Filter Processors Be Used For POD Level Metrics #12764
Unanswered
mskhan-devops
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Can multiple Filter Processors be used for POD level metrics? What I want to do is to include
metrics pod_network_rx_bytes
for the PODmysql-db
andmetrics pod_memory_utilization_over_pod_limit
for POD microService.I am using the following config:
This configuration does not work. When I remove one of the above filters, it starts scraping metrics nicely.
I am using AWS Distro for OpenTelemetry (ADOT) for sending metrics to CloudWatch from my EKS cluster.
If anyone could assist me with this, that would be great. Are there any other workarounds if this is not supported.
Beta Was this translation helpful? Give feedback.
All reactions