Skip to content

Commit

Permalink
Simplify the project status section to better communicate the intenti…
Browse files Browse the repository at this point in the history
…on (#2332)

* Simplify the project status section to better communicate the intention

* cleanup
  • Loading branch information
reyang authored Sep 26, 2023
1 parent ab83f4f commit a4961c4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ The C++ [OpenTelemetry](https://opentelemetry.io/) client.

## Project Status

| Signal | Status | Project |
| ------- | ----------------------- | ------------------------------------------------------------------------ |
| Traces | Public Release | N/A |
| Metrics | Public Release | N/A |
| Logs | Public Release | N/A |
**Stable** across all 3 signals i.e. `Logs`, `Metrics`, and `Traces`.

See [Spec Compliance
Matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md)
to understand which portions of the specification has been implemented in this
repo.

## Supported C++ Versions

Expand Down Expand Up @@ -119,8 +120,6 @@ Maintainer/Approver/Triager](https://github.com/open-telemetry/community/blob/ma

## Release Schedule

Refer to [project status](#project-status) for current status of the project.

See the [release
notes](https://github.com/open-telemetry/opentelemetry-cpp/releases) for
existing releases.
Expand Down

2 comments on commit a4961c4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: a4961c4 Previous: ab83f4f Ratio
BM_ThreadYieldSpinLockThrashing/1/process_time/real_time 21.34561538696289 ms/iter 7.606466611226399 ms/iter 2.81

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: a4961c4 Previous: ab83f4f Ratio
BM_BaselineBuffer/2 10642588.138580322 ns/iter 2163798.522445296 ns/iter 4.92

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.