Skip to content

feat: add semantic conventions for gce instance group manager#2619

Merged
joaopgrassi merged 3 commits intoopen-telemetry:mainfrom
paulojmdias:feat/905
Feb 3, 2026
Merged

feat: add semantic conventions for gce instance group manager#2619
joaopgrassi merged 3 commits intoopen-telemetry:mainfrom
paulojmdias:feat/905

Conversation

@paulojmdias
Copy link
Copy Markdown
Member

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

  • CONTRIBUTING.md guidelines followed.
  • Change log entry added, according to the guidelines in When to add a changelog entry.
    • If your PR does not need a change log, start the PR title with [chore]
  • Links to the prototypes or existing instrumentations (when adding or changing conventions)

Copy link
Copy Markdown
Contributor

@thompson-tomo thompson-tomo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be great to see these in the host namespace to enable maximum interoperability given that these attributes are common across platforms.

Comment thread model/gcp/registry.yaml
Comment thread model/gcp/registry.yaml
@github-actions
Copy link
Copy Markdown

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions Bot added the Stale label Aug 29, 2025
@paulojmdias
Copy link
Copy Markdown
Member Author

/label -Stale

@github-actions github-actions Bot removed the Stale label Aug 30, 2025
@github-actions
Copy link
Copy Markdown

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions Bot added the Stale label Sep 14, 2025
@paulojmdias
Copy link
Copy Markdown
Member Author

/label -stale

@github-actions github-actions Bot removed the Stale label Sep 15, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 1, 2025

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions Bot added the Stale label Oct 1, 2025
@paulojmdias
Copy link
Copy Markdown
Member Author

/label -stale

@github-actions github-actions Bot removed the Stale label Oct 2, 2025
@github-actions
Copy link
Copy Markdown

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions Bot added the Stale label Oct 17, 2025
@paulojmdias
Copy link
Copy Markdown
Member Author

/label -stale

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 2, 2025

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions Bot added the Stale label Nov 2, 2025
@paulojmdias
Copy link
Copy Markdown
Member Author

/label -stale

@github-actions github-actions Bot removed the Stale label Nov 3, 2025
@github-actions
Copy link
Copy Markdown

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.

@github-actions github-actions Bot added the Stale label Dec 30, 2025
@paulojmdias
Copy link
Copy Markdown
Member Author

/label -stale

@github-actions github-actions Bot removed the Stale label Dec 31, 2025
@github-actions
Copy link
Copy Markdown

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.

@github-actions github-actions Bot added the Stale label Jan 14, 2026
@paulojmdias
Copy link
Copy Markdown
Member Author

/label -stale

@github-actions github-actions Bot removed the Stale label Jan 15, 2026
@github-actions
Copy link
Copy Markdown

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.

@github-actions github-actions Bot added the Stale label Jan 29, 2026
@paulojmdias
Copy link
Copy Markdown
Member Author

/label -stale

@github-actions github-actions Bot removed the Stale label Jan 30, 2026
@joaopgrassi joaopgrassi moved this from Untriaged to Needs More Approval in Semantic Conventions Triage Feb 2, 2026
@joaopgrassi joaopgrassi moved this from Needs More Approval to Ready to be Merged in Semantic Conventions Triage Feb 2, 2026
@dashpole
Copy link
Copy Markdown
Contributor

dashpole commented Feb 2, 2026

Thank you for doing this @paulojmdias!

@dashpole
Copy link
Copy Markdown
Contributor

dashpole commented Feb 2, 2026

cc @quentinmit

@paulojmdias
Copy link
Copy Markdown
Member Author

Thank you for doing this @paulojmdias!

you're welcome 🙏

@joaopgrassi joaopgrassi added this pull request to the merge queue Feb 3, 2026
Merged via the queue into open-telemetry:main with commit 1086c83 Feb 3, 2026
36 of 37 checks passed
@paulojmdias paulojmdias deleted the feat/905 branch February 3, 2026 14:49
bidetofevil pushed a commit to bidetofevil/semantic-conventions that referenced this pull request Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

gcp.gce: Add instance group name

5 participants