Skip to content

Commit aef5f54

Browse files
authored
Fix correlation query example in README (#610)
Updated span_id variable in correlation query example. Signed-off-by: Zhu Jiekun <jiekun@victoriametrics.com>
1 parent d970306 commit aef5f54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ feature for navigating from a span in a trace directly to logs relevant for that
221221

222222
An example of the correlation query in traces datasource is the following:
223223
```
224-
trace_id:="${__trace.traceId}" AND span_id:="${__trace.spanId}"
224+
trace_id:="${__trace.traceId}" AND span_id:="${__span.spanId}"
225225
```
226226

227227
### Log to metrics

0 commit comments

Comments
 (0)