mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
* chore: update golangci-lint to v1.53.1 * chore: resolve new linter errors Signed-off-by: Simon Pasquier <spasquie@redhat.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Dockerfile | ||
main.go | ||
Makefile | ||
README.md | ||
VERSION |
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.