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

Add resource to TracerProvider and MeterProvider #840

Closed
mwear opened this issue Mar 4, 2020 · 1 comment · Fixed by #846
Closed

Add resource to TracerProvider and MeterProvider #840

mwear opened this issue Mar 4, 2020 · 1 comment · Fixed by #846
Assignees
Milestone

Comments

@mwear
Copy link
Member

mwear commented Mar 4, 2020

The resource specification mentions that:

When used with distributed tracing, a resource can be associated with the TracerProvider. When associated with a TracerProvider, all Spans produced by any Tracer from the provider will automatically be associated with this Resource.

and

When used with metrics, a resource can be associated with the MeterProvider. When associated with a MeterProvider, all Metrics produced by any Meter from the provider will automatically be associated with this Resource.

We should start by adding a resource with attributes for the telemetry library as per: open-telemetry/opentelemetry-specification#494

@mwear
Copy link
Member Author

mwear commented Mar 4, 2020

@dyladan: You can assign this to me and add to the beta readiness tracker.

@dyladan dyladan mentioned this issue Mar 4, 2020
46 tasks
@mayurkale22 mayurkale22 added this to the Beta milestone Mar 4, 2020
@mwear mwear mentioned this issue Mar 9, 2020
pichlermarc pushed a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this issue Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants