How can i setup monitoring of fleet on k8s with prometheus im trying this
scrape_configs:
- job_name: fleet
scheme: https
scrape_interval: 5s
static_configs:
- targets: ['host.docker.internal:8080']
tls_config:
insecure_skip_verify: true
basic_auth:
username: fleet
password: insecure
but doesent work