Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: S-mishina <[email protected]>
  • Loading branch information
S-mishina committed Sep 23, 2024
1 parent fee9677 commit 8bb4fe8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 5 additions & 0 deletions sample_manifest/kubernetes/apm_tempo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,18 @@ Execute the following command

Execute the following command

```:terminal
❯ kubectl create ns monitoring
```

```:terminal
❯ kubectl apply -f sample_manifest/kubernetes/apm_tempo/otel-controller/config.yaml
```

## Step4: [Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator) Install

### 4.1. Install Prometheus Operator

Execute the following command

```:terminal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- name: OPEN_TELEMETRY_GRPC_FLG
value: "True"
- name: OTLP_HOST
value: simplest1-collector.mockserver:4317
value: simplest1-collector.monitoring:4317
volumeMounts:
- name: custom-rule
mountPath: /config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: opentelemetry.io/v1alpha1
kind: OpenTelemetryCollector
metadata:
name: simplest1
namespace: mockserver
namespace: monitoring
spec:
mode: deployment
image: otel/opentelemetry-collector-contrib:latest # Contrib イメージを指定
Expand Down

This file was deleted.

0 comments on commit 8bb4fe8

Please sign in to comment.