Skip to content

Commit f173aca

Browse files
committed
Updated README
1 parent 471ad96 commit f173aca

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# OpenTelemetry Astronomy Shop Demo Instructions
2+
3+
## Features available
4+
5+
- Kubernetes Navigator
6+
- APM
7+
- DB Query Performance (Redis & PostgreSQL)
8+
- Logs
9+
- Synthetics (no Synthetics to APM due to no `Server-Timing` header support upstream)
10+
11+
## Missing features
12+
13+
- Code Profiling
14+
- RUM
15+
- K8s SmartAgent monitors (no SmartAgent support for OTel)
16+
17+
## Splunk OpenTelemety Collector Configuration
18+
19+
The following configuration can be applied to a default O11y workshop Splunk Show instance. Remember to remove any existing OTel Collector configuration.
20+
21+
``` bash
22+
helm delete splunk-otel-collector
23+
```
24+
25+
### Deploy the OTel Contrib Collector
26+
27+
``` bash
28+
cd ~/workshop/otel-contrib-splunk-demo
29+
```
30+
31+
Edit `k8s_manifests/configmap-and-secrets.yaml` and configure `REALM`, `splunk_hec_url`, `k8s_cluster_name`, `deployment_environment`, `splunk_observability_access_token` and `splunk_hec_token`.
32+
33+
``` bash
34+
kubectl apply -f k8s_manifests/
35+
```
36+
37+
## OpenTelemetry Astronomy Shop configuration
38+
39+
The file `otel-demo.yaml` will be applied to the Helm chart and change the behavior of the default configuration:
40+
41+
- Set `OTEL_COLLECTOR_NAME` to the host IP Address for Metrics, Traces and Logs
42+
- Configure a load balancer for the `frontendProxy` server
43+
- Disable native OTel Collector, Jaeger, Prometheus & Grafana
44+
45+
### Deploy the OpenTelemetry Astronomy Shop
46+
47+
``` text
48+
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
49+
```
50+
51+
``` text
52+
helm install opentelemetry-demo open-telemetry/opentelemetry-demo --values opentelemetry-demo-values.yaml
53+
```

0 commit comments

Comments
 (0)