Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(telemetry): report runtime metrics #1210

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Conversation

timotheeg
Copy link
Contributor

Problem

We have no view on nodejs runtime metrics to see garbage collection lock and event loop lag (which could totally be happening with sync IO operation for fs/git). datadog can report that data for us.

See documentation

Solution

Enable runtimeMetrics:true for dd-trace

Risk

Additional monitoring could cause additional cpu load. Instances should be monitored carefully on release.

@timotheeg timotheeg requested a review from a team March 13, 2024 10:45
@timotheeg timotheeg merged commit f1370fa into develop Mar 13, 2024
19 checks passed
@mergify mergify bot deleted the track-dd-runtime-metrics branch March 13, 2024 15:07
@dcshzj dcshzj mentioned this pull request Mar 14, 2024
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants