Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion stackpacks/open-telemetry/resources/configuration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Installation

You can click on `Install` to install the Open Telemetry StackPack. Then follow the instructions here and in [the documentation](https://l.stackstate.com/open-telemetry-setup). to finish the Open Telemetry setup.
You can click on `Install` to install the Open Telemetry StackPack. Then follow the instructions here and in [the documentation](https://l.stackstate.com/open-telemetry-setup) to finish the Open Telemetry setup.

When installing or upgrading the SUSE Observability Agent with Helm, enable Open Telemetry support with:
Comment thread
deontaljaard marked this conversation as resolved.

```bash
--set otel=true
```

On Rancher-managed clusters, set:

```bash
--set otel.integrations.rancherAgent=true
```

or

```bash
--set otel.integrations.rancherAgent=false
```

Set `otel.integrations.rancherAgent=true` on Rancher-managed clusters to enrich emitted logs with Rancher Manager URL and Harvester cluster ID metadata. Keep it `false` on non-Rancher clusters (default).
20 changes: 19 additions & 1 deletion stackpacks/open-telemetry/resources/enabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

Instrument one or more applications with Open Telemetry SDKs to generate traces and metrics and install and configure the Open Telemetry collector to send data to SUSE Observability. See the [SUSE Observability Open Telemetry documentation](https://l.stackstate.com/open-telemetry-setup).

If you install or upgrade the SUSE Observability Agent with Helm, make sure Open Telemetry support is enabled:

```bash
--set otel=true
```

On Rancher-managed clusters, set:

```bash
--set otel.integrations.rancherAgent=true
```

On non-Rancher clusters, keep the default:

```bash
--set otel.integrations.rancherAgent=false
```

To send data to SUSE Observability a service token is needed.

<button value="/#serviceToken" style="width: 100%">CREATE NEW SERVICE TOKEN</button>
<button value="/#serviceToken" style="width: 100%">CREATE NEW SERVICE TOKEN</button>
2 changes: 1 addition & 1 deletion stackpacks/open-telemetry/stackpack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "open-telemetry"
version: "0.1.2"
version: "0.1.3"
schemaVersion: "2.0"
displayName: "Open Telemetry"
categories: [ "Open Telemetry" ]
Expand Down
Loading