open-telemetry / opentelemetry-collector-contrib

Contrib repository for the OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
3.1k stars 2.38k forks source link

New component: Sematext Exporter #35540

Closed ghost closed 20 hours ago

ghost commented 1 month ago

The purpose and use-cases of the new component

The Sematext Metric Exporter component is designed to export telemetry data, specifically metrics, to the Sematext platform, enabling real-time monitoring, alerting, and observability. This exporter is an extension of the existing InfluxDB exporter, leveraging Sematext's capability to listen over the Influx line protocol.

The primary changes include:

Example configuration for the component

Configuration Options:

The full list of settings exposed for this exporter are documented in config.go.

Example:

timeout: 500ms
region: US  
retry_on_failure:
  enabled: true
  initial_interval: 1s
  max_interval: 3s
  max_elapsed_time: 10s
metrics:
  app_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  sending_queue:
    enabled: true
    num_consumers: 3
    queue_size: 10
  payload_max_lines: 100
  payload_max_bytes: 1000

Telemetry data types supported

Metrics

Is this a vendor-specific component?

Sponsor (optional) No response

jackgopack4 commented 1 month ago

happy to review the PR once you create it, welcome

atoulme commented 1 month ago

Please present your new component proposal at a SIG meeting. You will need a sponsor for this component.

ghost commented 1 month ago

Hello @atoulme I presented the component in the last SIG meeting I was told that a sponsor will be randomly selected as this is Sematext first component

AkhigbeEromo commented 1 day ago

I was the one that created this issue But I used my company GH account to create this issue At KubeCon I spoke to @andrzej-stencel and he advised I use my normal GH account because I am an official contributor there

So I had to delete my former account and I forgot to close the PRs and issues associated with it Is it possible to help with that?

andrzej-stencel commented 20 hours ago

Sure, closing this issue.