You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and it worked.
now when deploying the rabbitmq deployment on a new cluster i've noticed that prometheus-to-sd:3.7 latest image has changed with changes on flag that seems to be broken.
the flag monitored-resource-types does not work anymore and i had to change it to monitored-resource-type-prefix.
is it documented anywhere?
thanks
Chen
The text was updated successfully, but these errors were encountered:
also, looks like when using the latest image and the new flag i'm not getting the RabbitMQ metrics to stackdriver. (such as queue_messages)
once updated the version to the SHA256 of the previous image (sha256:8e3679a6e059d1806daae335ab08b304fd1d8d35cdff457baded7306b5af9ba5) and used the old flag (monitored-resource-types=k8s) things are working again.
Hi
on our rabbitmq deployment within GKE i was using marketplace.gcr.io/google/rabbitmq/prometheus-to-sd:3.7 like the following:
and it worked.
now when deploying the rabbitmq deployment on a new cluster i've noticed that prometheus-to-sd:3.7 latest image has changed with changes on flag that seems to be broken.
the flag monitored-resource-types does not work anymore and i had to change it to monitored-resource-type-prefix.
is it documented anywhere?
thanks
Chen
The text was updated successfully, but these errors were encountered: