prometheus-nats-exporter icon indicating copy to clipboard operation
prometheus-nats-exporter copied to clipboard

Create official docker images

Open ColinSullivan1 opened this issue 6 years ago • 8 comments

https://github.com/docker-library/official-images/pull/4069

ColinSullivan1 avatar Mar 01 '18 17:03 ColinSullivan1

Looking forward to it

camsjams avatar Mar 28 '18 21:03 camsjams

I just noticed that it is allowed to use git urls as build context for docker compose. This is what I currently use

  prometheus-nats-exporter:
    build:
      context: https://github.com/nats-io/prometheus-nats-exporter.git
      dockerfile: docker/linux/amd64/Dockerfile

koliyo avatar Jan 31 '19 06:01 koliyo

You can use the following image that the maintainers support too: synadia/prometheus-nats-exporter

wallyqs avatar Mar 27 '19 18:03 wallyqs

any updates here? Your image synadia/prometheus-nats-exporter is no longer existing ... how to export my nats-streaming metrics to prometheus?? Why is this so complicated?

JannikZed avatar Jun 09 '19 17:06 JannikZed

@JannikZed what do you mean that the image does not exist? You can find it here: https://hub.docker.com/r/synadia/prometheus-nats-exporter/tags

docker run synadia/prometheus-nats-exporter:0.3.0 

wallyqs avatar Jun 09 '19 17:06 wallyqs

I don't know why, but I couldn't find this image with any google or search on dockerhub and when trying to pull it, I get the following:

docker pull synadia/prometheus-nats-exporter
Using default tag: latest
Error response from daemon: manifest for synadia/prometheus-nats-exporter:latest not found

JannikZed avatar Jun 09 '19 17:06 JannikZed

ah ok, you don't have any latest tag .. that's the problem

JannikZed avatar Jun 09 '19 18:06 JannikZed

@JannikZed thanks for the update, ok will take a look at that and a note about the images in the readme. You can find info on getting streaming metrics here: https://github.com/nats-io/prometheus-nats-exporter/blob/master/walkthrough/streaming.md

wallyqs avatar Jun 09 '19 18:06 wallyqs