Roman Demachkovych
8bfc611616
Remove not maintained roles
7 years ago
zemek
8a01a0fbed
Set consul server default to localhost:8500 ( #3703 )
7 years ago
Callum Styan
87a9415bf1
update docs for symbols indexing change
7 years ago
Simon Pasquier
bbd69b04cc
Fix minor typos in the documentation
7 years ago
Shubheksha Jalan
faecfac2fa
update docs, rename docs folder, add error condition
7 years ago
James Turnbull
00f4821178
Added missing ingress from role list ( #3666 )
7 years ago
James Turnbull
380cacd3a4
Readability edits to vector matching ( #3624 )
...
* Added L3 headings - makes page a little easier to read
* Made use of right-hand and left-hand consistent
7 years ago
Brian Brazil
fba80da635
Fix default of read_recent to be false. ( #3617 )
...
This is what is documented in the migration guide, and the default settings
should make sense for a true long term storage.
Document the setting.
7 years ago
James Turnbull
c3f9238756
Updated alert templating docs ( #3596 )
...
The docs suggest that alert templating only works in the summary and
description annotation fields. Some testing and a review of the code
suggests this is no longer true and that you can template any
annotation field.
7 years ago
Brian Brazil
9083d41d3a
Add 2.0 stability guarantees ( #3484 )
...
As discussed generally consider SDs as unstable, as realistically they
are never going to be. Drop the words "experimental/beta" from most
places in the docs, as users are getting the wrong impression from this.
7 years ago
Simon Pasquier
aa25dff1ea
Update the openstack_sd_config section
...
openstack_sd_config requires a 'role' parameter which wasn't documented.
7 years ago
Krasi Georgiev
08ee713c82
example to show the difference between "sum by" and "sum without" ( #3558 )
7 years ago
vthriller
b4bd91958a
[minor] docs: recording_rules: fix missing key
7 years ago
Tobias Schmidt
28205f5ca9
Remove wrong statement about alertmanager URL configuration
7 years ago
Mike Rostermund
4648f4c156
New server uses read protocol, to eh, read. ( #3444 )
7 years ago
Brian Brazil
e0711c2e9b
Document consul sd tls_config ( #3440 )
...
Fixes https://github.com/prometheus/docs/issues/681
7 years ago
Tom Wilkie
d2f6803d14
'Prometheus lifecycle' should be a subsection of 'Miscellaneous'
7 years ago
Or Elimelech
6e8d192ba0
Wrong URL for remote.proto ( #3431 )
...
Change wrong URL for remote.proto
7 years ago
phyber
013dc30dee
Fix markdown in recording rules. ( #3432 )
...
Resolves an issue where rendered markdown was incorrect.
7 years ago
Tobias Schmidt
87f5fe3576
Fix migration documentation title in docs menu
7 years ago
Brian Brazil
5dff97639f
Tweak migration doc ( #3430 )
7 years ago
Jose Donizetti
b3b6538348
Small changes to migration guide
7 years ago
Goutham Veeramachaneni
bee6864c14
Make the date returned by snapshot script friendly
...
Fixes #3568
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
7 years ago
Goutham Veeramachaneni
f0599d4dbf
Incorporate review-feedback
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
7 years ago
James Turnbull
330735aca6
Added another full link to the configuration docs ( #3553 )
7 years ago
Amy Holt
607a675617
Add prefix to relative 3 URLs ( #3551 )
7 years ago
Goutham Veeramachaneni
d8515b2580
Move Admin APIs to v1
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
7 years ago
Goutham Veeramachaneni
41b8f1f8fe
Add admin API docs
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
7 years ago
Matthias Rampke
cae4538b3e
Docs: state that all regular expressions are RE2. ( #3518 )
...
We already mentioned that regular expressions are RE2 for
[relabeling][0], but left open what the regular expression syntax
anywhere else is.
In the querying examples and reference, make it explicit that _all_
regular expressions are RE2.
[0]: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
7 years ago
Roman Demachkovych
e0ad66f5a6
fix link name
7 years ago
Roman Demachkovych
370d045f5d
Change repo link
7 years ago
James Turnbull
47311bf005
Update configuration.md ( #3513 )
...
1. Removed https://prometheus.io prefix
2. Fixed broken file discovery link.
7 years ago
Tom Wilkie
7d4f7c4b71
Update docs for __meta_kubernetes_pod_uid
7 years ago
Roman Demachkovych
5e243bc556
fix link
7 years ago
Roman Demachkovych
b758039f80
Added in to documentation Ansible roles for Prometheus 2.0
7 years ago
Ben Kochie
40f33f45cb
Fix docs that use regexp anchors ( #3504 )
...
Remove/fix docs that use anchors in label regexp matches.
7 years ago
Tobias Schmidt
7098c56474
Add remote read filter option
...
For special remote read endpoints which have only data for specific
queries, it is desired to limit the number of queries sent to the
configured remote read endpoint to reduce latency and performance
overhead.
7 years ago
Tom Wilkie
617e7d0203
Add migration docs for 2.0 ( #3374 )
...
* Initial draft of migration.md
* Edits.
* Review feedback.
* Review feedback.
* Staleness link to video; add docker root example; remote config file section.
* s/NB/NOTE/, remove external labels link.
* More typos.
* Add more details link for removed PromQL features.
* s/you/your/
* Expand on prom1.8/2.0 side by side setup.
* More feedback.
* update links.
* --query.lookback-delta flag.
7 years ago
Julius Volz
02ca988bbd
Remove /api/v1/delete_series docs for 2.0 ( #3425 )
...
This endpoint has moved to /api/v2 (with somewhat different properties)
in Prometheus 2.0 and should now be part of a separate admin API page.
7 years ago
Tobias Schmidt
a117f051da
Remove outdated information about next-release doc branch
7 years ago
Julius Volz
ef08df0e6f
Add 2.0 storage docs ( #3423 )
...
* Add 2.0 storage docs
* Review fixups
* More review fixups
7 years ago
Brian Brazil
a5b7955ace
Tweak marathon wording around clustering.
7 years ago
Goutham Veeramachaneni
646e33242e
docs: Fix minor issues with the docs. ( #3389 )
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
7 years ago
Brian Brazil
b6494960d1
docs: Document new recording rule format ( #3378 )
7 years ago
Brian Brazil
7187771f20
Document new staleness ( #3380 )
...
Remove "interpolation" for this heading, that hasn't
been in these docs for a long time.
7 years ago
James Turnbull
3701a827cf
Updates to alerting rules docs ( #3381 )
...
1. Added a further explanation of the for clause.
2. Added further clarification of non identifying labels.
7 years ago
Brian Brazil
8cf279efb1
Document new alerting rule format.
7 years ago
Brian Brazil
efaa8f9ce8
Update getting started with new rules format
7 years ago
Fabian Reinartz
a32e4cbdd8
docs: remove 1.x storage docs
...
The only section that still aplies was the one on the default storage
directory so those docs seem obsolete.
We'll probably have a similar page on the new storage but we'll only
find out what caveats etc. we'll have to point out as we get people
reporting problems or notable behavior.
7 years ago
Fabian Reinartz
8cc78b36a2
docs: remove obsolete info in getting started
...
Go automatically configures the number of used threads appropriately
and tweaking it is no longer relevant for a basic setup of Prometheus.
The baseline consumption tied to the storage layer no longer applies.
7 years ago