Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MeterProvider#meter accepts attributes #1709

Open
kaylareopelle opened this issue Aug 29, 2024 · 1 comment · May be fixed by #1719
Open

MeterProvider#meter accepts attributes #1709

kaylareopelle opened this issue Aug 29, 2024 · 1 comment · May be fixed by #1719
Assignees

Comments

@kaylareopelle
Copy link
Contributor

A meter can have instrumentation scope attributes to associate with emitted telemetry. This is added through the Meter Provider's Get a Meter functionality.

[since 1.13.0] attributes: Specifies the instrumentation scope attributes to associate with emitted telemetry.

Users can provide attributes to associate with the instrumentation scope, but it is up to their discretion. Therefore, this API MUST be structured to accept a variable number of attributes, including none.

Attributes are not an identifying element for a meter.

@kaylareopelle kaylareopelle changed the title MeterProvider#get_meter accepts attributes MeterProvider#meter accepts attributes Aug 29, 2024
Copy link
Contributor

github-actions bot commented Oct 5, 2024

👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this issue will be closed eventually by the stale bot.

@github-actions github-actions bot added the stale label Oct 5, 2024
@kaylareopelle kaylareopelle added keep and removed stale labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Review
Development

Successfully merging a pull request may close this issue.

2 participants