dd-trace-java agent spams logs with warnings from datadog.telemetry.TelemetryRunnable
See original GitHub issueHello,
we are using the dd-trace-java agent together with the datadog-agent docker container as a sidecar in a AWS Fargate environment. Since the latest version (0.115.0), our logs are constantly spammed with messages like this:
[dd-telemetry] WARN datadog.telemetry.TelemetryRunnable - Last attempt to send telemetry failed; will retry in 81.0 seconds (num failures: 17)
[dd.trace 2022-11-10 10:12:07:734 +0000] [dd-telemetry] WARN datadog.telemetry.TelemetryRunnable - Telemetry Intake Service responded with: 404 Not Found
I understand that the release notes specifically mention that this setting is now enabled by default. However, IMHO this should not be enabled by default anyway. If enabled by default, it shoud just work instead of generating noise in the logs.
Please fix 😃
Issue Analytics
- State:
- Created 10 months ago
- Reactions:9
- Comments:5 (3 by maintainers)
Top Results From Across the Web
tom-mi - GitHub
a lightweight log store with time-based rotation. Python 2 ... dd-trace-java agent spams logs with warnings from datadog.telemetry.TelemetryRunnable.
Read more >Logs Show Info Status For Warnings Or Errors - Datadog Docs
Log panel showing a log with info status but the message showing warning. This default status may not always reflect the actual status...
Read more >Log Collection Troubleshooting Guide - Datadog Docs
The Datadog Agent sends its logs to Datadog over tcp via port 10516. If that connection is not available, logs fail to be...
Read more >Tracing Java Applications - Datadog Docs
Dynamically set service , env , and version tags. Enable the Continuous Profiler, ingesting 100% of traces, and Trace ID injection into logs...
Read more >Troubleshooting - Datadog Docs
The warning is shown because the intake returns a non-empty JSON object. This behavior is a reported Chromium issue. It does not impact...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@tom-mi Thank you for the report. We’re working on a fix for this issue. An upcoming version will have a gentler error handler, and less verbose logs.
@smola Great! Sounds a lot better 😁