mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fixup
This commit is contained in:
parent
bcf15170ed
commit
f326536ef0
@ -1,6 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
namespace DB {
|
namespace DB
|
||||||
|
{
|
||||||
|
|
||||||
// The runtime info we need to create new OpenTelemetry spans.
|
// The runtime info we need to create new OpenTelemetry spans.
|
||||||
struct OpenTelemetryTraceContext
|
struct OpenTelemetryTraceContext
|
||||||
|
@ -109,7 +109,7 @@ public:
|
|||||||
using Deleter = std::function<void()>;
|
using Deleter = std::function<void()>;
|
||||||
Deleter deleter;
|
Deleter deleter;
|
||||||
|
|
||||||
// This is the current most-derived OpenTelemetry span for this thread. It
|
// This is the current most-derived OpenTelemetry span for this thread. It
|
||||||
// can be changed throughout the query execution, whenever we enter a new
|
// can be changed throughout the query execution, whenever we enter a new
|
||||||
// span or exit it. See OpenTelemetrySpanHolder that is normally responsible
|
// span or exit it. See OpenTelemetrySpanHolder that is normally responsible
|
||||||
// for these changes.
|
// for these changes.
|
||||||
|
@ -60,7 +60,7 @@ trace_id=$(${CLICKHOUSE_CLIENT} -q "select lower(hex(reverse(reinterpretAsString
|
|||||||
# https://github.com/ClickHouse/ClickHouse/issues/14228
|
# https://github.com/ClickHouse/ClickHouse/issues/14228
|
||||||
${CLICKHOUSE_CURL} \
|
${CLICKHOUSE_CURL} \
|
||||||
--header "traceparent: 00-$trace_id-0000000000000073-01" \
|
--header "traceparent: 00-$trace_id-0000000000000073-01" \
|
||||||
--header "tracestate: some custom state" "http://localhost:8123/" \
|
--header "tracestate: some custom state" "http://127.0.0.2:8123/" \
|
||||||
--get \
|
--get \
|
||||||
--data-urlencode "query=select 1 from remote('127.0.0.2', system, one) format Null"
|
--data-urlencode "query=select 1 from remote('127.0.0.2', system, one) format Null"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user