open-telemetry / opentelemetry-go-contrib

Collection of extensions for OpenTelemetry-Go.
https://opentelemetry.io/
Apache License 2.0
1.07k stars 505 forks source link

config: update schema to v0.2.0 #5758

Closed codeboten closed 2 days ago

codeboten commented 2 weeks ago

This updates changes the Attributes struct with a ServiceName and AdditionalProperties to a map[string]interface{}

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.5%. Comparing base (8b6548b) to head (6a44fae).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5758/graphs/tree.svg?width=650&height=150&src=pr&token=P6F3W9WA7Q&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry)](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5758?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry) ```diff @@ Coverage Diff @@ ## main #5758 +/- ## ======================================= - Coverage 64.5% 64.5% -0.1% ======================================= Files 200 200 Lines 12560 12558 -2 ======================================= - Hits 8105 8103 -2 Misses 4218 4218 Partials 237 237 ``` | [Files](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5758?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry) | Coverage Δ | | |---|---|---| | [config/generated\_config.go](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5758?src=pr&el=tree&filepath=config%2Fgenerated_config.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry#diff-Y29uZmlnL2dlbmVyYXRlZF9jb25maWcuZ28=) | `0.0% <ø> (ø)` | | | [config/resource.go](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5758?src=pr&el=tree&filepath=config%2Fresource.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry#diff-Y29uZmlnL3Jlc291cmNlLmdv) | `100.0% <100.0%> (ø)` | |
MrAlias commented 2 days ago

@MadVikingGod PTAL