Skip to content

Commit

Permalink
[Doc] Cleanup ENABLE_METRICS_PREVIEW (open-telemetry#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored and yxue committed Dec 5, 2022
1 parent 61314d5 commit 10fcc86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 69 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@ The C++ [OpenTelemetry](https://opentelemetry.io/) client.
| Signal | Status | Project |
| ------- | ----------------------- | ------------------------------------------------------------------------ |
| Traces | Public Release | N/A |
| Metrics | Public Release [1] | N/A |
| Logs | Experimental [2] | [Release Milestone](https:/open-telemetry/opentelemetry-cpp/milestone/18)|

* [1]: The older metrics implementation (based on old
specification) is now deprecated, and would be removed soon.
This can be included in build by setting
`ENABLE_METRICS_PREVIEW` preprocessor macro, and is included under
`*/_metrics/*` directory.
* [2]: The current Log Signal Implementation is Experimental, and will change as
| Metrics | Public Release | N/A |
| Logs | Experimental [1] | [Release Milestone](https:/open-telemetry/opentelemetry-cpp/milestone/18)|

* [1]: 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.
Expand Down
1 change: 0 additions & 1 deletion exporters/ostream/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ install(
DIRECTORY include/opentelemetry/exporters/ostream
DESTINATION include/opentelemetry/exporters
PATTERN "*.h"
PATTERN "metrics_exporter.h" EXCLUDE
PATTERN "log_Exporter.h" EXCLUDE)

if(BUILD_TESTING)
Expand Down
59 changes: 0 additions & 59 deletions exporters/ostream/src/metrics_exporter.cc

This file was deleted.

0 comments on commit 10fcc86

Please sign in to comment.