cdk-monitoring-constructs icon indicating copy to clipboard operation
cdk-monitoring-constructs copied to clipboard

Easy-to-use CDK constructs for monitoring your AWS infrastructure

Results 92 cdk-monitoring-constructs issues
Sort by recently updated
recently updated
newest added

### Feature scope MetricFactory ### Describe your suggested feature Declaring CustomMetricGroup as following: ``` { title: 'Test', metrics: [ metricFactory.createMetricSearch( 'query', { dummyDim: undefined as any as string }, MetricStatistic.SUM,...

feature-request

These have always been awkward APIs since you had to get the ordering right, and you had to pass in `undefined` for optional things. I'll also be adding replacements for...

do-not-merge

Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/cdk-monitoring-constructs/actions/runs/15812475010 ------ *Automatically created by projen via the "upgrade-main" workflow*

auto-approve

### Version v9.7.1 ### Steps and/or minimal code example to reproduce 1. Initialize monitoring facade 2. Get alarm factory using `const alarmFactory = monitoringFacade.createAlarmFactory('somePrefix');` 3. Add some alarms using `const...

bug

### Feature scope Alarms ### Describe your suggested feature Currently, in https://github.com/cdklabs/cdk-monitoring-constructs/blob/main/lib/facade/MonitoringFacade.ts#L358-L374, the code calls `createdAlarmsWithTag()`, which intentionally excludes composite alarms. That behavior makes sense, and I understand there are...

feature-request

### Feature scope All ### Describe your suggested feature Hello friends. Currently, cdk-monitoring-constructs is using an older version of jsii. Two years ago, [AWS released jsii-5.x](https://aws.github.io/jsii/compiler-and-rosetta-maintenance/) with the goal of...

feature-request

### Feature scope SecretsManager ### Describe your suggested feature At present day, if the secret is not enabled for rotation, the lambda defaults the lastRotationDate metric to the secret creation...

feature-request

### Version 9.1.1 ### Steps and/or minimal code example to reproduce 1. import monitoring cdk library version 9.1.1 using java 2. Create an `AuroraClusterMonitoringProps` builder and call `addMaxServerlessDatabaseCapacityAlarm` Notice that...

bug
needs-newer-aws-cdk-lib

## Description Currently, `AlarmFactory.AddCompositeAlarmProps` interface only supports a single `compositeOperator` (AND/OR) to be applied across all alarms in the composite alarm. This limitation prevents the creation of more complex alarm...

feature-request

### Feature scope AWS Batch ### Describe your suggested feature Feature request is for an AWS Batch Monitoring construct

feature-request