Skip to content

Commit

Permalink
merged from upstream, bumped module version
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Feb 3, 2025
1 parent 9dd4a8c commit acc92b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "otel_sdk",
version = "1.18.0-dll",
version = "1.19.0-dll",
compatibility_level = 0,
)

Expand Down Expand Up @@ -66,6 +66,7 @@ archive_override(
)

bazel_dep(name = "prometheus-cpp", version = "1.3.0.bcr.1")
bazel_dep(name = "civetweb", version = "1.16.bcr.1")

use_repo(
use_extension("@rules_cc//cc:extensions.bzl", "cc_configure_extension"),
Expand Down
4 changes: 4 additions & 0 deletions examples/otlp/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ otel_cc_binary(
"//exporters/otlp:otlp_grpc_exporter",
"//exporters/otlp:otlp_grpc_log_record_exporter",
"//sdk/src/trace",
"@grpc//:grpc++",
"@opentelemetry-proto//:logs_service_grpc_cc",
"@opentelemetry-proto//:metrics_service_grpc_cc",
"@opentelemetry-proto//:trace_service_grpc_cc",
]),
)

Expand Down
1 change: 1 addition & 0 deletions x/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ archive_override(
)

bazel_dep(name = "prometheus-cpp", version = "1.3.0.bcr.1")
bazel_dep(name = "civetweb", version = "1.16.bcr.1")

use_repo(
use_extension("@rules_cc//cc:extensions.bzl", "cc_configure_extension"),
Expand Down

0 comments on commit acc92b3

Please sign in to comment.