Include namespace in ui/metrics #1964
Labels
enhancement
New feature or request
good first issue
Good for newcomers
needs-triage
opencost
OpenCost issues vs. external/downstream
Is your feature request related to a problem? Please describe.
I am using the opencost ui and I do a breakdown based on this:
controller,service,pod
Unfortunately the listing does not contain the namespace.
Describe the solution you'd like
For example instead of the current listing like:
deployment:traefik
I would rather like to see
deployment:traefik:trafik
because different teams could deploy the same app in their own namepsace like
deployment:team-a:traefik
deployment:team-b:traefik
Describe alternatives you've considered
I have not found any option to include the namespace.
Additional context
Add any other context, documentation links, or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: