Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ of the current project.

Please refer to [INSTALL.md](./INSTALL.md).

## QuickStart
## Quick Start

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.

Expand All @@ -46,22 +47,23 @@ Meeting notes are available as a public [Google doc](https://docs.google.com/doc

Approvers ([@open-telemetry/cpp-approvers](https://github.com/orgs/open-telemetry/teams/cpp-approvers)):

- [Lalit Kumar Bhasin](https://github.com/lalitb), Microsoft
- [Johannes Tax](https://github.com/pyohannes), New Relic
- [Max Golovanov](https://github.com/maxgolov), Microsoft
- [Ryan Burn](https://github.com/rnburn), Lightstep
- [Tom Tan](https://github.com/ThomsonTan), Microsoft
* [Lalit Kumar Bhasin](https://github.com/lalitb), Microsoft
* [Johannes Tax](https://github.com/pyohannes), New Relic
* [Josh Suereth](https://github.com/jsuereth), Google
* [Max Golovanov](https://github.com/maxgolov), Microsoft
* [Ryan Burn](https://github.com/rnburn), Lightstep
* [Tom Tan](https://github.com/ThomsonTan), Microsoft

*Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver).*

Maintainers ([@open-telemetry/cpp-maintainers](https://github.com/orgs/open-telemetry/teams/cpp-maintainers)):

- [Emil Mikulic](https://github.com/g-easy), Google
- [Reiley Yang](https://github.com/reyang), Microsoft
* [Emil Mikulic](https://github.com/g-easy), Google
* [Reiley Yang](https://github.com/reyang), Microsoft

Triagers ([@open-telemetry/cpp-triagers](https://github.com/orgs/open-telemetry/teams/cpp-triagers)):

- [Jodee Varney](https://github.com/jodeev), New Relic
* [Jodee Varney](https://github.com/jodeev), New Relic

*Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#maintainer).*

Expand Down