prometheus/client_golang

examples: Refresh client_golang examples

bwplotka opened this issue · 1 comments

@lilic's PR inspired me to look at our examples, and we might improve those a bit 🤗

I am missing examples around:

  • Defining basic metric types (and vectors). Only Histogram and Summary and collectors are there.
  • Some summaries could be replaced by native histograms e.g.
    rpcDurations: prometheus.NewSummaryVec(
  • Testing instrumentation

Help wanted!

I want to start looking into this, which might take some time but please 🐻 with me as I do!