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

Experimental opentelemetry output #3834

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

olegbespalov
Copy link
Contributor

@olegbespalov olegbespalov commented Jul 9, 2024

What?

This PR brings the experimental OpenTelemetry output into the k6

Why?

OpenTelemetry allows for the possibility of exporting metrics to multiple backends. Having this as an experimental output helps us get more feedback before we process it further.

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

Blocked by grafana/xk6-output-opentelemetry#18 (will issue a tag after merging it)

Closes: #2557
Closes: grafana/xk6-output-opentelemetry#1

@olegbespalov olegbespalov self-assigned this Jul 9, 2024
@olegbespalov olegbespalov force-pushed the feat/opentelemetry-experimental-output branch from d2d21ef to f0e06aa Compare July 9, 2024 12:26
@olegbespalov olegbespalov added this to the v0.53.0 milestone Jul 9, 2024
@olegbespalov olegbespalov added documentation-needed A PR which will need a separate PR for documentation dependencies Pull requests that update a dependency file labels Jul 9, 2024
@olegbespalov olegbespalov force-pushed the feat/opentelemetry-experimental-output branch from f0e06aa to 5e1f9fd Compare July 9, 2024 12:49
@olegbespalov olegbespalov marked this pull request as ready for review July 9, 2024 12:50
@olegbespalov olegbespalov requested a review from a team as a code owner July 9, 2024 12:50
@olegbespalov olegbespalov requested review from mstoykov and joanlopez and removed request for a team July 9, 2024 12:50
@olegbespalov olegbespalov force-pushed the feat/opentelemetry-experimental-output branch from 5e1f9fd to 4ba0f03 Compare July 9, 2024 13:19
@olegbespalov olegbespalov merged commit 9ff49d5 into master Jul 9, 2024
22 checks passed
@olegbespalov olegbespalov deleted the feat/opentelemetry-experimental-output branch July 9, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation-needed A PR which will need a separate PR for documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Making experimental opentelemetry output OpenTelemetry metrics output
3 participants