Skip to content

Commit 99c483c

Browse files
authored
chore: update prometheus to 1.0 version (#1242)
1 parent 84394fd commit 99c483c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bazel/repository.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ def opentelemetry_cpp_deps():
9696
maybe(
9797
http_archive,
9898
name = "com_github_jupp0r_prometheus_cpp",
99-
sha256 = "aab4ef8342319f631969e01b8c41e355704847cbe76131cb1dd5ea1862000bda",
100-
strip_prefix = "prometheus-cpp-0.11.0",
99+
sha256 = "07018db604ea3e61f5078583e87c80932ea10c300d979061490ee1b7dc8e3a41",
100+
strip_prefix = "prometheus-cpp-1.0.0",
101101
urls = [
102-
"https://github.com/jupp0r/prometheus-cpp/archive/v0.11.0.tar.gz",
102+
"https://github.com/jupp0r/prometheus-cpp/archive/refs/tags/v1.0.0.tar.gz",
103103
],
104104
)
105105

third_party/prometheus-cpp

Submodule prometheus-cpp updated 108 files

third_party_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ googletest=release-1.8.0-2523-ga6dfd3ac
66
ms-gsl=v1.0.0-393-g6f45293
77
nlohmann-json=v3.9.1
88
opentelemetry-proto=v0.11.0
9-
prometheus-cpp=v0.11.0
9+
prometheus-cpp=v1.0.0
1010
vcpkg=2020.04-2702-g5568f110b

0 commit comments

Comments
 (0)