Skip to content

Docs on how to disable OpenTelemetry #2934

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

Merged
merged 4 commits into from
Jul 28, 2025
Merged

Docs on how to disable OpenTelemetry #2934

merged 4 commits into from
Jul 28, 2025

Conversation

JoshMock
Copy link
Member

@JoshMock JoshMock commented Jul 28, 2025

  • Adds unit tests to verify OTel disabling option
  • Adds documentation for disabling OpenTelemetry

Fixes elastic/elastic-transport-js#284

@JoshMock JoshMock changed the title otel docs Docs on how to disable OpenTelemetry Jul 28, 2025
@prodsecmachine
Copy link

prodsecmachine commented Jul 28, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

Copy link
Contributor

github-actions bot commented Jul 28, 2025

🔍 Preview links for changed docs

@JoshMock JoshMock merged commit feeaf15 into main Jul 28, 2025
22 of 23 checks passed
@JoshMock JoshMock deleted the otel-docs branch July 28, 2025 19:36
Copy link
Contributor

The backport to 8.19 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-2934-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 feeaf155558a682ef2b5122940fb1a7f8bb607a0
# Push it to GitHub
git push --set-upstream origin backport-2934-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

Then, create a pull request where the base branch is 8.19 and the compare/head branch is backport-2934-to-8.19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow disabling OTEL Tracer
2 participants