-
Notifications
You must be signed in to change notification settings - Fork 28
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 the OTLP and test exporters for review LS-29755 #175
Add the OTLP and test exporters for review LS-29755 #175
Conversation
Bumps [github.com/sethvargo/go-envconfig](https://github.com/sethvargo/go-envconfig) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/sethvargo/go-envconfig/releases) - [Commits](sethvargo/go-envconfig@v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: github.com/sethvargo/go-envconfig dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/sethvargo/go-envconfig](https://github.com/sethvargo/go-envconfig) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/sethvargo/go-envconfig/releases) - [Commits](sethvargo/go-envconfig@v0.6.1...v0.6.2) --- updated-dependencies: - dependency-name: github.com/sethvargo/go-envconfig dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…launcher-go into alt_metrics_sdk/exporter_review
…_metrics_sdk/exporter_review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing too substantial to say about this one.
lightstep/sdk/metric/exporters/otlp/internal/metrictransform/attribute.go
Outdated
Show resolved
Hide resolved
lightstep/sdk/metric/exporters/otlp/internal/metrictransform/resource.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small nit but
lightstep/sdk/metric/exporters/otlp/internal/metrictransform/attribute_test.go
Outdated
Show resolved
Hide resolved
Restored full test coverage here. I will now merge this. The lightstep/sdk/metric directory is finished, what's left to do is specific to otel-launcher-go in the ./pipelines directory and thinking about how to release this. Thanks! |
Description:
The exporters package contains the OTLP Exporter. MUCH of this package is copied from the upstream SDK. In the internal/ subpackage, only the metrictransform package is new, the other stuff is copied. The only new functionality has to do with OTEL_EXPORTER_OTLP_METRIC_TEMPORALITY_PREFERENCE support.
Link to tracking Issue:
LS-29760 describes the overall goal; this is one part.
Testing:
End-to-end testing was done. The alt_metrics_sdk/development branch has a assembled copy of this code. Depends on various Lightstep-side PRs merging to see the exponential histograms work.