adds missing comma to opentelemetery_exporter config example (#87)

This commit is contained in:
Kevin Rankin 2022-05-27 13:34:29 -04:00 committed by GitHub
parent 8df66285bb
commit 08cffdd72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if config_env() == :prod do
# Example configuration for Lightstep.com, for more refers to:
# https://github.com/open-telemetry/opentelemetry-erlang/tree/main/apps/opentelemetry_exporter#application-environment
# config :opentelemetry_exporter
# config :opentelemetry_exporter,
# # You can also configure the compression type for exporting traces.
# oltp_traces_compression: :gzip,
# otlp_traces_endpoint: "https://ingest.lightstep.com:443/traces/otlp/v0.9",