interface LimitsPerLabelSetEntryProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.APS.Mixins.CfnWorkspacePropsMixin.LimitsPerLabelSetEntryProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsaps/mixins#CfnWorkspacePropsMixin_LimitsPerLabelSetEntryProperty |
Java | software.amazon.awscdk.mixins.preview.services.aps.mixins.CfnWorkspacePropsMixin.LimitsPerLabelSetEntryProperty |
Python | aws_cdk.mixins_preview.aws_aps.mixins.CfnWorkspacePropsMixin.LimitsPerLabelSetEntryProperty |
TypeScript | @aws-cdk/mixins-preview » aws_aps » mixins » CfnWorkspacePropsMixin » LimitsPerLabelSetEntryProperty |
This structure contains the limits that apply to time series that match one label set.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as aps_mixins } from '@aws-cdk/mixins-preview/aws-aps';
const limitsPerLabelSetEntryProperty: aps_mixins.CfnWorkspacePropsMixin.LimitsPerLabelSetEntryProperty = {
maxSeries: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| max | number | The maximum number of active series that can be ingested that match this label set. |
maxSeries?
Type:
number
(optional)
The maximum number of active series that can be ingested that match this label set.
Setting this to 0 causes no label set limit to be enforced, but it does cause Amazon Managed Service for Prometheus to vend label set metrics to CloudWatch

.NET
Go
Java
Python
TypeScript