Closed as not planned
Description
The purpose and use-cases of the new component
This receiver contains the implementation of the Huawei Cloud Log Tank Service (LTS) receiver for the OpenTelemetry Collector. The receiver collects logs from Huawei Cloud's LTS service and sends them to the OpenTelemetry Collector for processing and exporting.
Example configuration for the component
receivers:
huaweicloudlogsreceiver:
collection_interval: 3h
initial_delay: 5s
access_key: ${env:HUAWEICLOUD_SDK_AK}
secret_key: ${env:HUAWEICLOUD_SDK_SK}
project_id: project_1
region_id: eu-west-101
log_group_id: test-group-id
log_stream_id: test-stream-id
no_verify_ssl: True
Telemetry data types supported
logs
Code Owner(s)
@heitorganzeli, @dinesh707, @narcis96
Sponsor (optional)
No response
Additional context
No response