Skip to content

Commit 32097fa

Browse files
committed
updated multitools
1 parent f96a634 commit 32097fa

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

functional/otlp/BUILD

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,17 @@ otel_cc_binary(
2020
"//exporters/otlp:otlp_http_exporter",
2121
]),
2222
)
23+
24+
otel_cc_binary(
25+
name = "func_otlp_grpc",
26+
srcs = [
27+
"func_grpc_main.cc",
28+
],
29+
args = [
30+
"--list",
31+
],
32+
tags = ["otlp"],
33+
deps = dll_deps([
34+
"//exporters/otlp:otlp_grpc_exporter",
35+
]),
36+
)

multitool.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"binaries": [
4949
{
5050
"kind": "archive",
51-
"url": "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.121.0/otelcol-contrib_0.121.0_windows_amd64.tar.gz",
51+
"url": "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.122.1/otelcol-contrib_0.122.1_windows_amd64.tar.gz",
5252
"file": "otelcol-contrib.exe",
53-
"sha256": "46b3e290342e92deff4cc771688977e53fe4ab5a3cf9e51934a9f4a5e90aadaf",
53+
"sha256": "45719e65e5c247e14b252031f3bc59c19afa1bd7503676f1bb821a7d08583eaf",
5454
"os": "windows",
5555
"cpu": "x86_64"
5656
}
@@ -132,36 +132,36 @@
132132
"binaries": [
133133
{
134134
"kind": "file",
135-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.42.3/sentry-cli-Linux-aarch64",
136-
"sha256": "428b6de82b25c9b5c6093719d0595090e7ec050e688f74b1edf669d24b3ff1a8",
135+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.42.4/sentry-cli-Linux-aarch64",
136+
"sha256": "134c9e2b21d341a19710c90eaadb6dc817230f13edbb11a3ec9e41f04d118066",
137137
"os": "linux",
138138
"cpu": "arm64"
139139
},
140140
{
141141
"kind": "file",
142-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.42.3/sentry-cli-Linux-x86_64",
143-
"sha256": "fb12375ff28eedc04acbd4d3af500a2f479d9c6188bf60246eea563f35a8f98f",
142+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.42.4/sentry-cli-Linux-x86_64",
143+
"sha256": "6d61432bc47f78fcfeb615302a58796e5d135f1471d5b9bc7dde576b1ac956b6",
144144
"os": "linux",
145145
"cpu": "x86_64"
146146
},
147147
{
148148
"kind": "file",
149-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.42.3/sentry-cli-Darwin-arm64",
150-
"sha256": "2d88b9445c161e574837c745634078397efdd9dca50e63651abc64b1ab793271",
149+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.42.4/sentry-cli-Darwin-arm64",
150+
"sha256": "9dc0dbcce902f615a5d5b859ac8ebfcf580eb34eadf9fe0dd31048534bf05216",
151151
"os": "macos",
152152
"cpu": "arm64"
153153
},
154154
{
155155
"kind": "file",
156-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.42.3/sentry-cli-Darwin-x86_64",
157-
"sha256": "9a24d6104615f4b853db302c18a35bb9e113d8324be96893aa2d4c8f898440f7",
156+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.42.4/sentry-cli-Darwin-x86_64",
157+
"sha256": "f63f0539ebb6dbc8b410393813536893104cd74c66c50e192da51fde24d55674",
158158
"os": "macos",
159159
"cpu": "x86_64"
160160
},
161161
{
162162
"kind": "file",
163-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.42.3/sentry-cli-Windows-x86_64.exe",
164-
"sha256": "a2161480f821695bfd4edee67d84d3e4fa764336fcc5d42d13a55cbe7ab7bbd5",
163+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.42.4/sentry-cli-Windows-x86_64.exe",
164+
"sha256": "051aa138fa192b3cbe7ddeb3d682c3acab54fc0bfa21a27fed7ebef8b646cf05",
165165
"os": "windows",
166166
"cpu": "x86_64"
167167
}

0 commit comments

Comments
 (0)