Hi Team, We are running thanos compactor in one VM it is up and running fine when we check the status. But it is not showing metrics in prometheus and job shows as connection refused.
[image: image] <https://user-images.githubusercontent.com/71388748/136234831-0a20235e-409b-41e9-9edc-9da79f7b6183.png> [image: image] <https://user-images.githubusercontent.com/71388748/136234747-4985ce1a-126c-4524-bf1c-93251a448a99.png> Thanos Compactor Configuration: thanos:v0.21.1 This is the configuration compactor: image: thanosio/thanos:v0.21.1 container_name: compactor command: - "compact" - "--log.level=info" - "--data-dir=/data" - "--objstore.config-file=/Bucket.yml" - "--http-address=0.0.0.0:10902" - "--http-grace-period=2m" - "--consistency-delay=30m" - "--wait" restart: unless-stopped logging: driver: "json-file" options: max-size: "10m" max-file: "2" ports: - 10902:10902 volumes: - ./Bucket.yml:/Bucket.yml - /etc/hosts:/etc/hosts - ../data/:/data networks: - thanos Could you please help to sort out urgently because this issue happening in our live environment.? Thanks, Venkatraman N -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CANSgTEaaV57A_wtqkzkxBM3JOgUoG%2BUBOc5DZKvX3TMMQJv9FA%40mail.gmail.com.

