Add telemetry for repository usage (#112133)

Adds to the `GET _cluster/stats` endpoint information about the snapshot
repositories in use, including their types, whether they are read-only
or read-write, and for Azure repositories the kind of credentials in
use.
This commit is contained in:
David Turner 2024-08-27 14:34:02 +01:00 committed by GitHub
parent fb32adcb17
commit f150e2c11d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 400 additions and 37 deletions

View file

@ -429,6 +429,7 @@ module org.elasticsearch.server {
org.elasticsearch.cluster.metadata.MetadataFeatures,
org.elasticsearch.rest.RestFeatures,
org.elasticsearch.indices.IndicesFeatures,
org.elasticsearch.repositories.RepositoriesFeatures,
org.elasticsearch.action.admin.cluster.allocation.AllocationStatsFeatures,
org.elasticsearch.index.mapper.MapperFeatures,
org.elasticsearch.ingest.IngestGeoIpFeatures,