Image Render: Propagate traces in HTTP mode (#100559)
* Rendering: Propagate traces in HTTP mode * update ini file * update docs * update doc * fix imports * fix go files * fix CI * update ini config * remove servicename --------- Co-authored-by: AgnesToulet <35176601+AgnesToulet@users.noreply.github.com> Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
This commit is contained in:
co-authored by
AgnesToulet
nmarrs
parent
3247105d6a
commit
5996e102af
@@ -580,3 +580,21 @@ RENDERING_VIEWPORT_PAGE_ZOOM_LEVEL=1
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
#### Tracing
|
||||
|
||||
Enable OpenTelemetry Tracing by setting the tracing URL. Default is empty (disabled).
|
||||
|
||||
```bash
|
||||
RENDERING_TRACING_URL="http://localhost:4318/v1/traces"
|
||||
```
|
||||
|
||||
```json
|
||||
{
|
||||
"rendering": {
|
||||
"tracing": {
|
||||
"url": "http://localhost:4318/v1/traces"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user