prometheus / docs

Prometheus documentation: content and static site generator
https://prometheus.io
Apache License 2.0
659 stars 1.01k forks source link

Add docs about native histograms. #2362

Open bwplotka opened 1 year ago

bwplotka commented 1 year ago

cc @beorn7

EDIT: Practices and Guide/Tutorial on how to enable them e2e from Go client, through Prometheus to querying

beorn7 commented 1 year ago

I would imagine we should update https://prometheus.io/docs/practices/histograms/ for native histograms, and then add a Guide or a Tutorial with the hands-on help. (What's actually the difference between Guides and Tutorials on prometheus.io?)

But first of all, I have to write a proper spec (or a candidate spec) in the Concepts section.

A blog post is maybe the wrong format (beyond an "announcements and highlights" thing).

bwplotka commented 1 year ago

Nice, Guide/Tutorial and Practices sounds good! Changing the title.

bwplotka commented 1 year ago

No idea what's the Guide vs Tutorial. To me it feels Guides are general rough steps you should do, whereas Tutorial feel like reproducible scenario you could walk in with more detailed commands (?)