mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
Update documentation for self-hosting OneUptime with clearer endpoint examples
This commit is contained in:
parent
6286653dd4
commit
7fd0000c68
@ -109,7 +109,7 @@ An example of full configuration file is shown below:
|
|||||||
</match>
|
</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
|
## Usage
|
||||||
|
|
||||||
|
@ -55,7 +55,10 @@ export OTEL_EXPORTER_OTLP_ENDPOINT=https://otlp.oneuptime.com
|
|||||||
export OTEL_SERVICE_NAME=my-service
|
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 support@oneuptime.com if you need any help.
|
Once you run your application, you should see the logs in the OneUptime telemetry service page. Please contact support@oneuptime.com if you need any help.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user