Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.28 KB

README.md

File metadata and controls

28 lines (20 loc) · 2.28 KB

ODCD (OpenTelemetry Data Collector Drivers)

Semantic Convention | Changelog | Contributing | License


ODCD (OpenTelemetry Data Collector Drivers) is a collection of standalone OpenTelemetry receivers designed for databases, systems, applications, and more. Each implementation follows the OpenTelemetry Semantic Conventions. A standard OTLP exporter is included to send data from this "Data Collector" to an OpenTelemetry backend or collector.

Available Data Collectors

Common Configuration Parameters

Parameter Scope Description Example
otel.backend.url instance The OTLP URL of the telemetry backend, e.g., http://localhost:4317 (gRPC) or http://localhost:4318/v1/metrics (HTTP) http://127.0.0.1:4317
otel.backend.using.http instance Set to false to use OTLP/gRPC (default), or true to use OTLP/HTTP false
otel.service.name instance The name of the OTel service (required by OpenTelemetry) DamengDC
otel.service.instance.id instance The OTel service instance ID (the identifier for the database entity, which can be generated by the Data Collector if not provided) 1.2.3.4:5236@MYDB
poll.interval instance The interval, in seconds, for querying metrics 25
callback.interval instance The interval, in seconds, for sending data to the backend 30