Skip to content

Commit 88b3005

Browse files
committed
linter
1 parent 8f4d7dc commit 88b3005

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

docs/design.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Also, the cluster `trino-s-1` was started on demand, executed the 60 queries and
114114
![Grafana screenshot](./assets/grafana-screenshot.png)
115115

116116
## Tracing
117+
117118
trino-lb emits [OpenTelemetry Traces](https://opentelemetry.io/docs/concepts/signals/traces/) to [OTLP](https://opentelemetry.io/docs/specs/otel/protocol/) endpoints such as [Jaeger](https://www.jaegertracing.io/).
118119
When proxy-ing requests to Trino we take care of [OpenTelemetry Propagation](https://opentelemetry.io/docs/instrumentation/js/propagation/), so that the Trino spans will show up within the trino-lb spans.
119120
This enables nice tracing across trino-lb and trino (as seen in the screenshot below)

docs/proxy-modes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Downsides:
4040
* It requires active configuration on the Trino side, namely setting up the HTTP event listener
4141
* Trino clients need to have network access to the coordinators
4242

43-
4443
A sample configuration in Trino can look something like the following.
4544
Please have a look at the [kuttl tests](https://github.com/stackabletech/trino-lb/tree/feat/trino-query-events/tests/templates/kuttl/) for complete examples.
4645

0 commit comments

Comments
 (0)