https://github.com/open-telemetry/opentelemetry-ecosystem-explorer
https://github.com/open-telemetry/opentelemetry-ecosystem-explorer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-telemetry/opentelemetry-ecosystem-explorer
- Owner: open-telemetry
- License: apache-2.0
- Created: 2026-01-21T15:35:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-26T11:47:20.000Z (4 months ago)
- Last Synced: 2026-01-26T18:20:02.283Z (4 months ago)
- Language: Python
- Homepage: https://opentelemetry.io
- Size: 90.8 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# OpenTelemetry Ecosystem Explorer
This repository contains the components related to the OpenTelemetry Ecosystem Explorer, a web application that helps
users discover and explore the various projects available in the OpenTelemetry ecosystem.
See project proposal [here](https://github.com/open-telemetry/community/blob/main/projects/ecosystem-explorer.md).
## Project Structure
There are three components in this repository:
### ecosystem-registry
This will act as our data pipeline and raw data registry of the metadata from various projects. See the
`collector-metadata` directory in the [collector-watcher](https://github.com/jaydeluca/collector-watcher/tree/main/collector-metadata)
as a POC/reference.
Scope:
* Stores versioned history of metadata for each project
### ecosystem-automation
This will act as our data pipeline and tools for synchronizing documentation, the v1 registry, and anything else.
See the [collector-watcher](https://github.com/jaydeluca/collector-watcher/tree/main/src/collector_watcher) for the
POC/reference.
Scope:
* Pipelines and automation that runs on a schedule and collects and aggregates metadata from various projects to
populate and update the registry
* Automatically synchronizes documentation and other targets with registry data opentelemetry.io integration
* Collector components
* Java Agent instrumentations
* Java Agent configuration options
### ecosystem-explorer
This will be the website for exploring the data. See [instrumentation-explorer](https://github.com/jaydeluca/instrumentation-explorer)
for a POC/reference.
## Contributing
This project welcomes contributions from the community.
Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines on how to contribute to this project.
## Maintainers
* [Jay DeLuca](https://github.com/jaydeluca), Grafana Labs
* [Severin Neumann](https://github.com/svrnm), Causely
* [Pablo Baeyans](https://github.com/mx-psi), Datadog
For more information about the maintainer role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#maintainer).
## Approvers
* [Vitor Vasconcellos](https://github.com/vitorvasc), Mercado Libre
* [Marylia Gutierrez](https://github.com/maryliag), Grafana Labs
For more information about the approver role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#approver).