Expand description
This module provides utilities for configuring and building an OpenTelemetry MeterProvider specifically tailored for use in AWS Lambda environments.
It includes:
HttpMeterProviderBuilder: A builder struct for configuring and initializing a MeterProvider.
The module supports various configuration options, including:
- Custom HTTP clients for exporting metrics
- Setting custom meter names
- Configuring periodic exporters
- Integration with Lambda resource attributes
Structsยง
- Http
Meter Provider Builder - Builder for configuring and initializing a MeterProvider.