Skip to content

Commit 10e3938

Browse files
docs: add custom table information for jaeger docs (#2307)
Co-authored-by: GitHub Action <[email protected]>
1 parent bb5a735 commit 10e3938

File tree

4 files changed

+32
-0
lines changed
  • docs/user-guide/query-data
  • i18n/zh/docusaurus-plugin-content-docs
  • versioned_docs/version-1.0/user-guide/query-data

4 files changed

+32
-0
lines changed

docs/user-guide/query-data/jaeger.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,12 @@ You can refer to the [OpenTelemetry official documentation](https://opentelemetr
5555
3. 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.

i18n/zh/docusaurus-plugin-content-docs/current/user-guide/query-data/jaeger.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ const proxyConfig = {
5555
3. 使用 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 用户可以在数据源的配置界面进行设置。

i18n/zh/docusaurus-plugin-content-docs/version-1.0/user-guide/query-data/jaeger.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ const proxyConfig = {
5555
3. 使用 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 用户可以在数据源的配置界面进行设置。

versioned_docs/version-1.0/user-guide/query-data/jaeger.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,12 @@ You can refer to the [OpenTelemetry official documentation](https://opentelemetr
5555
3. 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.

0 commit comments

Comments
 (0)