File tree Expand file tree Collapse file tree 3 files changed +4
-69
lines changed
Expand file tree Collapse file tree 3 files changed +4
-69
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
2827if (BUILD_TESTING)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments