Skip to content

Commit 3f6c4fa

Browse files
committed
STAC-22435 TODOs for restructuring some more
1 parent b7e20d4 commit 3f6c4fa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

setup/otel/getting-started/getting-started-other.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ To get started we'll setup monitoring with these components:
1010
* The Open Telemetry collector running on the same VM
1111
* SUSE Observability or SUSE Cloud Observability
1212

13+
TODO: Replace with inline basic collector config (also possible to run a single collector for multiple applications on different nodes), that includes references to URL and link to ingress docs for self-hosted
14+
TODO: Also inline collector setup for Kubernetes that uses a minimal config? Link to separate collector config page to explain the details and customizations (next todo)
15+
TODO: Create separate page on more detailed config (the existing collector.md minus the Kubernetes installation guide, with separate sections for customizations like sampling, host metrics)
16+
TODO: Also inlince the collector setup for AWS getting started
17+
1318
DIAGRAM...
1419

1520
## Install the Open Telemetry collector
@@ -20,11 +25,11 @@ It is strongly adviced to install the collector to centralize all the tasks ment
2025

2126
First we'll install the collector. It handles several tasks:
2227

23-
* Enrich collected data with host attributes
2428
* Sampling of traces
2529
* Forward the data to SUSE Observability, including authentication using the API key
2630
* Retries sending data when there are a connection problems
2731

32+
2833
To configure the collector you'll need the OTLP or OTLP over HTTP endpoint of SUSE Observability to be securely accessible. The SUSE Observability Helm chart allows you to set that up via an ingress configuration. If you didn't do that during installation now is the time to [add that ingress configuration](/setup/install-stackstate/kubernetes_openshift/ingress.md#configure-ingress-rule-for-open-telemetry). If you're using SUSE Cloud Observability these are the applicable URLs:
2934
* https://otel-<your-suse-observabillity>.app.stackstate.com - For the OTLP protocol
3035
* https://otel-http-<your-suse-observabillity>.app.stackstate.com - For OTLP over HTTP

0 commit comments

Comments
 (0)