Skip to content

Instantly share code, notes, and snippets.

@yatender-oktalk
Last active June 3, 2020 05:37
Show Gist options
  • Save yatender-oktalk/4fe1a6e47b3d20b8e8383efc7bd530ad to your computer and use it in GitHub Desktop.
Save yatender-oktalk/4fe1a6e47b3d20b8e8383efc7bd530ad to your computer and use it in GitHub Desktop.
opentelemetrydemo
use Mix.Config
config :opentelemetry,
:processors,
ot_batch_processor: %{
exporter:
{:opentelemetry_zipkin,
%{
address: 'http://localhost:9411/api/v2/spans',
local_endpoint: %{service_name: "open_telemetry_demo"}
}}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment