Skip to content

Instantly share code, notes, and snippets.

@samklr
Created December 7, 2019 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samklr/c8181d38ce990173e63826a38f0aa554 to your computer and use it in GitHub Desktop.
Save samklr/c8181d38ce990173e63826a38f0aa554 to your computer and use it in GitHub Desktop.
play.modules.enabled += "com.samklr.KamonModule"
kamon {
environment {
service = "my-svc"
}
jaeger {
# Define the host/port where the Jaeger Collector/Agent is listening.
host = "localhost"
port = 14268
# Protocol used to send data to Jaeger. The available options are:
# - http: Sends spans using jaeger.thrift over HTTP (collector).
# - https: Sends spans using jaeger.thrift over HTTPS (collector).
# - udp: Sends spans using jaeger.thrift compact over UDP (agent).
protocol = http
# Enable or disable including tags from kamon.environment as labels
include-environment-tags = no
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment