- 22 Apr, 2015 1 commit
-
-
Julius Volz authored
This is based roughly on http://clarkdave.net/2012/02/building-a-static-blog-with-nanoc/ with a lot of small modifications to make it fit the existing docs site. Blog posts should be added as: content/blog/YYYY-MM-DD-post-title.md They need to state the title, kind, created_at, and author in the frontmatter, e.g.: --- title: "This is a blog post title" created_at: 2015-04-22 kind: article author: Julius Volz ---
-
- 16 Apr, 2015 7 commits
-
-
Julius Volz authored
Add docs for stddev and stdvar.
-
Brian Brazil authored
-
Julius Volz authored
Add sqrt() function
-
Brian Brazil authored
-
Julius Volz authored
-
Julius Volz authored
Add Graphite to 3rd party exporters
-
Brian Brazil authored
-
- 13 Apr, 2015 1 commit
-
-
Julius Volz authored
This fixes https://github.com/prometheus/docs/issues/60.
-
- 09 Apr, 2015 2 commits
-
-
Björn Rabenstein authored
Document histograms in the exposition format and new storage flags.
-
beorn7 authored
-
- 08 Apr, 2015 2 commits
-
-
Björn Rabenstein authored
Adjust rule checker docs to changed behavior
-
Fabian Reinartz authored
-
- 30 Mar, 2015 4 commits
-
-
Julius Volz authored
Link to "Client Library Guidelines" doc.
-
Julius Volz authored
-
Julius Volz authored
-
Julius Volz authored
Link to new exporters and client libraries.
-
- 29 Mar, 2015 1 commit
-
-
Julius Volz authored
-
- 26 Mar, 2015 3 commits
-
-
Julius Volz authored
-
Julius Volz authored
Document exposition format directly on the website.
-
Julius Volz authored
This only documents the latest 0.0.4 exposition format version, with a link to the legacy doc at the bottom. I also took the liberty to fix up/adapt some of the content. Tables from the original doc are transliterated as nested lists instead, because Markdown doesn't support lists in tables (and the old doc made heavy use of them). A future option could be to go for completely manual HTML tables with HTML lists in them. This fixes https://github.com/prometheus/docs/issues/28
-
- 25 Mar, 2015 1 commit
-
-
Julius Volz authored
Add documentation for exp, ln, log2, and log10 functions.
-
- 19 Mar, 2015 1 commit
-
-
Björn Rabenstein authored
Update benchmarks.
-
- 17 Mar, 2015 2 commits
-
-
Björn Rabenstein authored
Remove duplicate sentence
-
Maykel Moya authored
-
- 16 Mar, 2015 2 commits
-
-
Fabian Reinartz authored
-
beorn7 authored
Once my PRs are in and 0.13.0 is released, we can merge this to reflect the better performance.
-
- 13 Mar, 2015 1 commit
-
-
Julius Volz authored
Fix usage of include labels in group modifiers.
-
- 09 Mar, 2015 3 commits
-
-
Julius Volz authored
Update roadmap items
-
Julius Volz authored
-
Julius Volz authored
-
- 04 Mar, 2015 1 commit
-
-
Fabian Reinartz authored
The final change to the group modifiers requires included labels to be on the "many"-side of the operation. This adjusts the example and description to match this behavior.
-
- 03 Mar, 2015 6 commits
-
-
Julius Volz authored
Document histograms and histogram_quantile.
-
beorn7 authored
-
beorn7 authored
Most importantly, created a completely new section for histograms and summaries and updated all the references. Also add other minor improvements.
-
beorn7 authored
-
beorn7 authored
-
Julius Volz authored
Documentation for vector matching added.
-
- 02 Mar, 2015 1 commit
-
-
Fabian Reinartz authored
-
- 28 Feb, 2015 1 commit
-
-
Björn Rabenstein authored
Adjust docs to existing standards.
-