Alex K.

Results 4 issues of Alex K.

Scrape `number_of_replicas` and `number_of_shards` metrics when `--es.indices_settings` provided ``` # HELP elasticsearch_indices_settings_number_of_shards number of index shards # TYPE elasticsearch_indices_settings_number_of_shards gauge elasticsearch_indices_settings_number_of_shards{index=".kibana_1"} 1 elasticsearch_indices_settings_number_of_shards{index=".kibana_task_manager"} 1 elasticsearch_indices_settings_number_of_shards{index="logs-common-"} 5 elasticsearch_indices_settings_number_of_shards{index="logs-common-2021.11.01"} 5 elasticsearch_indices_settings_number_of_shards{index="logs-common-2021.11.03"} 5...

Hello! We are using YAML anchors to simplify the final configuration for the vmagent: ``` --- common_labels: &common_labels cluster: 'vm' cloud_type: 'aws' deployment_type: 'saas' monitoring: 'True' …. scrape_configs: - job_name:...

bug
vmagent

Hi! We use consul-template + Vault PKI to provide SSL certificates for the MySQL Galera cluster. We did some tests with short TTL (15m) for SSL and faced the issue...

### Nomad version Output from `nomad version` ``` nomad -version Nomad v1.6.1 BuildDate 2023-07-21T13:49:42Z Revision 515895c7690cdc72278018dc5dc58aca41204ccc ``` ### Operating system and Environment details ``` # cat /etc/*release* Rocky Linux release...

type/bug
stage/waiting-reply