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
Flink jobs will publish data to a kafka topic and my application will publish it to Victoria. I have tried to write my own using the new version and it is working
Since this will periodically push metrics to Victoria, how to stats of the metrics it published in every interval
Success ratio/count of the metrics published
How to publish timestamp of the metrics
While testing my code, I overwhelmed my victoria cluster and it went down but I didn't know how to propagate it to my consumer so that it also stop consuming new events
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi team,
I have been trying to setup a collector that will directly publish metrics our Victoria cluster using the open-telemetry metrics format. Victoria has provided an example code but it was written using old version of otel metrics library - https://docs.victoriametrics.com/guides/getting-started-with-opentelemetry-app.go.example
Flink jobs will publish data to a kafka topic and my application will publish it to Victoria. I have tried to write my own using the new version and it is working
But I have some doubts regarding the above flow
While testing my code, I overwhelmed my victoria cluster and it went down but I didn't know how to propagate it to my consumer so that it also stop consuming new events
Beta Was this translation helpful? Give feedback.
All reactions