lance 9.0.0

A columnar data format that is 100x faster than Parquet for random access.
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The Lance Authors

//! Metrics published by Lance.
#![doc = include_str!("metrics.md")]
//!
//! The metrics themselves are emitted from the relevant subsystems (for
//! example object store I/O is instrumented in
//! [`lance_io::object_store::metrics`]); this module exists to document the
//! full catalogue of metric names, types, and labels in one place.