OpenTelemetry is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved.
Using or want to use OpenTelemetry? Find out more here:
If you want to get more involved by contributing to OpenTelemetry, join us here:
You can find out how to contribute to these docs in our Contribution Guidelines.
We organize the community into Special Interest Groups (SIGs) in order to improve our workflow and more easily manage a community project.
Interested in getting involved but not sure where to start? Check out our community repo to find out more.
If you want to help us out with our website check us out here.
We host monthly community video conferences, alternating between times that work for Europe and Asia. These meetings are open to all contributors!
Meeting invites can be accessed from our public Calendar (web, gCal, iCal), and we keep public notes in the agenda document available here.
OpenTelemetry follows the CNCF Code of Conduct.
Do you maintain or contribute to an integration for OpenTelemetry? We’d love to feature your project in the registry!
To add your project, please make a pull request to the opentelemetry.io repository on GitHub. You’ll need to create a data file in /content/registry
for your project in the following format:
---
title: My OpenTelemetry Integration // the name of your project
registryType: <exporter/api/collector/plugin> // the type of integration; is this an exporter, plugin, API package, or something else?
isThirdParty: <false/true> // this is only true if the project is maintained by the OpenTelemetry project
language: <collector/cpp/dotnet/erlang/go/java/js/php/python/etc> // language of your integration
tags:
- <language>
- <other useful search terms>
repo: https://github.com/your-organization/your-repo // projects don't have to be hosted on github, but this should link to the git or other source control repository for your project
license: Apache 2.0 // or whatever your OSS license is
description: A friendly description of your integration/plugin
authors: <The author or authors of your integration. An email is a great thing to include!>
otVersion: <The OpenTelemetry version your plugin targets.>
---
Once you’ve created this data file, make a pull request and we’ll add your project to the registry!
Please see the vendors page for information on companies that distribute or natively support OpenTelemetry.