{"id":36455201,"url":"https://github.com/observatorium/observatorium-otelcol","last_synced_at":"2026-01-11T23:02:29.707Z","repository":{"id":53730530,"uuid":"282832236","full_name":"observatorium/observatorium-otelcol","owner":"observatorium","description":"OpenTelemetry Collector distribution for Observatorium","archived":false,"fork":false,"pushed_at":"2021-03-17T14:17:17.000Z","size":125,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T01:36:45.279Z","etag":null,"topics":["distributed-tracing","observatorium","opentelemetry-collector"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/observatorium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-27T08:01:08.000Z","updated_at":"2021-07-19T11:56:48.000Z","dependencies_parsed_at":"2022-08-30T01:51:07.249Z","dependency_job_id":null,"html_url":"https://github.com/observatorium/observatorium-otelcol","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/observatorium/observatorium-otelcol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/observatorium%2Fobservatorium-otelcol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/observatorium%2Fobservatorium-otelcol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/observatorium%2Fobservatorium-otelcol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/observatorium%2Fobservatorium-otelcol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/observatorium","download_url":"https://codeload.github.com/observatorium/observatorium-otelcol/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/observatorium%2Fobservatorium-otelcol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distributed-tracing","observatorium","opentelemetry-collector"],"created_at":"2026-01-11T23:02:28.984Z","updated_at":"2026-01-11T23:02:29.694Z","avatar_url":"https://github.com/observatorium.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Observatorium OpenTelemetry Collector distribution\n\nThis is the OpenTelemetry Collector distribution for Observatorium. It's composed of a manifest that is used to build the actual distribution using the [OpenTelemetry Collector Builder](https://github.com/observatorium/opentelemetry-collector-builder), plus a few modules that aren't available in any upstream repository.\n\nRight now, the following modules are part of the distribution:\n\n* All modules (extensions, receivers, processors and exporters) from the core [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector/) distribution\n* [`k8sprocessor`](github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sprocessor) from OpenTelemetry Collector Contrib\n* [`resourcedetectionprocessor`](github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor) from OpenTelemetry Collector Contrib\n* [`routingprocessor`](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/master/processor/routingprocessor) from [OpenTelemetry Collector Contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib)\n\n\n## Building\n\nTo build this project, you'll need the OpenTelemetry Collector Builder, which can be installed using:\n\n```console\n$ go get github.com/observatorium/opentelemetry-collector-builder\n```\n\nThen, from the root of this project, run:\n\n```console\n$ opentelemetry-collector-builder --config manifest.yaml\n```\n\nThis is the expected outcome:\n\n```\n$ opentelemetry-collector-builder --config manifest.yaml\n2020-09-16T12:15:17.089+0200\tINFO\tcmd/root.go:83\tUsing config file\t{\"path\": \"manifest.yaml\"}\n2020-09-16T12:15:17.092+0200\tINFO\tbuilder/main.go:80\tSources created\t{\"path\": \"./_build\"}\n2020-09-16T12:15:17.165+0200\tINFO\tbuilder/main.go:91\tCompiling\n2020-09-16T12:15:33.100+0200\tINFO\tbuilder/main.go:97\tCompiled\t{\"binary\": \"./_build/observatorium-otelcol\"}\n```\n\nThe resulting binary is located at `_build/observatorium-otelcol` and can be started with:\n\n```\n$ _build/observatorium-otelcol --config collector.yaml\n```\n\nThe provided OpenTelemetry Collector configuration example (`collector.yaml`) has a regular OTLP gRPC receiver and exports data to a Jaeger collector via gRPC (port 14250) that is expected to be running on localhost.\n\nAll extra processors are referenced in the configuration, making sure that the distribution knows about them. Not all of the processors are part of the pipeline.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobservatorium%2Fobservatorium-otelcol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobservatorium%2Fobservatorium-otelcol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobservatorium%2Fobservatorium-otelcol/lists"}