Skip to content

Commit 55a375a

Browse files
committed
update otel Create call
1 parent 8ef1a91 commit 55a375a

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

doc/packaging.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,14 @@ recommend installing this library because:
202202

203203
```bash
204204
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
205-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
205+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24.0.tar.gz | \
206206
tar -xzf - --strip-components=1 && \
207207
cmake \
208208
-DCMAKE_BUILD_TYPE=Release \
209209
-DCMAKE_CXX_STANDARD=17 \
210210
-DBUILD_SHARED_LIBS=yes \
211211
-DWITH_EXAMPLES=OFF \
212-
-DWITH_STL=CXX14 \
212+
-DWITH_STL=CXX17 \
213213
-DWITH_ABSEIL=ON \
214214
-DBUILD_TESTING=OFF \
215215
-DOPENTELEMETRY_INSTALL=ON \
@@ -307,14 +307,14 @@ recommend installing this library because:
307307

308308
```bash
309309
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
310-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
310+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24.0.tar.gz | \
311311
tar -xzf - --strip-components=1 && \
312312
cmake \
313313
-DCMAKE_BUILD_TYPE=Release \
314314
-DCMAKE_CXX_STANDARD=17 \
315315
-DBUILD_SHARED_LIBS=yes \
316316
-DWITH_EXAMPLES=OFF \
317-
-DWITH_STL=CXX14 \
317+
-DWITH_STL=CXX17 \
318318
-DWITH_ABSEIL=ON \
319319
-DBUILD_TESTING=OFF \
320320
-DOPENTELEMETRY_INSTALL=ON \
@@ -392,14 +392,14 @@ recommend installing this library because:
392392

393393
```bash
394394
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
395-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
395+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24.0.tar.gz | \
396396
tar -xzf - --strip-components=1 && \
397397
cmake \
398398
-DCMAKE_BUILD_TYPE=Release \
399399
-DCMAKE_CXX_STANDARD=17 \
400400
-DBUILD_SHARED_LIBS=yes \
401401
-DWITH_EXAMPLES=OFF \
402-
-DWITH_STL=CXX14 \
402+
-DWITH_STL=CXX17 \
403403
-DWITH_ABSEIL=ON \
404404
-DBUILD_TESTING=OFF \
405405
-DOPENTELEMETRY_INSTALL=ON \
@@ -515,13 +515,13 @@ recommend installing this library because:
515515

516516
```bash
517517
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
518-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
518+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24.0.tar.gz | \
519519
tar -xzf - --strip-components=1 && \
520520
cmake \
521521
-DCMAKE_BUILD_TYPE=Release \
522522
-DBUILD_SHARED_LIBS=yes \
523523
-DWITH_EXAMPLES=OFF \
524-
-DWITH_STL=CXX14 \
524+
-DWITH_STL=CXX17 \
525525
-DWITH_ABSEIL=ON \
526526
-DBUILD_TESTING=OFF \
527527
-DOPENTELEMETRY_INSTALL=ON \
@@ -687,14 +687,14 @@ recommend installing this library because:
687687

688688
```bash
689689
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
690-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
690+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24.0.tar.gz | \
691691
tar -xzf - --strip-components=1 && \
692692
cmake \
693693
-DCMAKE_BUILD_TYPE=Release \
694694
-DCMAKE_CXX_STANDARD=17 \
695695
-DBUILD_SHARED_LIBS=yes \
696696
-DWITH_EXAMPLES=OFF \
697-
-DWITH_STL=CXX14 \
697+
-DWITH_STL=CXX17 \
698698
-DWITH_ABSEIL=ON \
699699
-DBUILD_TESTING=OFF \
700700
-DOPENTELEMETRY_INSTALL=ON \
@@ -879,14 +879,14 @@ recommend installing this library because:
879879

880880
```bash
881881
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
882-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
882+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24.0.tar.gz | \
883883
tar -xzf - --strip-components=1 && \
884884
cmake \
885885
-DCMAKE_BUILD_TYPE=Release \
886886
-DCMAKE_CXX_STANDARD=17 \
887887
-DBUILD_SHARED_LIBS=yes \
888888
-DWITH_EXAMPLES=OFF \
889-
-DWITH_STL=CXX14 \
889+
-DWITH_STL=CXX17 \
890890
-DWITH_ABSEIL=ON \
891891
-DBUILD_TESTING=OFF \
892892
-DOPENTELEMETRY_INSTALL=ON \
@@ -992,14 +992,14 @@ recommend installing this library because:
992992

993993
```bash
994994
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
995-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
995+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24.0.tar.gz | \
996996
tar -xzf - --strip-components=1 && \
997997
cmake \
998998
-DCMAKE_BUILD_TYPE=Release \
999999
-DCMAKE_CXX_STANDARD=17 \
10001000
-DBUILD_SHARED_LIBS=yes \
10011001
-DWITH_EXAMPLES=OFF \
1002-
-DWITH_STL=CXX14 \
1002+
-DWITH_STL=CXX17 \
10031003
-DWITH_ABSEIL=ON \
10041004
-DBUILD_TESTING=OFF \
10051005
-DOPENTELEMETRY_INSTALL=ON \
@@ -1172,14 +1172,14 @@ recommend installing this library because:
11721172

11731173
```bash
11741174
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
1175-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
1175+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24.0.tar.gz | \
11761176
tar -xzf - --strip-components=1 && \
11771177
cmake \
11781178
-DCMAKE_BUILD_TYPE=Release \
11791179
-DCMAKE_CXX_STANDARD=17 \
11801180
-DBUILD_SHARED_LIBS=yes \
11811181
-DWITH_EXAMPLES=OFF \
1182-
-DWITH_STL=CXX14 \
1182+
-DWITH_STL=CXX17 \
11831183
-DWITH_ABSEIL=ON \
11841184
-DBUILD_TESTING=OFF \
11851185
-DOPENTELEMETRY_INSTALL=ON \
@@ -1398,14 +1398,14 @@ recommend installing this library because:
13981398

13991399
```bash
14001400
mkdir -p $HOME/Downloads/opentelemetry-cpp && cd $HOME/Downloads/opentelemetry-cpp
1401-
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.20.0.tar.gz | \
1401+
curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24.0.tar.gz | \
14021402
tar -xzf - --strip-components=1 && \
14031403
cmake \
14041404
-DCMAKE_BUILD_TYPE=Release \
14051405
-DCMAKE_CXX_STANDARD=17 \
14061406
-DBUILD_SHARED_LIBS=yes \
14071407
-DWITH_EXAMPLES=OFF \
1408-
-DWITH_STL=CXX14 \
1408+
-DWITH_STL=CXX17 \
14091409
-DWITH_ABSEIL=ON \
14101410
-DBUILD_TESTING=OFF \
14111411
-DOPENTELEMETRY_INSTALL=ON \

google/cloud/storage/internal/grpc/metrics_meter_provider.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void AddHistogramView(opentelemetry::sdk::metrics::MeterProvider& provider,
7373
opentelemetry::sdk::metrics::MeterSelectorFactory::Create(
7474
kGrpcMeterName, grpc::Version(), kGrpcSchema),
7575
opentelemetry::sdk::metrics::ViewFactory::Create(
76-
name, std::move(description), unit,
76+
name, std::move(description),
7777
opentelemetry::sdk::metrics::AggregationType::kHistogram,
7878
std::move(aggregation_config)));
7979
#else

0 commit comments

Comments
 (0)