feat: add semantic conventions for gce instance group manager#2619
feat: add semantic conventions for gce instance group manager#2619joaopgrassi merged 3 commits intoopen-telemetry:mainfrom
Conversation
Signed-off-by: Paulo Dias <[email protected]>
thompson-tomo
left a comment
There was a problem hiding this comment.
Would be great to see these in the host namespace to enable maximum interoperability given that these attributes are common across platforms.
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
|
/label -Stale |
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
|
/label -stale |
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
|
/label -stale |
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
|
/label -stale |
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
|
/label -stale |
|
This PR has been labeled as stale due to lack of activity. It will be automatically closed if there is no further activity over the next 7 days. |
|
/label -stale |
|
This PR has been labeled as stale due to lack of activity. It will be automatically closed if there is no further activity over the next 7 days. |
|
/label -stale |
|
This PR has been labeled as stale due to lack of activity. It will be automatically closed if there is no further activity over the next 7 days. |
|
/label -stale |
|
Thank you for doing this @paulojmdias! |
|
cc @quentinmit |
you're welcome 🙏 |
1086c83
…elemetry#2619) Signed-off-by: Paulo Dias <[email protected]>
Fixes #905
Changes
This PR adds semantic conventions for Google Compute Engine (GCE) Managed Instance Group (MIG) attributes, aligning with the existing definitions in the GCP GCE resource detection processor.
New attributes
• gcp.gce.instance_group_manager.name – The IGM name managing this VM.
• gcp.gce.instance_group_manager.zone – Zone of a zonal IGM (set only for zonal MIGs).
• gcp.gce.instance_group_manager.region – Region of a regional IGM (set only for regional MIGs).
These attributes enable consistent resource labeling for VMs managed by MIGs, improving filtering, grouping, and correlation across telemetry data.
Merge requirement checklist
[chore]