-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation for self-hosting OneUptime with clearer endpoint…
… examples
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|