1#!/bin/env bash 2 3set -e 4 5go get github.com/hashicorp/go-version@v1.6.0 6go run prometheus/gen_go_collector_metrics_set.go 7mv -f go_collector_metrics_* prometheus
View as plain text