Skip to content

tsloughter/otel_getting_started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otel_getting_started

With Honeycomb

$ OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=https://api.honeycomb.io:443 OTEL_EXPORTER_OTLP_PROTOCOL=grpc OTEL_EXPORTER_OTLP_TRACES_HEADERS=x-honeycomb-team=<HONEYCOMB API TOKEN>,x-honeycomb-dataset=experiments rebar3 shell

...
===> Booted grpcbox
===> Booted opentelemetry_api
===> Booted opentelemetry
===> Booted opentelemetry_exporter
===> Booted otel_getting_started
...

1> otel_getting_started:hello().
true

With Splunk

$ OTEL_EXPORTER_OTLP_ENDPOINT=https://ingest.<SPLUNK REALM>.signalfx.com OTEL_EXPORTER_OTLP_PROTOCOL=grpc OTEL_EXPORTER_OTLP_TRACES_HEADERS=x-sf-token=<SPLUNK ACCESS TOKEN> rebar3 shell --sname test@chommers

...
===> Booted grpcbox
===> Booted opentelemetry_api
===> Booted opentelemetry
===> Booted opentelemetry_exporter
===> Booted otel_getting_started
...

1> otel_getting_started:hello().
true

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages