Replies: 1 comment
-
Hi all,
but prometheus which is getting used inside skywalk- OAP (running on port 9090) is not able to scrape it. if i use separate prometheus on different port then it work, but OAP internal prometheus doesn't allow that.
Thank you in advance. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am working on apache skywalking with OAP, otel collector, banyandb. I want rabbitmq-prometheus metrics (http://localhost:15692/metrics/) should scraped and export by the OTel Collector. At the end i want these metrics for creating alarm rules in apache skywalking.
there is a metrics called rabbitmq_queue_messages_unacked coming from rabbitmq-prometheus . But otel-collector is not able to scrape it. I am getting below error in OAP docker container->
java.lang.IllegalArgumentException: org.apache.skywalking.mqe.rt.exception.IllegalExpressionException: Expression: sum(rabbitmq_queue_messages_unacked) > 100 error: Metric: [rabbitmq_queue_messages_unacked] does not exist.
It would be really appreciating if you provide me some example or doc.
otel-collector-config.yaml file
Let me know if you need more details.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions