Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-02-09 10:32:40.316757",
"spec_repo_commit": "e3e4b05"
"regenerated": "2021-02-10 07:40:46.817108",
"spec_repo_commit": "329a27b"
},
"v2": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-02-09 10:32:50.189458",
"spec_repo_commit": "e3e4b05"
"regenerated": "2021-02-10 07:40:56.638249",
"spec_repo_commit": "329a27b"
}
}
}
2 changes: 1 addition & 1 deletion api_docs/v1/FormulaAndFunctionEventsDataSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

* `LOGS` (value: `"logs"`)

* `ANALYZED_SPANS` (value: `"analyzed_spans"`)
* `SPANS` (value: `"spans"`)

* `NETWORK` (value: `"network"`)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public enum FormulaAndFunctionEventsDataSource {

LOGS("logs"),

ANALYZED_SPANS("analyzed_spans"),
SPANS("spans"),

NETWORK("network"),

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/datadog/api/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ components:
description: Data source for event platform-based queries.
enum:
- logs
- analyzed_spans
- spans
- network
- rum
- security_signals
Expand All @@ -1584,7 +1584,7 @@ components:
type: string
x-enum-varnames:
- LOGS
- ANALYZED_SPANS
- SPANS
- NETWORK
- RUM
- SECURITY_SIGNALS
Expand Down