File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ = OpenTelemetry
2
+ :description: Ship Trino traces and logs to OpenTelemetry
3
+ :trino-docs: https://trino.io/docs/470/admin/opentelemetry.html
4
+
5
+ Trino supports sending OpenTelemetry traces as stated in {trino-docs} [the documentation].
6
+
7
+ To enable traces you need to add the following configOverrides.
8
+ Please check the {trino-docs} [Trino documentation] on other settings you can configure.
9
+
10
+ [source,yaml]
11
+ ----
12
+ spec:
13
+ coordinators:
14
+ configOverrides: &configOverrides
15
+ config.properties:
16
+ tracing.enabled: "true"
17
+ tracing.exporter.endpoint: http://jaeger-collector.default.svc.cluster.local:4317
18
+ workers:
19
+ configOverrides: *configOverrides
20
+ ----
Original file line number Diff line number Diff line change 10
10
** xref:trino:usage-guide/security.adoc[]
11
11
** xref:trino:usage-guide/monitoring.adoc[]
12
12
** xref:trino:usage-guide/log_aggregation.adoc[]
13
+ ** xref:trino:usage-guide/OpenTelemetry.adoc[]
13
14
** xref:trino:usage-guide/query.adoc[]
14
15
** xref:trino:usage-guide/overrides.adoc[]
15
16
** xref:trino:usage-guide/catalogs/index.adoc[]
You can’t perform that action at this time.
0 commit comments