David Hontecillas
unread,Jul 1, 2024, 10:43:32 AM7/1/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KrakenD Community, nat...@tmm.ventures, KrakenD Community, Albert Lombarte
Hello,
I've been testing this, and I could not reproduce the issue. I am actually sending the metrics as expected. Perhaps you could check the logs of the agent. How do you run the agent ? I've been using it this way:
docker run --name dd-agent --rm \
-e DD_SITE="
datadoghq.com" \
-e DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT="
0.0.0.0:4317" \
-e DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT="
0.0.0.0:4318" \
-e DD_API_KEY=8c9a43a9157cd2715e920158f2f74764 \
-e DD_APM_ENABLED=true \
-p 14317:4317 \
-p 14318:4318 \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
-v /proc/:/host/proc/:ro \
-v /sys/fs/cgroup/:/host/sys/fs/cgroup:ro \
-v /var/lib/docker/containers:/var/lib/docker/containers:ro \
gcr.io/datadoghq/agent:7
In my case, since I run it that way, I see the "logs" directly in the console. But as I told you, I could not reproduce the issue (using devopsfaith/krakend:2.6.3-watch docker image in the community playgorund).
Also, reviewing the changes from 2.6.2, to 2.6.3 I could not see anything that could be making an impact in how metrics / traces are reported.
I don't know, you might want to leave the `metric_reporting_period` and the `trace_sample_rate` to their default values ? I really don't know what could be the issue.