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 the OTLP and test exporters for review LS-29755 #175

Merged
merged 7 commits into from
Jun 10, 2022

Conversation

jmacd
Copy link
Contributor

@jmacd jmacd commented May 23, 2022

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.

Joshua MacDonald and others added 5 commits May 23, 2022 07:59
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
@jmacd jmacd changed the base branch from main to alt_metrics_sdk/reviewed June 9, 2022 07:26
Copy link
Contributor

@njvrzm njvrzm left a 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.

Copy link

@paivagustavo paivagustavo left a comment

Choose a reason for hiding this comment

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

small nit but :shipit:

@jmacd
Copy link
Contributor Author

jmacd commented Jun 10, 2022

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!

@jmacd jmacd merged commit f3db27b into alt_metrics_sdk/reviewed Jun 10, 2022
@jmacd jmacd deleted the alt_metrics_sdk/exporter_review branch June 10, 2022 20:11
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.

3 participants