Container name as UUID #410
Unanswered
justinwalz
asked this question in
Help & Support
Replies: 1 comment
-
@justinwalz thank you for this input I assume it can be improved. Can you please open an issue for it ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. Thanks for the work on this project. Question about the container names. Why are the init container names UUIDs?
trivy-operator/pkg/plugins/trivy/plugin.go
Line 1107 in 021ffe8
For systems that collect metrics/logs, this would inherently spike cardinality as there are now potentially infinite values for the label
container
orcontainerName
.It seems like they could just be
copy-binary
ordb
, without much issue.Let me know what you all think. Best.
Beta Was this translation helpful? Give feedback.
All reactions