Add num docs and size to logsdb telemetry (#116128)

Follow-up on #115994 to add telemetry for the total number of documents 
and size in bytes of logsdb indices.

Relates #115994
This commit is contained in:
Nhat Nguyen 2024-11-05 08:46:46 -08:00 committed by GitHub
parent bcc87b7c67
commit fa6c5296d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 387 additions and 48 deletions

View file

@ -470,5 +470,6 @@ module org.elasticsearch.server {
org.elasticsearch.serverless.apifiltering;
exports org.elasticsearch.lucene.spatial;
exports org.elasticsearch.inference.configuration;
exports org.elasticsearch.monitor.metrics;
}