Tags: lizhuqi/stackdriver-prometheus-sidecar
Tags
Use statik to generate statusz template as code. (Stackdriver#206) * Moving var statuszTmpl to func ServeHTTP When trying to run $GOPATH/bin/stackdriver-prometheus-sidecar --help ,I get error panic: open statusz-tmpl.html: no such file or directory. Moving the intialization of the statuszTmpl to func ServeHTTP which allows the use of --help * Moving statusz-tmpl.html to a const in statusz.go and updating related files. * Using statik as a code generator * Updating statusz.go * Updating statusz.go and main.go * Updating statusz.go * Adding dependcies from running go mod vendor * Updating statik Co-authored-by: Javier Kohen <jkohen@gmail.com>
Add host label to Proxy and Devapp monitored resources (Stackdriver#215)
PreviousNext