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 non-empty string check for attribute keys #1659

Merged
merged 5 commits into from
Mar 8, 2021

Conversation

mrveera
Copy link
Contributor

@mrveera mrveera commented Mar 5, 2021

Resolves #1657

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Mar 5, 2021

CLA Signed

The committers are authorized under a signed CLA.

@codecov
Copy link

codecov bot commented Mar 5, 2021

Codecov Report

Merging #1659 (620818e) into main (e9b9aca) will increase coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #1659   +/-   ##
=====================================
  Coverage   77.3%   77.3%           
=====================================
  Files        128     128           
  Lines       6682    6682           
=====================================
+ Hits        5167    5169    +2     
+ Misses      1268    1266    -2     
  Partials     247     247           
Impacted Files Coverage Δ
sdk/trace/span.go 90.7% <100.0%> (ø)
exporters/otlp/otlpgrpc/connection.go 88.7% <0.0%> (+1.8%) ⬆️

@mrveera
Copy link
Contributor Author

mrveera commented Mar 5, 2021

@MrAlias updating CHANGELOG effected build failure. looks like there are some flaky tests. is there way to retrigger tests?

CHANGELOG.md Outdated Show resolved Hide resolved
sdk/trace/span.go Show resolved Hide resolved
mrveera and others added 2 commits March 8, 2021 22:31
Co-authored-by: Tyler Yahn <[email protected]>
Co-authored-by: Tyler Yahn <[email protected]>
@MrAlias MrAlias merged commit 238e7c6 into open-telemetry:main Mar 8, 2021
@MrAlias MrAlias mentioned this pull request Mar 18, 2021
@pellared pellared added this to the untracked milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attribute keys MUST NOT be empty strings
4 participants