Skip to content

Commit

Permalink
fix monitor enum (#1897)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jul 16, 2024
1 parent 0ba6956 commit 95a9879
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.6.6",
"regenerated": "2024-07-16 10:52:41.887335",
"spec_repo_commit": "06d5775d"
"regenerated": "2024-07-16 12:50:20.427172",
"spec_repo_commit": "d082d733"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-07-16 10:52:41.904999",
"spec_repo_commit": "06d5775d"
"regenerated": "2024-07-16 12:50:20.444818",
"spec_repo_commit": "d082d733"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6854,7 +6854,7 @@ components:
- logs
- spans
- database_queries
- network_performance_queries
- network
example: rum
type: string
x-enum-varnames:
Expand All @@ -6866,7 +6866,7 @@ components:
- LOGS
- SPANS
- DATABASE_QUERIES
- NETWORK_PERFORMANCE_QUERIES
- NETWORK
MonitorFormulaAndFunctionQueryDefinition:
description: A formula and function query.
oneOf:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ class MonitorFormulaAndFunctionEventsDataSource
LOGS = "logs".freeze
SPANS = "spans".freeze
DATABASE_QUERIES = "database_queries".freeze
NETWORK_PERFORMANCE_QUERIES = "network_performance_queries".freeze
NETWORK = "network".freeze
end
end

0 comments on commit 95a9879

Please sign in to comment.