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
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24954,8 +24954,8 @@ components:
- space
type: object
MetricCustomAggregations:
description: Deprecated. You no longer need to configure specific time and space
aggregations for Metrics Without Limits.
description: "Deprecated. You no longer need to configure specific time and
space aggregations for Metrics without Limits\u2122."
example:
- space: sum
time: sum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class MetricCustomAggregations(ModelSimple):
"""
Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits.
Deprecated. You no longer need to configure specific time and space aggregations for Metrics without Limits.


:type value: [MetricCustomAggregation]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
"""
Object containing the definition of a metric tag configuration attributes.

:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits.
:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics without Limits.
:type aggregations: MetricCustomAggregations, optional

:param created_at: Timestamp when the tag configuration was created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(
"""
Object containing the definition of a metric tag configuration to be created.

:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits.
:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics without Limits.
:type aggregations: MetricCustomAggregations, optional

:param exclude_tags_mode: When set to true, the configuration will exclude the configured tags and include any other submitted tags.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
"""
Object containing the definition of a metric tag configuration to be updated.

:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits.
:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics without Limits.
:type aggregations: MetricCustomAggregations, optional

:param exclude_tags_mode: When set to true, the configuration will exclude the configured tags and include any other submitted tags.
Expand Down
Loading