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

feat: Update metrics configuration patch #1548

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kaylareopelle
Copy link
Contributor

@kaylareopelle kaylareopelle commented Dec 5, 2023

This PR updates the metrics configuration patch to match the functionality for traces in the OpenTelemetry::SDK::Configurator.

Once this PR is merged, the metric exporter can be automatically configured using the OTLP_METRICS_EXPORTER environment variable.

The environment variable has options for:

  • console (default)
  • otlp
  • in-memory
  • none

Like the Traces exporter, more than one exporter can be configured.

This draws a lot from the structure in: https://github.com/open-telemetry/opentelemetry-ruby/blob/main/sdk/lib/opentelemetry/sdk/configurator.rb

@kaylareopelle kaylareopelle changed the title WIP - Update metrics configuration patch WIP - feat: Update metrics configuration patch Dec 5, 2023
Copy link
Contributor

github-actions bot commented Mar 1, 2024

👋 This pull request has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this pull request will be closed eventually by the stale bot

@github-actions github-actions bot added the stale label Mar 1, 2024
@kaylareopelle
Copy link
Contributor Author

Blocked by #1551

@github-actions github-actions bot removed the stale label Mar 6, 2024
@kaylareopelle kaylareopelle changed the title WIP - feat: Update metrics configuration patch feat: Update metrics configuration patch Apr 3, 2024
Copy link
Contributor

github-actions bot commented May 5, 2024

👋 This pull request has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this pull request will be closed eventually by the stale bot

…variable

The environment variable has options for:
* console (default)
* otlp
* in-memory
* none

Like the Traces exporter, more than one exporter can be configured
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: In Progress
Development

Successfully merging this pull request may close these issues.

None yet

1 participant