Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions docs/faq/faq-enterprise.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,4 @@ Please contact the LanceDB team for the comprehensive list of monitoring metrics
#### How do I integrate LanceDB's monitoring metrics with my monitoring dashboard?
LanceDB uses Prometheus for metrics collection and OpenTelemetry (OTel) to export such
metrics with data enrichment. The LanceDB team will work with you to integrate the
monitoring metrics with your preferred dashboard.

### Other

#### How do I check the Lance version of my dataset?
Upgrade to a recent pylance version (v0.18.0+), then use _LanceDataset.data_storage_version_

```py
>>> lance.dataset("my_dataset").data_storage_version
'2.0'
```
monitoring metrics with your preferred dashboard.
Loading