Track Product Version vs Git Version for a Wrapped Service? #40541
Unanswered
naftulikay
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.
-
Let's say I'm running Redis but a custom Docker build of it, so
FROM redis:latest
but with customizations. My workloads are deployed in Kubernetes.Right now, I'm labeling my pods like this:
This is nice because then it's easy for me to locate the exact Git version that produced the image/deployment.
However, since the underlying version of Redis may change, it would be nice to be able to add metadata referencing the actual Redis version so that in Datadog, I can distinguish the difference between Redis (e.g. 8.2.1).
Is there a labeling strategy where I can expose the Redis version to Datadog so I can group deployments based on what actual version of Redis that they are running?
Should I instead be labeling the version as the Redis version and embed the Git commit in some other label? How do most customers deal with this issue?
Beta Was this translation helpful? Give feedback.
All reactions