Skip to content

Commit 881fdff

Browse files
authored
Update README.md
1 parent bbf3d1e commit 881fdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ For the sake of learning rust and Apache Arrow/flight (and for fun) I wrote an e
33

44
## Why
55
[Arrow-flight](https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight) is a gRPC based protocol, originally developed as a more efficient alternative to JDBC/ODBC.
6-
With the adoption of monitoring best practices and the rising of prometheus scraping-based metrics collection, metrics network volume is expected to grow heavier and require more effieciency.
6+
With the adoption of monitoring best practices and the rising popularity of prometheus and scraping-based metrics collection, metrics network volume is expected to grow heavier and require some optimizations.
77
Luckily flight comes with 2 effeciency advantages:
88
- Data is streamed over gRPC instead of openmetrics HTTP
99
- While supporting regular gRPC clients as well, a flight server + flight client will perform de-deuplications on the data using flight requests. This is a significant optimization for openmetrics exporters sending lots of redundant metrics over scrape intervals.

0 commit comments

Comments
 (0)