Open
Description
The purpose and use-cases of the new component
Description:
This PR introduces an exporter for HuaweiCloud AOM. The exporter works by translating logs into the AOM logformat expected by AOM Service, and sending over HTTP.
Testing:
Manually tested, sending to an AOM Service's instance.
Documentation:
Added a README, which describes the exporter's config.
Example configuration for the component
huaweicloud_aom/logs:
- endpoint: "lts-access.cn-north-4.myhuaweicloud.com"
- region_id: "demo-region-id"
- project_id: "demo-project-id"
- log_group_id: "demo-group-id"
- log_stream_id: "demo-stream-id"
- access_key_id: "test-id"
- access_key_secret: "test-secret"
Telemetry data types supported
logs
Code Owner(s)
qsupremacy
Sponsor (optional)
mwear
Additional context
No response