-
Notifications
You must be signed in to change notification settings - Fork 8
Add a token to the configuration examples. #19
Comments
I've not used lightstep. They likely have an example using the collector so might be easier to send to the collector and then to lightstep. What does it say after |
More context, https://docs.lightstep.com/docs/use-zipkin-with-lightstep So it looks like the access token, auth information should be added to the tracers default configuration. From the docs here https://hexdocs.pm/opentelemetry_api/OpenTelemetry.Tracer.html#set_attributes/1 So these are the changes I have made to send data to lightstep did-app/glance@1d21427 |
Ah, I see, these docs are still OpenTracing based. It may work if you set the token in resources. You can set a resource with either an application env var or an OS var: https://github.com/open-telemetry/opentelemetry-erlang/blob/master/apps/opentelemetry/test/otel_resource_SUITE.erl#L19 |
I'm trying to send my tracing data to lightstep.com
I have got to this instruction and have no idea what it means for this library, is there a standard token configuration option?
The text was updated successfully, but these errors were encountered: