-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate client from commit ee87a556 of spec repo
- Loading branch information
ci.datadog-api-spec
committed
Feb 21, 2025
1 parent
60b82b0
commit d3dd293
Showing
7 changed files
with
1,021 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
content/en/api/v1/logs-pipelines/request.CreateLogsPipeline_2707101123.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"filter": { | ||
"query": "source:python" | ||
}, | ||
"name": "testPipeline", | ||
"processors": [ | ||
{ | ||
"type": "span-id-remapper", | ||
"is_enabled": true, | ||
"name": "test_filter", | ||
"sources": [ | ||
"dd.span_id" | ||
] | ||
} | ||
], | ||
"tags": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.