You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also view the logs the jaeger container using:
32
+
You can also view the logs from the jaeger container using:
33
33
34
34
```bash
35
35
docker logs jaeger
@@ -85,12 +85,9 @@ Jaeger V2 can be deployed using the OpenTelemetry Operator for simplified manage
85
85
86
86
#### Installation
87
87
88
-
> **Note:**In order for the API server to communicate with the webhook component of the operator, the webhook requires a TLS certificate that the API server is configured to trust. There are a few different ways you can use to generate/configure the required TLS certificate detailed in the [otel operator chart docs](https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-operator#tls-certificate-requirement)
88
+
> **Note:**In order for the API server to communicate with the webhook component of the operator, the webhook requires a TLS certificate that the API server is configured to trust. There are a few different ways you can use to generate/configure the required TLS certificate detailed in the [otel operator chart docs](https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-operator#tls-certificate-requirement)
89
89
90
90
For simplicity you can use Helm to create an automatically generated self-signed certificate.
91
-
92
-
```bash
93
-
```
94
91
95
92
1. **Install the OpenTelemetry Operator**:
96
93
@@ -103,7 +100,7 @@ For simplicity you can use Helm to create an automatically generated self-signed
103
100
Confirm that all resources in the `opentelemetry-operator-system` namespace are ready.
104
101
105
102
1. **Deploy a Jaeger V2 instance with in-memory storage**:
106
-
Apply the following configuration to create a Jaeger V2 instance:
103
+
Create a file named `jaeger-inmemory.yaml` with the following configuration:
107
104
```yaml
108
105
apiVersion: opentelemetry.io/v1beta1
109
106
kind: OpenTelemetryCollector
@@ -152,7 +149,7 @@ For simplicity you can use Helm to create an automatically generated self-signed
152
149
153
150
Create a Dapr configuration file to enable tracing and export the sidecar traces directly to the Jaeger V2 instance.
154
151
155
-
1. Create a configuration file (e.g., `tracing.yaml`) with the following content, updating the `namespace` and `otel.endpointAddress` to match your Jaeger V2 instance:
152
+
1. Create a configuration file (for example `tracing.yaml`) with the following content, updating the `namespace` and `otel.endpointAddress` to match your Jaeger V2 instance:
156
153
```yaml
157
154
apiVersion: dapr.io/v1alpha1
158
155
kind: Configuration
@@ -203,7 +200,7 @@ That’s it! There’s no need to include the OpenTelemetry SDK or instrument yo
203
200
To view Dapr sidecar traces, port-forward the Jaeger V2 service and open the UI:
0 commit comments