Closed rom1gal closed 1 year ago
This seems to be the same thing I am experiencing but with jaeger and not datadog. Would be curious to see what your logging settings are
This seems to be the same thing I am experiencing but with jaeger and not datadog. Would be curious to see what your logging settings are
@coffeebe4code here are my logging settings, just above the "telemetry/opencensus" block :
"telemetry/logging": {
"level": "DEBUG",
"prefix": "[KRAKEND]",
"syslog": false,
"stdout": true
},
This issue is marked as stale because it has been open over 90 days with no activity. Remove the stale label or comment or this will be closed in 15 days.
This issue was closed because it has been marked as stalled for 15 days with no activity.
This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.
Environment info:
docker
Describe what are you trying to do:
Hey there ๐๐ผ
Trying to export the traces (to Datadog agent APM) with correct information.
As you can see in the logs below :
(opencensus.status_code" value:"0")
Thus in my Datadog dashboard the 401 error is not showing ๐ค
Your configuration file:
Configuration check output: Result of
krakend check -dtc krakend.json --lint
commandCommands used: How did you start the software? 3 services are started by a compose file :
Krakend is started like this :
Logs: Here are the docker-compose logs :
Additional comments: