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

OTEL_RESOURCE_(LABELS -> ATTRIBUTES) #133

Merged
merged 1 commit into from
Oct 30, 2020

Conversation

davydog187
Copy link
Contributor

Ran into an issue getting Lightstep running locally, and realized it was
due to a name change on the OTEL_RESOURCE_LABELS env variable. It
recently changed in the spec.

open-telemetry/opentelemetry-specification#758
https://github.com/open-telemetry/opentelemetry-specification/blob/c9eeaaec21a3afa421546dd9c92221ba537dde82/specification/sdk-environment-variables.md

Ran into an issue getting Lightstep running locally, and realized it was
due to a name change on the `OTEL_RESOURCE_LABELS` env variable. It
recently changed in the spec.

open-telemetry/opentelemetry-specification#758
https://github.com/open-telemetry/opentelemetry-specification/blob/c9eeaaec21a3afa421546dd9c92221ba537dde82/specification/sdk-environment-variables.md
@codecov
Copy link

codecov bot commented Oct 30, 2020

Codecov Report

Merging #133 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #133      +/-   ##
==========================================
- Coverage   32.13%   32.10%   -0.04%     
==========================================
  Files          63       63              
  Lines        2981     2981              
==========================================
- Hits          958      957       -1     
- Misses       2023     2024       +1     
Flag Coverage Δ
api 46.44% <ø> (ø)
elixir 16.24% <ø> (ø)
erlang 31.94% <ø> (-0.04%) ⬇️
exporter 17.05% <ø> (ø)
sdk 64.66% <ø> (-0.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
apps/opentelemetry/src/otel_resource_env_var.erl 87.50% <ø> (ø)
apps/opentelemetry/src/otel_batch_processor.erl 72.41% <0.00%> (-1.15%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8a99f12...859033f. Read the comment docs.

Copy link
Member

@tsloughter tsloughter left a comment

Choose a reason for hiding this comment

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

Thanks!

@tsloughter tsloughter merged commit ee1fc15 into open-telemetry:master Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants