Eugene Cheung
Eugene Cheung
It'd be nice to support Go ~~once it's out of dev preview~~. Go builds are currently blocked by https://github.com/aws/jsii/issues/3399
### Feature scope AWS Secrets Manager ### Describe your suggested feature Announced in https://aws.amazon.com/about-aws/whats-new/2022/05/aws-secrets-manager-publishes-usage-metrics-to-amazon-cloudwatch/ Docs: https://docs.aws.amazon.com/secretsmanager/latest/userguide/monitoring-cloudwatch.html
It'd be nice to automatically deploy to an AWS account to ensure things are working as intended.
Dashboards are generally fairly rigid in their implementation which is good if you just want to pick up the good defaults but bad if you want to customize them for...
Currently MetricsFactory has createMetricMath, createMetricSearch, createMetricAnomaly. It doesn't have createMetricQuery. Why I need this? I have metric with dimension: [Program, Operation, EntityType, StatusFamily, StatusCode] Now to compute availability metrics, it...
Relevant metrics: - `DatabaseMemoryUsagePercentage` - `CurrConnections` - `StringBasedCmdsLatency` Docs: - https://aws.amazon.com/blogs/database/monitoring-best-practices-with-amazon-elasticache-for-redis-using-amazon-cloudwatch - https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheMetrics.Redis.html
### Describe the bug Originally posted in https://github.com/aws/jsii/issues/3410#issuecomment-1097127406 In module A: ```ts export type MetricWithAlarmSupport = Metric | MathExpression; export class MetricFactory { adaptMetric(metric: MetricWithAlarmSupport): MetricWithAlarmSupport { ... } }...
By default, JavaScript projects: - Run a workflow to upgrade dependencies [daily](https://github.com/projen/projen/blob/f90f012ef7aa212ed82aecb9b5b608f9894447ab/src/javascript/upgrade-dependencies.ts#L386) - Publish libraries on pushes to the main branch This combination seems to be creating huge amounts of...
### Discussed in https://github.com/cdklabs/cdk-monitoring-constructs/discussions/450 Originally posted by **ericxinzhang** November 2, 2023 My code looks as following. I can specify `height` in `CustomMonitoringProps`. I am wondering why `CustomMetricGroup` does not have...
### Feature scope All ### Describe your suggested feature From https://aws.amazon.com/about-aws/whats-new/2023/06/amazon-cloudwatch-dashboard-variables/ : --- We are excited to announce Amazon CloudWatch dashboard variables, a new experience that makes it easier for...