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

Dogstatsd exporter resource support (for 0.4.3 release) #25

Merged
merged 2 commits into from
Apr 28, 2020

Conversation

jmacd
Copy link
Contributor

@jmacd jmacd commented Apr 27, 2020

This updates the exporter interface for the new Resource argument, added in the base library's 0.4.3 release. This removes the former workaround.

Resolves #24.

Copy link
Member

@MikeGoldsmith MikeGoldsmith left a comment

Choose a reason for hiding this comment

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

Looks great, thanks @jmacd. I've made one minor comment regarding multiple test cases within the same test.

exporters/metric/dogstatsd/dogstatsd_test.go Show resolved Hide resolved
@jmacd jmacd merged commit a65fe91 into open-telemetry:master Apr 28, 2020
@jmacd jmacd deleted the jmacd/dogstatsres branch April 28, 2020 16:02
MikeGoldsmith added a commit to MikeGoldsmith/opentelemetry-go-contrib that referenced this pull request May 11, 2020
* master:
  Runtime metrics plugin (open-telemetry#9)
  Fix issues raised by golangci-lint (open-telemetry#29)
  use correct circleci dir (open-telemetry#30)
  gorilla/mux instrumentation (open-telemetry#19)
  Update CODEOWNERS and CONTRIBUTING.md to match otel-go (open-telemetry#27)
  Dogstatsd exporter resource support (for 0.4.3 release) (open-telemetry#25)
  add datadog metrics exporter (open-telemetry#22)
  Update codeowners and maintainers (open-telemetry#21)

# Conflicts:
#	go.mod
#	go.sum
#	internal/trace/http.go
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
This makes it more obvious (without having to look at the code) that
the basic example is actually an example, rather than something tied to
the other examples or some sort of metadata file.
@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.

Add resource support in the dogstatsd exporter
4 participants