You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Hi,
Consider a hypothetical scenario of monitoring the memory usage of service in an environment of an application. So we can have mem_usage as metric and labels as service, environment, application. Let's say each service can be owned by one or more teams, how to bring in this new dimension of teams into labels so that I can query what is the memory usage by teamA and teamB separately considering a service can be owned by both teams A & B?
Brian Candler
unread,
Jun 13, 2020, 4:25:51 PM6/13/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Have a separate metric which relates instances to teams, and join in your query. Details here: