Skip to content

Commit

Permalink
Fix version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Sep 18, 2024
1 parent 544512f commit 07f8a94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/distributed-tracing/otel-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 2 additions & 2 deletions docs/log-management/otel-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 07f8a94

Please sign in to comment.