Skip to content

Commit ff14c8d

Browse files
committed
BAZEL build - pending bazel central
1 parent 64d1e67 commit ff14c8d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

exporters/prometheus/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.12)
1616

1717
project(
1818
opentelemetry-cpp-contrib
19-
VERSION "1.11.0" # opentelemetry-cpp-contrib 1.11.0
19+
VERSION "1.19.0" # opentelemetry-cpp-contrib 1.19.0
2020
HOMEPAGE_URL "https://github.com/open-telemetry/opentelemetry-cpp-contrib"
2121
LANGUAGES CXX)
2222

exporters/prometheus/MODULE.bazel

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright The OpenTelemetry Authors
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
module(
5+
name = "opentelemetry-cpp-contrib-prometheus",
6+
version = "1.19.0",
7+
compatibility_level = 0,
8+
repo_name = "io_opentelemetry_cpp_contrib",
9+
)
10+
11+
bazel_dep(name = "abseil-cpp", version = "20240116.1", repo_name = "com_google_absl")
12+
bazel_dep(name = "bazel_skylib", version = "1.5.0")
13+
bazel_dep(name = "opentelemetry-cpp", version = "1.19.0", repo_name = "com_github_opentelemetry_cpp")
14+
bazel_dep(name = "prometheus-cpp", version = "1.3.0", repo_name = "com_github_jupp0r_prometheus_cpp")
15+
bazel_dep(name = "platforms", version = "0.0.8")
16+
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
17+
18+
bazel_dep(name = "googletest", version = "1.14.0.bcr.1", dev_dependency = True, repo_name = "com_google_googletest")

0 commit comments

Comments
 (0)