Skip to content

Commit

Permalink
Update documentation for self-hosting OneUptime with clearer endpoint…
Browse files Browse the repository at this point in the history
… examples
  • Loading branch information
simlarsen committed Nov 6, 2024
1 parent 6286653 commit 7fd0000
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docs/Content/telemetry/fluentd.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ An example of full configuration file is shown below:
</match>
```

**If you're self hosting OneUptime**: If you're self hosting OneUptime you can replace the `endpoint_url` with the URL of your OneUptime instance. `http(s)://<YOUR_HOST>/fluentd/logs`
**If you're self hosting OneUptime**: If you're self hosting OneUptime you can replace the `endpoint_url` with the URL of your OneUptime instance. `http(s)://YOUR_ONEUPTIME_HOST/fluentd/logs`

## Usage

Expand Down
5 changes: 4 additions & 1 deletion Docs/Content/telemetry/open-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ export OTEL_EXPORTER_OTLP_ENDPOINT=https://otlp.oneuptime.com
export OTEL_SERVICE_NAME=my-service
```

If you're self-hosting oneuptime, this can be changed to your self hosted OpenTelemetry collector endpoint (eg: `http(s)://<your-oneuptime-host>/otlp`)

**Self Hosted OneUptime**

If you're self-hosting oneuptime, this can be changed to your self hosted OpenTelemetry collector endpoint (eg: `http(s)://YOUR-ONEUPTIME-HOST/otlp`)

Once you run your application, you should see the logs in the OneUptime telemetry service page. Please contact [email protected] if you need any help.

Expand Down

0 comments on commit 7fd0000

Please sign in to comment.