File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
lib/datadog_api_client/v1/models Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-01-15 09:47:00.170129 ",
8- "spec_repo_commit": "21b02fc5 "
7+ "regenerated": "2025-01-15 18:03:14.352874 ",
8+ "spec_repo_commit": "e54847a1 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-01-15 09:47:00.184955 ",
13- "spec_repo_commit": "21b02fc5 "
12+ "regenerated": "2025-01-15 18:03:14.368560 ",
13+ "spec_repo_commit": "e54847a1 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -6918,7 +6918,6 @@ components:
69186918 - spans
69196919 - database_queries
69206920 - network
6921- - cost
69226921 example: rum
69236922 type: string
69246923 x-enum-varnames:
@@ -6931,7 +6930,6 @@ components:
69316930 - SPANS
69326931 - DATABASE_QUERIES
69336932 - NETWORK
6934- - COST
69356933 MonitorFormulaAndFunctionQueryDefinition:
69366934 description: A formula and function query.
69376935 oneOf:
Original file line number Diff line number Diff line change @@ -30,6 +30,5 @@ class MonitorFormulaAndFunctionEventsDataSource
3030 SPANS = "spans" . freeze
3131 DATABASE_QUERIES = "database_queries" . freeze
3232 NETWORK = "network" . freeze
33- COST = "cost" . freeze
3433 end
3534end
You can’t perform that action at this time.
0 commit comments