Sam Sundar
Sam Sundar
Even i'm pretty sure i haven't enabled the setting. It starts installing fig the moment i log into a server. Now worst part is, `fig settings ssh.remote-prompt never` isn't working....
@dongjiang1989 i tried it, no luck. Earlier atlease `/metrics` endpoint's metrics were available in prometheus. Now that's too gone.
Hey @dongjiang1989 , I did apply the changes even before the PR got merged and also tried now by pulling the changes thro' helm. No luck. Now both `/metrics` and...
Hey @dongjiang1989, this is my mysql-exporter target. ```json { "discoveredLabels": { "__address__": "10.68.4.21:9104", "__meta_kubernetes_endpoint_address_target_kind": "Pod", "__meta_kubernetes_endpoint_address_target_name": "mysql-exporter-prometheus-mysql-exporter-67d44746b6-58qkx", "__meta_kubernetes_endpoint_node_name": "gke-justcall-staging-infra-node-pool-136d9490-qcbs", "__meta_kubernetes_endpoint_port_name": "mysql-exporter", "__meta_kubernetes_endpoint_port_protocol": "TCP", "__meta_kubernetes_endpoint_ready": "true", "__meta_kubernetes_endpoints_label_app_kubernetes_io_instance": "mysql-exporter", "__meta_kubernetes_endpoints_label_app_kubernetes_io_managed_by": "Helm", "__meta_kubernetes_endpoints_label_app_kubernetes_io_name":...
Fixed it by creating a VMServicescrape and adding scrapeconfig to VictoriaMetrics. ```yaml {{- if .Values.serviceMonitor.enabled }} apiVersion: operator.victoriametrics.com/v1beta1 kind: VMServiceScrape metadata: name: {{ template "prometheus-mysql-exporter.fullname" . }} labels: {{- include...