Skip to content

Commit 8653756

Browse files
[chore] update for mac m2 (#764)
* update for mac m2 * update for mac m2 Signed-off-by: Pierre Tessier <[email protected]> --------- Signed-off-by: Pierre Tessier <[email protected]> Co-authored-by: Juliano Costa <[email protected]>
1 parent a60ca4f commit 8653756

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ tls_certificate_check and bump to OTP-25
2222
([#759](https://github.com/open-telemetry/opentelemetry-demo/issues/759))
2323
* Use browserDetector to populate browser info to frontend-web telemetry
2424
([#760](https://github.com/open-telemetry/opentelemetry-demo/pull/760))
25+
* [chore] update for Mac M2 architecture
26+
([#764](https://github.com/open-telemetry/opentelemetry-demo/pull/764))
2527

2628
## v0.1.0
2729

src/adservice/src/main/java/oteldemo/AdService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private void start() throws IOException {
9090
new IllegalStateException(
9191
"environment vars: FEATURE_FLAG_GRPC_SERVICE_ADDR must not be null"));
9292
FeatureFlagServiceBlockingStub featureFlagServiceStub =
93-
FeatureFlagServiceGrpc.newBlockingStub(
93+
oteldemo.FeatureFlagServiceGrpc.newBlockingStub(
9494
ManagedChannelBuilder.forTarget(featureFlagServiceAddr).usePlaintext().build());
9595

9696
server =

src/emailservice/Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ GEM
6060

6161
PLATFORMS
6262
arm64-darwin-21
63+
arm64-darwin-22
6364

6465
DEPENDENCIES
6566
net-smtp (~> 0.3)

src/recommendationservice/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grpcio-health-checking==1.43.0
2-
grpcio==1.43.0
2+
grpcio==1.51.3
33
opentelemetry-distro==0.36b0
44
opentelemetry-exporter-otlp-proto-grpc==1.15.0
55
python-dotenv==0.21.0

0 commit comments

Comments
 (0)