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": "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