Roman v. Gemmeren

Results 41 comments of Roman v. Gemmeren

Hi, nice work,so far. If i might.. a suggestion from the prometheus standpoint: We had sth. very similar implemented at work. The Problem with putting metrics inside the labels is,...

@yashvardhan-kukreja yes, you will always get the latest unix-timestamp in a single metric which gets overwritten. Otherwise if the labels change prometheus sees this as a somewhat different metric. For...

Hi, we just moved our exporter into a separate container: ``` version: '2' services: varnish: image: xyz/sys/docker/varnish:latest restart: always ipc: host network_mode: host mem_limit: 240g volumes: - ./src:/etc/varnish - varnish_tmpfs:/usr/var/varnish...

ignore my previous comment.. i forgot to export "VSM_NOPID" (https://varnish-cache.org/docs/trunk/reference/vsm.html#vsm-and-containers)

Hi, we have the exporter running in a separate container, and its been working for about 1 year now. Just build your varnish image, and just add the exporters binary....

yes we've put the .vms to a shared-location, this way we could also plug in another varnishlog-container, since we don't want to run a command like varnishlog manually inside the...

what terminal? There is only 1 process running per container, as it should be per docker best-practice.

Only starting with scaling gitlab in aws/terraform, but wouldn't it be possible to add a version-tag to the docker-machine runners and delete the instances by tag? Similar to: ``` date...

@kayman-mk ah right, thx! I misread the [aws_instance-docs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#instance_state) about instance_state.

same issue as @mateuszkwiatkowski . It seemed to work the first time, but after re-deploying the registration_token ist used directly as token in the runner. Quickfix was running gitlab-regster manually.....