The workflows/main_build-aspnetcore.yml uses a Dockerfile to build and publish a Linux image to DockerHub => lancemccarthy/myaspnetcoreapp. Ex. docker run -d -p 8080:8080 lancemccarthy/myaspnetcoreapp:latest Ex
To create a new metric, you just have to instantiate an new counter, gauge, ...: private readonly Gauge Gauge1 = Metrics.CreateGauge("myapp_gauge1", "A simple gauge 1"); If you need to add attached labels, you have to add a configuration: ...