Skip to content

Commit b89f981

Browse files
authored
[Doc] Cleanup ENABLE_METRICS_PREVIEW (#1745)
1 parent 34b6597 commit b89f981

File tree

3 files changed

+4
-69
lines changed

3 files changed

+4
-69
lines changed

README.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,10 @@ The C++ [OpenTelemetry](https://opentelemetry.io/) client.
1313
| Signal | Status | Project |
1414
| ------- | ----------------------- | ------------------------------------------------------------------------ |
1515
| Traces | Public Release | N/A |
16-
| Metrics | Public Release [1] | N/A |
17-
| Logs | Experimental [2] | [Release Milestone](https://github.com/open-telemetry/opentelemetry-cpp/milestone/18)|
18-
19-
* [1]: The older metrics implementation (based on old
20-
specification) is now deprecated, and would be removed soon.
21-
This can be included in build by setting
22-
`ENABLE_METRICS_PREVIEW` preprocessor macro, and is included under
23-
`*/_metrics/*` directory.
24-
* [2]: The current Log Signal Implementation is Experimental, and will change as
16+
| Metrics | Public Release | N/A |
17+
| Logs | Experimental [1] | [Release Milestone](https://github.com/open-telemetry/opentelemetry-cpp/milestone/18)|
18+
19+
* [1]: The current Log Signal Implementation is Experimental, and will change as
2520
the current OpenTelemetry Log specification matures. The current
2621
implementation can be included in build by setting `ENABLE_LOGS_PREVIEW`
2722
preprocessor macro.

exporters/ostream/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ install(
2222
DIRECTORY include/opentelemetry/exporters/ostream
2323
DESTINATION include/opentelemetry/exporters
2424
PATTERN "*.h"
25-
PATTERN "metrics_exporter.h" EXCLUDE
2625
PATTERN "log_Exporter.h" EXCLUDE)
2726

2827
if(BUILD_TESTING)

exporters/ostream/src/metrics_exporter.cc

-59
This file was deleted.

0 commit comments

Comments
 (0)