Add service.pool.name #1404
Labels
area:service
enhancement
New feature or request
experts needed
This issue or pull request is outside an area where general approvers feel they can approve
triage:needs-triage
Area(s)
area:service
Is your change request related to a problem? Please describe.
Instances of a service can be grouped into pools. For example, a service could be split into two pools:
canary
anddefault
. Canary being a small pool that is deployed before default to check that everything is working as expected. Some pools can also be test pools of one or two instances to test a change in production.The metrics can be aggregated by pool to easily compare the canary and default pools but currently there is no standard labels for that concept.
Describe the solution you'd like
A new label
service.pool.name
which designates the pool the instance is part of. The value would depend on the company but some recommended values would be:default
canary
test-1
test-2
Describe alternatives you've considered
service.pool
if we are sure a pool cannot have other fields (e.g. an id)service.instance.pool
deployment.pool
Additional context
No response
The text was updated successfully, but these errors were encountered: