diff --git a/docs/distributed-tracing/otel-service.md b/docs/distributed-tracing/otel-service.md index b31f25163df..169429f2f7a 100644 --- a/docs/distributed-tracing/otel-service.md +++ b/docs/distributed-tracing/otel-service.md @@ -144,8 +144,8 @@ search_settings: ## Known limitations -There are a few limitations on the current distributed tracing setup in Quickwit 0.7: -- The OTLP gRPC service does not provide High-Availability and High-Durability. This will be fixed in 0.9. +There are a few limitations on the current distributed tracing setup in Quickwit 0.9: +- The OTLP gRPC service does not provide High-Availability and High-Durability. This will be fixed in 0.10. - OTLP HTTP is only available with the Binary Protobuf Encoding. OTLP HTTP with JSON encoding is not planned yet, but this can be easily fixed in the next version. Please open an issue if you need this feature. If you are interested in new features or discovered other limitations, please open an issue on [GitHub](https://github.com/quickwit-oss/quickwit). diff --git a/docs/log-management/otel-service.md b/docs/log-management/otel-service.md index d0ff21b2e8d..f7fc928f81c 100644 --- a/docs/log-management/otel-service.md +++ b/docs/log-management/otel-service.md @@ -118,8 +118,8 @@ You can also send traces to Quickwit that you can visualize in Jaeger UI, as exp ## Known limitations -There are a few limitations on the log management setup in Quickwit 0.7: -- The ingest API does not provide High-Availability and High-Durability. This will be fixed in 0.9. +There are a few limitations on the log management setup in Quickwit 0.9: +- The ingest API does not provide High-Availability and High-Durability. This will be fixed in 0.10. - OTLP HTTP is only available with the Binary Protobuf Encoding. OTLP HTTP with JSON encoding is not planned yet, but this can be easily fixed in the next version. Please open an issue if you need this feature. If you are interested in new features or discover other limitations, please open an issue on [GitHub](https://github.com/quickwit-oss/quickwit).