8000 GitHub - chialab/otel-collector: Our custom OpenTelemetry collector build
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Our custom OpenTelemetry collector build

Notifications You must be signed in to change notification settings

chialab/otel-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTelemetry collector

Custom build of OpenTelemetry collector, to be used in a Kubernetes cluster in AWS. Build using OpenTelemetry Collector Builder.

Includes the following modules:

Providers Extensions Receivers Processors Exporters
envprovider healthcheckextension otlpreceiver batchprocessor otlphttpexporter
fileprovider sigv4authextension prometheusreceiver memorylimiterprocessor otlpexporter
prometheusremotewriteexporter

Usage

Entrypoint is the collector binary, passing a configuration file as command when running this is required (see configuration):

docker run --rm -it -v "$PWD/my-config.yml:/my-config.yml" ghcr.io/chialab/otel-collector:latest --config=/my-config.yml

About

Our custom OpenTelemetry collector build

Resources

Stars

Watchers

Forks

Packages

 
 
 
0