hossted / cli

The hossted cli - built to interact with a hossted agent and the hossted API
https:/hossted.com
MIT License
4 stars 4 forks source link

Grafana agent mimir updates #62

Closed liorkesos closed 1 week ago

liorkesos commented 6 months ago

Place holder issue for this message...

i just checked my previous config for grafana agent. I had manually specified which url to scrape configs from

      configs:
      - name: integrations
        remote_write:
        - url: http://mimir-nginx.mimir-test.svc:80/api/v1/push
        scrape_configs:
        - job_name: kube-state-metrics
          static_configs:
            - targets: ['kube-state-metrics.hossted-operator.svc:8080']   

@AdheipSingh : i'll try to see if i can make this dynamic without specifying manually. need to research on exact config.

AdheipSingh commented 6 months ago