Skip to content
Open
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
3 changes: 2 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3006,7 +3006,8 @@ components:
x-enum-varnames:
- APM_RESOURCE_STATS
FormulaAndFunctionApmResourceStatsQueryDefinition:
description: APM resource stats query using formulas and functions.
deprecated: true
description: APM resource stats query using formulas and functions. Deprecated - Use `apm_metrics` query type instead.
properties:
cross_org_uuids:
$ref: "#/components/schemas/CrossOrgUuids"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(
**kwargs,
):
"""
APM resource stats query using formulas and functions.
APM resource stats query using formulas and functions. Deprecated - Use ``apm_metrics`` query type instead.

:param cross_org_uuids: The source organization UUID for cross organization queries. Feature in Private Beta.
:type cross_org_uuids: [str], optional
Expand Down
Loading