You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/victoriatraces/changelog/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ The following `tip` changes can be tested by building VictoriaTraces components
12
12
13
13
## tip
14
14
15
+
* BUGFIX: [Single-node VictoriaTraces](https://docs.victoriametrics.com/victoriatraces/) and vtinsert in [VictoriaTraces cluster](https://docs.victoriametrics.com/victoriatraces/cluster/): Rename various [HTTP headers](https://docs.victoriametrics.com/victoriatraces/data-ingestion/#http-headers) prefix from `VL-` to `VT-`. These headers help with debugging and customizing stream fields. Thank @JayiceZ for [the pull request](https://github.com/VictoriaMetrics/VictoriaTraces/pull/56).
Copy file name to clipboardExpand all lines: docs/victoriatraces/data-ingestion/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ additionally to [HTTP query args](#http-query-string-parameters):
47
47
48
48
-`ProjectID`- projectID of the tenant to ingest data to. See [multitenancy docs](https://docs.victoriametrics.com/victoriatraces/#multitenancy) for details.
49
49
50
-
-`VL-Extra-Fields` - an optional comma-separated list of [trace fields](https://docs.victoriametrics.com/victoriatraces/keyconcepts/#data-model),
50
+
-`VT-Extra-Fields` - an optional comma-separated list of [trace fields](https://docs.victoriametrics.com/victoriatraces/keyconcepts/#data-model),
51
51
which must be added to all the ingested traces. The format of every `extra_fields` entry is `field_name=field_value`.
52
52
If the trace entry contains fields from the `extra_fields`, then they are overwritten by the values specified in `extra_fields`.
53
53
54
-
-`VL-Debug` - if this parameter is set to `1`, then the ingested traces aren't stored in VictoriaTraces. Instead,
55
-
the ingested data is traceged by VictoriaTraces, so it can be investigated later.
54
+
-`VT-Debug` - if this parameter is set to `1`, then the ingested traces aren't stored in VictoriaTraces. Instead,
55
+
the ingested data is logged by VictoriaTraces, so it can be investigated later.
56
56
57
57
See also [HTTP Query string parameters](#http-query-string-parameters).
0 commit comments