Skip to content

Commit

Permalink
remove cost from event data source (#2879)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jan 15, 2025
1 parent c4441c2 commit 851e958
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 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": "2025-01-15 09:47:04.878488",
"spec_repo_commit": "21b02fc5"
"regenerated": "2025-01-15 18:03:16.492918",
"spec_repo_commit": "e54847a1"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-15 09:47:04.893742",
"spec_repo_commit": "21b02fc5"
"regenerated": "2025-01-15 18:03:16.518844",
"spec_repo_commit": "e54847a1"
}
}
}
2 changes: 0 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6918,7 +6918,6 @@ components:
- spans
- database_queries
- network
- cost
example: rum
type: string
x-enum-varnames:
Expand All @@ -6931,7 +6930,6 @@ components:
- SPANS
- DATABASE_QUERIES
- NETWORK
- COST
MonitorFormulaAndFunctionQueryDefinition:
description: A formula and function query.
oneOf:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const (
MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_SPANS MonitorFormulaAndFunctionEventsDataSource = "spans"
MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_DATABASE_QUERIES MonitorFormulaAndFunctionEventsDataSource = "database_queries"
MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_NETWORK MonitorFormulaAndFunctionEventsDataSource = "network"
MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_COST MonitorFormulaAndFunctionEventsDataSource = "cost"
)

var allowedMonitorFormulaAndFunctionEventsDataSourceEnumValues = []MonitorFormulaAndFunctionEventsDataSource{
Expand All @@ -37,7 +36,6 @@ var allowedMonitorFormulaAndFunctionEventsDataSourceEnumValues = []MonitorFormul
MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_SPANS,
MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_DATABASE_QUERIES,
MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_NETWORK,
MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_COST,
}

// GetAllowedValues reeturns the list of possible values.
Expand Down

0 comments on commit 851e958

Please sign in to comment.