trace agent not sending traces to datadog #1169
Unanswered
anujprashar
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @ivantopo I am using kamon datadog reporter to send metrics and traces to datadog agent running on localhost.
Metrics are sent successfully but traces are not reaching to datadog agent, below is my application.conf.
==========================================
Kamon Configuration
==========================================
kamon {
metric{
filters{
akka-dispatcher {
includes = [ "**" ]
excludes = [ ]
}
}
internal-config {
akka {
loglevel = DEBUG
}
jmx {
subscriptions {
histogram = [ "" ]
min-max-counter = [ "" ]
gauge = [ "" ]
counter = [ "" ]
trace = [ "" ]
trace-segment = [ "" ]
akka-actor = [ "" ]
akka-dispatcher = [ "" ]
akka-router = [ "" ]
system-metric = [ "" ]
http-server = [ "" ]
user-activities = [ "" ]
connection = [ "" ]
default = [ "" ]
}
}
instrumentation {
akka {
filters {
actors {
doomsday-wildcard = on
}
modules {
}
environment {
service = "myapi"
tags {
app = "my-api"
}
}
datadog {
}
}
Beta Was this translation helpful? Give feedback.
All reactions