Registry /
observability / open-telemetry-opentelemetry-collector-contrib-receiver-awscloudwatchreceiver
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
awscloudwatchreceiver
✓ github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscloudwatchreceiver
Create a default configuration for the AWS CloudWatch receiver.
package main
import (
"go.opentelemetry.io/collector/component"
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscloudwatchreceiver"
)
func main() {
cfg := awscloudwatchreceiver.CreateDefaultConfig().(*awscloudwatchreceiver.Config)
_ = cfg
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.154.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.