File tree 3 files changed +4
-69
lines changed
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.
13
13
| Signal | Status | Project |
14
14
| ------- | ----------------------- | ------------------------------------------------------------------------ |
15
15
| 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
25
20
the current OpenTelemetry Log specification matures. The current
26
21
implementation can be included in build by setting ` ENABLE_LOGS_PREVIEW `
27
22
preprocessor macro.
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ install(
22
22
DIRECTORY include /opentelemetry/exporters/ostream
23
23
DESTINATION include /opentelemetry/exporters
24
24
PATTERN "*.h"
25
- PATTERN "metrics_exporter.h" EXCLUDE
26
25
PATTERN "log_Exporter.h" EXCLUDE )
27
26
28
27
if (BUILD_TESTING)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments