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.6.6",
"regenerated": "2025-01-15 09:47:01.880563",
"spec_repo_commit": "21b02fc5"
"regenerated": "2025-01-15 18:03:15.756398",
"spec_repo_commit": "e54847a1"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-15 09:47:01.895832",
"spec_repo_commit": "21b02fc5"
"regenerated": "2025-01-15 18:03:15.771610",
"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 @@ -20,7 +20,6 @@ export type MonitorFormulaAndFunctionEventsDataSource =
| typeof SPANS
| typeof DATABASE_QUERIES
| typeof NETWORK
| typeof COST
| UnparsedObject;
export const RUM = "rum";
export const CI_PIPELINES = "ci_pipelines";
Expand All @@ -31,4 +30,3 @@ export const LOGS = "logs";
export const SPANS = "spans";
export const DATABASE_QUERIES = "database_queries";
export const NETWORK = "network";
export const COST = "cost";
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,6 @@ const enumsMap: { [key: string]: any[] } = {
"spans",
"database_queries",
"network",
"cost",
],
MonitorOptionsNotificationPresets: [
"show_all",
Expand Down
Loading