Skip to content

Commit ca1f97c

Browse files
mhlidddevflow.devflow-routing-intake
andauthored
Update supported-configurations.json (#11184)
# What Does This Do Recent changes in the `validate_supported_configurations_v2_local_file` have led to strict matching data in the local file and the registry. This uncovered multiple incorrect entries in the local file in dd-trace-java. This PR updates the file to be accurate with what is actually being stored in the tracer. # Motivation # Additional Notes # Contributor Checklist - Format the title according to [the contribution guidelines](https://github.com/DataDog/dd-trace-java/blob/master/CONTRIBUTING.md#title-format) - Assign the `type:` and (`comp:` or `inst:`) labels in addition to [any other useful labels](https://github.com/DataDog/dd-trace-java/blob/master/CONTRIBUTING.md#labels) - Avoid using `close`, `fix`, or [any linking keywords](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) when referencing an issue Use `solves` instead, and assign the PR [milestone](https://github.com/DataDog/dd-trace-java/milestones) to the issue - Update the [CODEOWNERS](https://github.com/DataDog/dd-trace-java/blob/master/.github/CODEOWNERS) file on source file addition, migration, or deletion - Update [public documentation](https://docs.datadoghq.com/tracing/trace_collection/library_config/java/) with any new configuration flags or behaviors Jira ticket: [PROJ-IDENT] ***Note:*** **Once your PR is ready to merge, add it to the merge queue by commenting `/merge`.** `/merge -c` cancels the queue request. `/merge -f --reason "reason"` skips all merge queue checks; please use this judiciously, as some checks do not run at the PR-level. For more information, see [this doc](https://datadoghq.atlassian.net/wiki/spaces/DEVX/pages/3121612126/MergeQueue). <!-- # Opening vs Drafting a PR: When opening a pull request, please open it as a draft to not auto assign reviewers before you feel the pull request is in a reviewable state. # Linking a JIRA ticket: Please link your JIRA ticket by adding its identifier between brackets (ex [PROJ-IDENT]) in the PR description, not the title. This requirement only applies to Datadog employees. --> Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent 44874e2 commit ca1f97c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

metadata/supported-configurations.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@
909909
{
910910
"version": "A",
911911
"type": "boolean",
912-
"default": "true",
912+
"default": "false",
913913
"aliases": []
914914
}
915915
],
@@ -1107,7 +1107,7 @@
11071107
],
11081108
"DD_DATA_STREAMS_TRANSACTION_EXTRACTORS": [
11091109
{
1110-
"version": "A",
1110+
"version": "B",
11111111
"type": "string",
11121112
"default": null,
11131113
"aliases": []
@@ -2227,7 +2227,7 @@
22272227
],
22282228
"DD_TRACE_LOG_LEVEL": [
22292229
{
2230-
"version": "A",
2230+
"version": "D",
22312231
"type": "string",
22322232
"default": null,
22332233
"aliases": ["DD_LOG_LEVEL"]
@@ -2371,23 +2371,23 @@
23712371
],
23722372
"DD_OTLP_TRACES_ENDPOINT": [
23732373
{
2374-
"version": "A",
2374+
"version": "B",
23752375
"type": "string",
23762376
"default": null,
23772377
"aliases": []
23782378
}
23792379
],
23802380
"DD_OTLP_TRACES_HEADERS": [
23812381
{
2382-
"version": "A",
2382+
"version": "B",
23832383
"type": "map",
23842384
"default": null,
23852385
"aliases": []
23862386
}
23872387
],
23882388
"DD_OTLP_TRACES_PROTOCOL": [
23892389
{
2390-
"version": "A",
2390+
"version": "B",
23912391
"type": "string",
23922392
"default": "HTTP_PROTOBUF",
23932393
"aliases": []
@@ -11115,7 +11115,7 @@
1111511115
],
1111611116
"DD_TRACE_WEBSOCKET_ENABLED": [
1111711117
{
11118-
"version": "B",
11118+
"version": "C",
1111911119
"type": "boolean",
1112011120
"default": "true",
1112111121
"aliases": ["DD_TRACE_INTEGRATION_WEBSOCKET_ENABLED", "DD_INTEGRATION_WEBSOCKET_ENABLED"]

0 commit comments

Comments
 (0)