Skip to main content
Amazon CloudWatch provides metrics for AWS services and resources, including EC2, RDS, Lambda, load balancers, and other managed services. Bronto ingests these metrics through a CloudWatch Metric Stream that uses the OpenTelemetry 1.0 output format and delivers to Bronto through Amazon Data Firehose. AWS Kinesis Firehose for CloudWatch Metrics — create a CloudWatch Metric Stream, select the AWS metrics and namespaces you want to export, and use a Firehose HTTP destination to deliver the OpenTelemetry 1.0 payloads to Bronto. This managed path is intended for metrics already available in CloudWatch. It requires no Lambda function and supports both Bronto EU and US environments.
Metrics ingestion is in public beta. Bronto supports sums, gauges, summaries, and explicit histograms. Exponential histograms are not supported, and the Metric Explorer does not currently provide a Rate function.

Application and infrastructure metrics

For application-instrumented metrics or infrastructure metrics collected directly from hosts and containers, use ADOT or a Self-Managed OpenTelemetry Collector. These options can send logs, metrics, and traces together and avoid routing workload telemetry through CloudWatch. See Host Metrics and the OpenTelemetry Collector Contrib receivers for supported infrastructure sources.

Verify metrics

After the selected CloudWatch namespaces emit data, open Metric Explorer in Bronto and select a recently emitted AWS metric. Confirm that the expected AWS dimensions, timestamp, and any optional Bronto tags are present.

Further reading

See Ingesting AWS Data into Bronto for the full service-to-method mapping.