...

Text file src/github.com/prometheus/client_golang/generate-go-collector.bash

Documentation: github.com/prometheus/client_golang

     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