Any other options to store the metrics in golang #1345
Unanswered
Alitindrawan24
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
-
Hello everyone, I would like to ask if there is another option to save the metrics results in the golang application other than in memory/binary?
Because I have several problems, the first is because the metrics will be lost every time the deployment process is carried out. Second because I did a deployment with docker swarm and used 2 replicas so that each container has different metrics.
Is there another option to store metrics such as using Redis or others? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions