Fabian Reinartz
2677d7b99a
Merge pull request #842 from prometheus/fabxc/consulcfg
...
retrieval/discovery: refresh services in Consul to recover from missing events
10 years ago
Julius Volz
9607b8bbdb
Merge pull request #840 from prometheus/fix-scrape-errors-ui
...
Fix blown-up scrape error display in web UI.
10 years ago
Julius Volz
32a77085e0
Merge pull request #841 from prometheus/fix-cors-perms
...
Disallow cross-origin DELETE and POST requests.
10 years ago
Fabian Reinartz
23862c92c4
retrieval/discovery: refresh services in Consul to recover from missing events.
10 years ago
Julius Volz
bc1c789bab
Disallow cross-origin DELETE and POST requests.
10 years ago
Fabian Reinartz
3fcd26b328
Merge pull request #838 from prometheus/fabxc/consulcfg
...
config: add omitempty for consul SD config.
10 years ago
Julius Volz
c7039c3a73
Fix blown-up scrape error display in web UI.
10 years ago
Fabian Reinartz
4319b06dd2
config: add omitempty for consul SD config.
10 years ago
Julius Volz
364003c444
Merge pull request #837 from prometheus/update-web
...
Update web/blog/files.go with new web content.
10 years ago
Julius Volz
535a7f2640
Update web/blog/files.go with new web content.
10 years ago
Fabian Reinartz
3e811ad7a4
Merge pull request #827 from prometheus/fabxc/rmt-cleanup
...
main: cleanup initialization of remote storage.
10 years ago
Julius Volz
30fc04b240
Merge pull request #834 from prometheus/improve-dockerfile-deps
...
Simplify Go dependency handling in Dockerfile.
10 years ago
Julius Volz
c69b733956
Simplify Go dependency handling in Dockerfile.
...
Also, put quotes around the GOPATH in the Makefile for safety in case of
spaces, etc.
10 years ago
Julius Volz
0e383b0b9f
Merge pull request #833 from prometheus/remove-go-get
...
Remove unused GO_GET from Makefile.INCLUDE.
10 years ago
Julius Volz
c813eee457
Remove unused GO_GET from Makefile.INCLUDE.
10 years ago
Fabian Reinartz
f149389d29
Merge pull request #828 from prometheus/fabxc/cfgout
...
config: show original input on String()
10 years ago
Julius Volz
9d7fa930ce
Merge pull request #831 from prometheus/fix-time-utc
...
Switch human-readable times to UTC.
10 years ago
Julius Volz
bbc8b8490e
Switch human-readable times to UTC.
...
This fixes https://github.com/prometheus/prometheus/issues/829
10 years ago
Fabian Reinartz
7ec15956e4
config: show original input on String()
10 years ago
Julius Volz
cc18191b5e
Merge pull request #826 from prometheus/alerting-ui-improvements
...
Use TemplateExpander for main pages, improve alerting UI
10 years ago
Julius Volz
d868264bb8
Improve UI of /alerts page.
...
Changes to the UI:
- "Active Since" timestamps are now human-readable.
- Alerting rules are now pretty-printed better.
- Labels are no longer just strings, but alert bubbles (like we do on
the status page for base labels).
- Alert states and target health states are now capitalized in the
presentation layer rather than at the source.
10 years ago
Fabian Reinartz
23e77450ff
main: cleanup initialization of remote storage.
10 years ago
Julius Volz
d7ea0397d4
Use templates.TemplateExpander for all page templates.
...
This will allow us to use all of our shiny templating functions in the
main page templates as well.
10 years ago
Björn Rabenstein
7d0850571d
Merge pull request #825 from prometheus/beorn7/doc
...
Minor doc fixes.
10 years ago
beorn7
8c196c1028
Minor doc fixes.
10 years ago
Fabian Reinartz
e18bc94980
Merge pull request #786 from prometheus/fabxc/federate
...
web: add basic federation support
10 years ago
Fabian Reinartz
53b9d5917d
web: improve target URL handling and display.
10 years ago
Fabian Reinartz
6bfb4549a6
storage: add LastSamplePairForFingerprint method
10 years ago
Fabian Reinartz
39a8254963
web: add basic federation support.
...
This commit adds a federation handler on /federate. It accepts `match[]`
query parameters containing vector selectors. Their intersection determines
the in-memory metrics that are returned in the same way as the
/metrics endpoint does (modulo sorting).
10 years ago
Fabian Reinartz
dc7d27ab9a
retrieval: add honor label handling and parametrized querying.
...
This commit adds the honor_labels and params arguments to the scrape
config. This allows to specify query parameters used by the scrapers
and handling scraped labels with precedence.
10 years ago
Fabian Reinartz
37dea6a251
Merge pull request #824 from prometheus/fabxc/gitignore
...
git: ignore promtool, be less strict about config files.
10 years ago
Fabian Reinartz
6885ec8ef9
git: ignore promtool, be less strict about config files.
10 years ago
Fabian Reinartz
07347aa1d9
Merge pull request #823 from prometheus/fabxc/rdme
...
general README update
10 years ago
Fabian Reinartz
024139be00
readme: remove tools that are no longer required
10 years ago
Björn Rabenstein
618a9d15f2
Merge pull request #821 from prometheus/beorn7/fix
...
Increment dirty counter only if setDirty(true) is called.
10 years ago
beorn7
9016917d1c
Increment dirty counter only if setDirty(true) is called.
...
Currently, we increment the counter even if setDirty(false) is called,
which sets the storage clean.
10 years ago
Fabian Reinartz
ccbc801d19
Merge pull request #816 from prometheus/fabxc/promctl
...
Create promtool command
10 years ago
Fabian Reinartz
d27e45cc74
make: add promtool to build and tarball targets.
10 years ago
Fabian Reinartz
890c1a7e74
cmd/promtool: add promtool command.
...
The promtool command should bundle multiple commands that help
in maintaining a running Prometheus server.
10 years ago
Fabian Reinartz
1eff186555
Merge pull request #810 from prometheus/fabxc/lmatch
...
Match empty labels.
10 years ago
Fabian Reinartz
5b91ea9b36
storage: improve label matching and allow unset matching.
...
Matching of empty labels now also matches metrics where the label
was not explicitly set to the empty string.
10 years ago
Fabian Reinartz
46df1fd5ea
storage/local: add benchmark for label matching.
10 years ago
Fabian Reinartz
94cd321be1
promql: error if all label matchers are empty.
10 years ago
Julius Volz
6d99e3b3f7
Merge pull request #819 from sdurrheimer/master
...
Fix Dockerfile with the recent changes
10 years ago
Steve Durrheimer
166365f4f0
Fix Dockerfile with the recent changes
10 years ago
Fabian Reinartz
1b5ceb570a
util/cli: create CLI utility package
10 years ago
Julius Volz
3ef44a9c9e
Merge pull request #817 from prometheus/fix-consoles-link-to-prometheus-root
...
Fix consoles "Prometheus" link to point to /
10 years ago
Johannes 'fish' Ziemke
4d1711804a
Fix consoles "Prometheus" link to point to /
10 years ago
Julius Volz
b4dfbf89a8
Merge pull request #815 from prometheus/fabxc/fix-date
...
cmd/prometheus: fix version output
10 years ago
Fabian Reinartz
f97db8d4e5
cmd/prometheus: fix version output
10 years ago