Skip to content

ODCD (OpenTelemetry Data Collector Drivers) is a set of standalone OpenTelemetry receivers for databases, systems, and applications.

License

Notifications You must be signed in to change notification settings

instana/otel-dc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ODCD (OpenTelemetry Data Collector Drivers) is a set of standalone OpenTelemetry receivers for databases, systems, and applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published