-
Notifications
You must be signed in to change notification settings - Fork 250
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
feat: initialize metrics exporter http gem #1670
feat: initialize metrics exporter http gem #1670
Conversation
This removes content related to installing the gem before the metrics API and SDK gems were released.
Now, there's an extra Metrics:: namespace
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.
Thanks for opening this! I noticed the README and example also needed some updates, so I opened xuan-cao-swi#4 with some changes there.
exporter/otlp-metrics/lib/opentelemetry/exporter/otlp/metrics/metrics_exporter.rb
Outdated
Show resolved
Hide resolved
exporter/otlp-metrics/lib/opentelemetry/exporter/otlp/metrics/metrics_exporter.rb
Outdated
Show resolved
Hide resolved
exporter/otlp-metrics/lib/opentelemetry/exporter/otlp/metrics/metrics_exporter.rb
Show resolved
Hide resolved
chore: Update metrics exporter README, example
exporter/otlp-metrics/lib/opentelemetry/exporter/otlp/metrics/metrics_exporter.rb
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.
LGTM. We recently added mTLS support to the trace exporter (#1556). Can we make an issue to add this to the metrics exporter in the future?
Description
Follow-up PR for #1641.
Updated script for testing