1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00
Files
2022-09-19 16:03:26 +02:00

669 B

This directory contains a sample application instrumented for Prometheus. It is used by the end-to-end tests to verify that Prometheus can scrape metrics using different authentication methods such as bearer tokens, mTLS and Basic-Auth.

The program is available at quay.io/prometheus-operator/instrumented-sample-app:latest.

Updating the image on quay.io

The image requires very few updates since the program is very simple and only used for testing.

Pre-requisites:

  • Credentials to push the image to quay.io/prometheus-operator/instrumented-sample-app.
  • Buildah CLI + the qemu-user-static package.

Running make manifest should be all that is needed.