Skip to content

cdobre/opentelemetry-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTelemetry C++

Slack codecov.io Build Status Release

The C++ OpenTelemetry client.

Project Status

Signal Status Project
Traces Release Candidate 1.0.0
Metrics Development paused [1] N/A
Logs Experimental [2] N/A
  • [1]: The development of the metrics API and SDK has paused due to limited development resources, prioritization of a stable Traces release, and waiting for availability of stable Metrics ( API + SDK ) design from the OpenTelemetry specification. The current implementation can be included in build by setting ENABLE_METRICS_PREVIEW preprocessor macro.
  • [2]: The current Log Signal Implementation is Experimental, and will change as the current OpenTelemetry Log specification matures. The current implementation can be included in build by setting ENABLE_LOGS_PREVIEW preprocessor macro.

OpenTelemetry Specification Compatibility Matrix

API Version Core version Contrib Version
1.0.0 1.0.0-rc4 N/A [1]
  • [1]: We don't have releases for opentelemetry-cpp contrib repo. This may change in future.

Supported C++ Versions

Code shipped from this repository generally supports the following versions of C++ standards:

  • ISO/IEC 14882:2011 (C++11, C++0x)
  • ISO/IEC 14882:2014 (C++14, C++1y)
  • ISO/IEC 14882:2017 (C++17, C++1z)
  • ISO/IEC 14882:2020 (C++20)

Any exceptions to this are noted in the individual README.md files.

Please note that supporting the C Programming Language is not a goal of the current project.

Supported Development Platforms

Our CI pipeline builds and tests on following x86-64 platforms:

  • ubuntu-18.04 (Default GCC Compiler - 7.5.0)
  • ubuntu-18.04 (GCC 4.8 with -std=c++11 flag)
  • ubuntu-20.04 (Default GCC Compiler - 9.3.0 with -std=c++20 flags)
  • macOS 10.15 (Xcode 12.2)
  • Windows Server 2019 (Visual Studio Enterprise 2019)

In general, the code shipped from this repository should build on all platforms having C++ compiler with supported C++ standards.

Dependencies

Please refer to Dependencies.md for OSS Dependencies and license requirements.

Installation

Please refer to INSTALL.md.

Getting Started

As an application owner or the library author, you can find the getting started guide and reference documentation on opentelemetry-cpp.readthedocs.io

The examples/simple directory contains a minimal program demonstrating how to instrument a small library using a simple processor and console exporter, along with build files for CMake and Bazel.

Contributing

See CONTRIBUTING.md

We meet weekly, and the time of the meeting alternates between Monday at 15:00 PT and Wednesday at 10:00 PT. The meeting is subject to change depending on contributors' availability. Check the OpenTelemetry community calendar for specific dates.

Meetings take place via Zoom video conference. The passcode is 77777.

Meeting notes are available as a public Google doc. For edit access, get in touch on Slack.

Approvers (@open-telemetry/cpp-approvers):

Find more about the approver role in community repository.

Maintainers (@open-telemetry/cpp-maintainers):

Find more about the maintainer role in community repository.

Triagers (@open-telemetry/cpp-triagers):

Find more about the triager role in community repository.

Thanks to all the people who have contributed

contributors

Release Schedule

OpenTelemetry C++ is under active development.

The API and SDK packages are not yet generally available, and releases are not guaranteed to conform to a specific version of the specification. Future releases will not attempt to maintain backwards compatibility with previous releases. Each alpha and beta release could include significant changes to the API and SDK packages, making them incompatible with each other.

See the release notes for existing releases.

See the project milestones for details on upcoming releases. The dates and features described in issues and milestones are estimates, and subject to change.

About

The OpenTelemetry C++ Client

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.0%
  • CMake 3.9%
  • C 2.4%
  • Starlark 2.3%
  • Shell 1.6%
  • Batchfile 1.2%
  • Other 0.6%