File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed
docs/user-guide/query-data
i18n/zh/docusaurus-plugin-content-docs
current/user-guide/query-data
version-1.0/user-guide/query-data
versioned_docs/version-1.0/user-guide/query-data Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -55,3 +55,12 @@ You can refer to the [OpenTelemetry official documentation](https://opentelemetr
55553 . Use Grafana's Jaeger Explore to view the data:
5656
5757 ![ Jaeger Explore] ( /jaeger-explore.png )
58+
59+ ### Custom table
60+
61+ By default, the jaeger compatible API will use the default table name
62+ ` opentelemetry_traces ` for its data. If you have multiple tables for trace data,
63+ you can update this behaviour with HTTP header ` x-greptime-trace-table-name ` and
64+ provide table name as the value.
65+
66+ This can be configured via Grafana data source settings.
Original file line number Diff line number Diff line change @@ -55,3 +55,10 @@ const proxyConfig = {
55553 . 使用 Jaeger Explore 来查看数据:
5656
5757 ![ Jaeger Explore] ( /jaeger-explore.png )
58+
59+ ### 自定义数据表
60+
61+ GreptimeDB 的 Jaeger 兼容接口默认使用 ` opentelemetry_traces ` 表作为其数据源。如
62+ 果用户使用了其他表,可以通过 HTTP 头 ` x-greptime-trace-table-name ` 进行设置。
63+
64+ Grafana 用户可以在数据源的配置界面进行设置。
Original file line number Diff line number Diff line change @@ -55,3 +55,10 @@ const proxyConfig = {
55553 . 使用 Jaeger Explore 来查看数据:
5656
5757 ![ Jaeger Explore] ( /jaeger-explore.png )
58+
59+ ### 自定义数据表
60+
61+ GreptimeDB 的 Jaeger 兼容接口默认使用 ` opentelemetry_traces ` 表作为其数据源。如
62+ 果用户使用了其他表,可以通过 HTTP 头 ` x-greptime-trace-table-name ` 进行设置。
63+
64+ Grafana 用户可以在数据源的配置界面进行设置。
Original file line number Diff line number Diff line change @@ -55,3 +55,12 @@ You can refer to the [OpenTelemetry official documentation](https://opentelemetr
55553 . Use Grafana's Jaeger Explore to view the data:
5656
5757 ![ Jaeger Explore] ( /jaeger-explore.png )
58+
59+ ### Custom table
60+
61+ By default, the jaeger compatible API will use the default table name
62+ ` opentelemetry_traces ` for its data. If you have multiple tables for trace data,
63+ you can update this behaviour with HTTP header ` x-greptime-trace-table-name ` and
64+ provide table name as the value.
65+
66+ This can be configured via Grafana data source settings.
You can’t perform that action at this time.
0 commit comments