You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

go.opentelemetry.io/otel/exporters/jaeger

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

go.opentelemetry.io/otel/exporters/jaeger


Version published
Created

Readme

Source

OpenTelemetry-Go Jaeger Exporter

Go Reference

Deprecated: This module is no longer supported. OpenTelemetry dropped support for Jaeger exporter in July 2023. Jaeger officially accepts and recommends using OTLP. Use go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp or go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc instead.

OpenTelemetry span exporter for Jaeger implementation.

Installation

go get -u go.opentelemetry.io/otel/exporters/jaeger

Example

See ../../example/jaeger.

Configuration

The exporter can be used to send spans to:

  • Jaeger agent using jaeger.thrift over compact thrift protocol via WithAgentEndpoint option.
  • Jaeger collector using jaeger.thrift over HTTP via WithCollectorEndpoint option.

Environment Variables

The following environment variables can be used (instead of options objects) to override the default configuration.

Environment variableOptionDefault value
OTEL_EXPORTER_JAEGER_AGENT_HOSTWithAgentHostlocalhost
OTEL_EXPORTER_JAEGER_AGENT_PORTWithAgentPort6831
OTEL_EXPORTER_JAEGER_ENDPOINTWithEndpointhttp://localhost:14268/api/traces
OTEL_EXPORTER_JAEGER_USERWithUsername
OTEL_EXPORTER_JAEGER_PASSWORDWithPassword

Configuration using options have precedence over the environment variables.

Contributing

This exporter uses a vendored copy of the Apache Thrift library (v0.14.1) at a custom import path. When re-generating Thrift code in the future, please adapt import paths as necessary.

References

FAQs

Package last updated on 28 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc