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

@opentelemetry/exporter-otlp-http is not available as npmjs package #2521

Closed
llatinov opened this issue Oct 5, 2021 · 5 comments
Closed
Labels
bug Something isn't working stale

Comments

@llatinov
Copy link

llatinov commented Oct 5, 2021

https://github.com/open-telemetry/opentelemetry-js/blob/main/examples/tracer-web/examples/fetch/index.js example shows a way to instrument fetch in browser.

Line 4: import { OTLPTraceExporter } from '@opentelemetry/exporter-otlp-http'; is not working, I cannot find any "@opentelemetry/exporter-otlp-http" in npmjs.org. Is there other artifactory location for this package?

@llatinov llatinov added the bug Something isn't working label Oct 5, 2021
@Flarna
Copy link
Member

Flarna commented Oct 5, 2021

There is a mismatch between latest main branch and actual released/tagged component. Once #2513 is merged this should match again.

@cramhead
Copy link

cramhead commented Oct 8, 2021

Still happening. That #2513 merged 3 days ago.

@Flarna
Copy link
Member

Flarna commented Oct 9, 2021

The npm module exists but only in versioin 0.26.0 (see https://www.npmjs.com/package/@opentelemetry/exporter-otlp-http). Sample requests 0.25.0.

The samples require some version bump.

@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the stale label Dec 13, 2021
@github-actions
Copy link

This issue was closed because it has been stale for 14 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants