Skip to content

Commit

Permalink
[Old Metrics Cleanup] Remove old metric from GitHub CI (open-telemetr…
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored and yxue committed Dec 5, 2022
1 parent 22debae commit 7a894a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: run tests
run: ./ci/do_ci.ps1 cmake.maintainer.test

<<<<<<< HEAD
cmake_deprecated_metrics_test:
name: CMake test (without otlp-exporter and with deprecated metrics)
>>>>>>> cf9ebb02 (Add CMake OTELCPP_MAINTAINER_MODE (#1650))
Expand Down Expand Up @@ -118,6 +119,8 @@ jobs:
- name: run tests
run: ./ci/do_ci.ps1 cmake.maintainer.test

=======
>>>>>>> f0ac99ea ([Old Metrics Cleanup] Remove old metric from GitHub CI (#1733))
cmake_with_async_export_test:
name: CMake test (without otlp-exporter and with async export)
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ update the semantic convention in instrumentation library is needed.
=======
* [LOGS SDK] Rename LogProcessor and LogExporter to LogRecordProcessor and LogRecordExporter
[#1727](https://github.com/open-telemetry/opentelemetry-cpp/pull/1727)
* [METRICS SDK] - Remove old metrics from Github CI
[#1733](https://github.com/open-telemetry/opentelemetry-cpp/pull/1733)

>>>>>>> 7634edf4 ([Logs SDK] LogProcessor, LogExporter changes (#1727))
## [1.7.0] 2022-10-28
Expand Down

0 comments on commit 7a894a8

Please sign in to comment.