Conversation
|
🎯 Code Coverage (details) 🔗 Commit SHA: da91ed8 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
|
@BridgeAR I am trying to enforce conventional commit. Can you make sure to follow the convention when you're going to merge? |
d8e6e10 to
9b3570a
Compare
b890dea to
e795314
Compare
The backfilled option showed some issue with the current state of the supported-configurations.json. This is fixed by this PR by adding setting backfilled to true as well as updating the generation script to: - lower case types - use true and false as boolean - use exact decimal values as defined in the macro In addition, change DD_TRACE_RATE_LIMIT and DD_TELEMETRY_EXTENDED_HEARTBEAT_INTERVAL decimal types to integers.
e795314 to
da91ed8
Compare
BenchmarksBenchmark execution time: 2026-04-05 19:36:27 Comparing candidate commit da91ed8 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics.
|
The backfilled option showed some issue with the current state of
the supported-configurations.json. This is fixed by this PR by
adding setting backfilled to true as well as updating the generation
script to:
In addition, change DD_TRACE_RATE_LIMIT and
DD_TELEMETRY_EXTENDED_HEARTBEAT_INTERVAL decimal types to integers.
Some default values were changed from an empty string to
nullptr, sincethat seemed more suitable for these entries.
The script now also preserves the former implementation used.