mirror of
https://gitee.com/johng/gf
synced 2026-06-23 08:29:25 +08:00
22 lines
347 B
Markdown
22 lines
347 B
Markdown
|
|
# OTLP Exporter For OpenTelemetry
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
|
||
|
|
### Note:
|
||
|
|
All you need is the domain name and port, no need for 'http://' or 'https://', or path.
|
||
|
|
|
||
|
|
## GRPC
|
||
|
|
|
||
|
|
```html
|
||
|
|
endpoint: tracing-analysis-dc-hz.aliyuncs.com:8090
|
||
|
|
traceToken: xxxxxxxxxx
|
||
|
|
```
|
||
|
|
|
||
|
|
## HTTP
|
||
|
|
|
||
|
|
```html
|
||
|
|
endpoint: tracing-analysis-dc-hz.aliyuncs.com
|
||
|
|
path: /adapt_xxxxx/api/otlp/traces
|
||
|
|
```
|