From 284b477cf60c4c0ddc0440d629a14b8f7000c16d Mon Sep 17 00:00:00 2001 From: Ehsan Saei <71217171+esigo@users.noreply.github.com> Date: Sat, 2 Mar 2024 15:03:44 +0100 Subject: [PATCH 1/4] bump prometheus to 1.2.4 --- bazel/repository.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository.bzl b/bazel/repository.bzl index 2abdca87ce..9633aea645 100644 --- a/bazel/repository.bzl +++ b/bazel/repository.bzl @@ -122,10 +122,10 @@ def opentelemetry_cpp_deps(): maybe( http_archive, name = "com_github_jupp0r_prometheus_cpp", - sha256 = "397544fe91e183029120b4eebcfab24ed9ec833d15850aae78fd5db19062d13a", - strip_prefix = "prometheus-cpp-1.1.0", + sha256 = "48dbad454d314b836cc667ec4def93ec4a6e4255fc8387c20cacb3b8b6faee30", + strip_prefix = "prometheus-cpp-1.2.4", urls = [ - "https://github.com/jupp0r/prometheus-cpp/archive/refs/tags/v1.1.0.tar.gz", + "https://github.com/jupp0r/prometheus-cpp/archive/refs/tags/v1.2.4.tar.gz", ], ) From 7adac370fa6d3e0d8bda5c0dd32de639b535b04b Mon Sep 17 00:00:00 2001 From: Oblivion Date: Sat, 2 Mar 2024 14:12:08 +0000 Subject: [PATCH 2/4] submodule --- buildscripts/semantic-convention/opentelemetry-specification | 1 + third_party/fuzztest | 1 + third_party/prometheus-cpp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 160000 buildscripts/semantic-convention/opentelemetry-specification create mode 160000 third_party/fuzztest diff --git a/buildscripts/semantic-convention/opentelemetry-specification b/buildscripts/semantic-convention/opentelemetry-specification new file mode 160000 index 0000000000..8c73c16a6f --- /dev/null +++ b/buildscripts/semantic-convention/opentelemetry-specification @@ -0,0 +1 @@ +Subproject commit 8c73c16a6f692a107d8210e1969867a02e736884 diff --git a/third_party/fuzztest b/third_party/fuzztest new file mode 160000 index 0000000000..c9bedad82d --- /dev/null +++ b/third_party/fuzztest @@ -0,0 +1 @@ +Subproject commit c9bedad82d1a01341451a5343c860944ee21361b diff --git a/third_party/prometheus-cpp b/third_party/prometheus-cpp index c9ffcdda90..ad99e21f47 160000 --- a/third_party/prometheus-cpp +++ b/third_party/prometheus-cpp @@ -1 +1 @@ -Subproject commit c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d +Subproject commit ad99e21f4706193670c42b36c9824dc997f4c475 From 8de8fc172f3e0bb4aa407252eb0c0763551e2f2c Mon Sep 17 00:00:00 2001 From: Oblivion Date: Sat, 2 Mar 2024 14:13:40 +0000 Subject: [PATCH 3/4] doc --- third_party_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party_release b/third_party_release index 6031a829c1..6de46e28ef 100644 --- a/third_party_release +++ b/third_party_release @@ -21,5 +21,5 @@ ms-gsl=v3.1.0-67-g6f45293 nlohmann-json=v3.11.2 opentelemetry-proto=v1.1.0 opentracing-cpp=v1.6.0 -prometheus-cpp=v1.1.0 +prometheus-cpp=v1.2.4 vcpkg=2023.10.19 From e033d3d4bed0cc52009b54710b4d6095ce05eb8b Mon Sep 17 00:00:00 2001 From: Oblivion Date: Sat, 2 Mar 2024 14:23:29 +0000 Subject: [PATCH 4/4] cleant --- buildscripts/semantic-convention/opentelemetry-specification | 1 - third_party/fuzztest | 1 - 2 files changed, 2 deletions(-) delete mode 160000 buildscripts/semantic-convention/opentelemetry-specification delete mode 160000 third_party/fuzztest diff --git a/buildscripts/semantic-convention/opentelemetry-specification b/buildscripts/semantic-convention/opentelemetry-specification deleted file mode 160000 index 8c73c16a6f..0000000000 --- a/buildscripts/semantic-convention/opentelemetry-specification +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8c73c16a6f692a107d8210e1969867a02e736884 diff --git a/third_party/fuzztest b/third_party/fuzztest deleted file mode 160000 index c9bedad82d..0000000000 --- a/third_party/fuzztest +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c9bedad82d1a01341451a5343c860944ee21361b