Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New component: huaweicloudlogsreceiver #36783

Open
narcis96 opened this issue Dec 11, 2024 · 2 comments
Open

New component: huaweicloudlogsreceiver #36783

narcis96 opened this issue Dec 11, 2024 · 2 comments
Labels
Sponsor Needed New component seeking sponsor

Comments

@narcis96
Copy link
Contributor

narcis96 commented Dec 11, 2024

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

@narcis96 narcis96 added needs triage New item requiring triage Sponsor Needed New component seeking sponsor labels Dec 11, 2024
@atoulme
Copy link
Contributor

atoulme commented Dec 11, 2024

@dinesh707 and @heitorganzeli are not OpenTelemetry members and cannot be codeowners. Please make sure they become codeowners.

@atoulme
Copy link
Contributor

atoulme commented Dec 11, 2024

no_verify_ssl is a departure from the way we typically manage ssl options. See
https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sponsor Needed New component seeking sponsor
Projects
None yet
Development

No branches or pull requests

2 participants