- 23 Jul, 2019 4 commits
-
-
Björn Rabenstein authored
Cut v0.9.0
-
beorn7 authored
Signed-off-by:
beorn7 <beorn@grafana.com>
-
Björn Rabenstein authored
Correctly remove the whole panel from the UI after deletion
-
beorn7 authored
The structure changed a lot due to the Bootstrap upgrade. Now we have to delete one level up. Fixes #270. Signed-off-by:
beorn7 <beorn@grafana.com>
-
- 22 Jul, 2019 3 commits
-
-
Björn Rabenstein authored
Add the option to base64-encode label names in push URLs
-
beorn7 authored
Also, add tests. Signed-off-by:
beorn7 <beorn@grafana.com>
-
Björn Rabenstein authored
Synchronize Makefile.common from prometheus/prometheus
-
- 20 Jul, 2019 1 commit
-
-
prombot authored
Signed-off-by:
prombot <prometheus-team@googlegroups.com>
-
- 19 Jul, 2019 2 commits
-
-
beorn7 authored
I did quite a lot of research about how to encode `/` in RESTful request URLs. There doesn't seem to be a general consensus how to do it (besides just not to do it). I found a few cases where systems would accept base64 encoding (which has to be the "URL and Filename safe" variant, otherwise you have `/` in there again, but at least the existence of this varian it RFC 4648 tells us that it is kind of meant for what we are doing here). But then the next problem arises: How to mark what is base64 encoded and what is plain text? In most cases I saw, the respective field is just marked as being always base64 encoded, which would be sad for our case as there are very few situations where you actually need base64 encoding. One case used a marker like `$base64:...`, which I found quite weird. However, I think using some kind of marker is a good idea. I picked a leading `=` here as that's a character that is rarely used as a first character of a label value (and hopefully even less so for the label value in a grouping key). I put details in the documentation (see README.md in this commit). As illustrated there, a nice byproduct is that the encoding of special characters is a bit saner now (imagine Chinese letters in label values, which might be pretty common in, well, China). As base64 encoding is readily available in standard libraries and even as command line tools (again see examples in the documentation), I think this is a pretty doable and not overly invasive way of dealing with the problem. Client libraries should of course support this encoding transparently. The competition is mostly going away from the RESTful style and use URL parameters. If we completely switch to it, we would break everything hard. If we offered it as an alternative, we would deviate from our best practice of only offering one way of doing one thing. It would be a quite invasive change either way. We could also use a custom escaping scheme just for the case of `/`, but there is no precedent for that. We would have a solution only used for the Pushgateway, and everyone had to implement that escaping scheme on their own. (base64 is a more complex encoding, but the tooling is readily available everywhere.) Signed-off-by:
beorn7 <beorn@grafana.com>
-
beorn7 authored
Signed-off-by:
beorn7 <beorn@grafana.com>
-
- 15 Jul, 2019 1 commit
-
-
Björn Rabenstein authored
Also log error messages during gathering
-
- 12 Jul, 2019 1 commit
-
-
beorn7 authored
Quite a few of users have run into the problem that they see a scrape error in the Prometheus UI but don't see the error. (It's not displayed in the Prometheus UI, you have to go to the /metrics endopint yourself to see it.) Logging it makes the problem much more obvious, because all those users looked at what the PGW is logging, which was nothing in that case. Signed-off-by:
beorn7 <beorn@grafana.com>
-
- 02 Jul, 2019 2 commits
-
-
Björn Rabenstein authored
Build ARM container images
-
Simon Pasquier authored
It also updates the Circle CI configuration to use the Prometheus orb. Signed-off-by:
Simon Pasquier <spasquie@redhat.com>
-
- 01 Jul, 2019 2 commits
-
-
Björn Rabenstein authored
Use promlog to support --log.format=json flag
-
Paul Traylor authored
Signed-off-by:
Paul Traylor <paul.traylor@linecorp.com>
-
- 29 Jun, 2019 1 commit
-
-
Paul Traylor authored
Signed-off-by:
Paul Traylor <kungfudiscomonkey@gmail.com>
-
- 28 Jun, 2019 2 commits
-
-
Paul Traylor authored
Signed-off-by:
Paul Traylor <paul.traylor@linecorp.com>
-
Paul Traylor authored
- Update vendored packages to clear out unused modules - Pass logger to various handlers Signed-off-by:
Paul Traylor <paul.traylor@linecorp.com>
-
- 26 Jun, 2019 3 commits
-
-
Björn Rabenstein authored
Update jquery/bootstrap and improve UI
-
Björn Rabenstein authored
Synchronize Makefile.common from prometheus/prometheus
-
prombot authored
Signed-off-by:
prombot <prometheus-team@googlegroups.com>
-
- 25 Jun, 2019 4 commits
-
-
beorn7 authored
I forgot to migrate pull-right to float-right. Signed-off-by:
beorn7 <beorn@grafana.com>
-
beorn7 authored
They don't really make sense from a UX perspective. Signed-off-by:
beorn7 <beorn@grafana.com>
-
beorn7 authored
Pushing metrics with a timestamp is not possible anymore Signed-off-by:
beorn7 <beorn@grafana.com>
-
beorn7 authored
Also, get the whole UI more in line with the Prometheus server UI. Most importantly: Add a favicon! (Inverted, because this is push, not pull...) Signed-off-by:
beorn7 <beorn@grafana.com>
-
- 24 Jun, 2019 1 commit
-
-
beorn7 authored
Signed-off-by:
beorn7 <beorn@grafana.com>
-
- 23 Jun, 2019 2 commits
-
-
Björn Rabenstein authored
Synchronize Makefile.common from prometheus/prometheus
-
prombot authored
Signed-off-by:
prombot <prometheus-team@googlegroups.com>
-
- 17 Jun, 2019 2 commits
-
-
Björn Rabenstein authored
Update prometheus/client_golang to v1.0.0
-
beorn7 authored
Signed-off-by:
beorn7 <beorn@grafana.com>
-
- 14 Jun, 2019 2 commits
-
-
Björn Rabenstein authored
Synchronize Makefile.common from prometheus/prometheus
-
prombot authored
Signed-off-by:
prombot <prometheus-team@googlegroups.com>
-
- 11 Jun, 2019 1 commit
-
-
beorn7 authored
Signed-off-by:
beorn7 <beorn@grafana.com>
-
- 08 Jun, 2019 1 commit
-
-
Björn Rabenstein authored
Synchronize Makefile.common from prometheus/prometheus
-
- 07 Jun, 2019 1 commit
-
-
prombot authored
Signed-off-by:
prombot <prometheus-team@googlegroups.com>
-
- 20 May, 2019 2 commits
-
-
Björn Rabenstein authored
Fix CircleCI job to publish container images
-
Simon Pasquier authored
Signed-off-by:
Simon Pasquier <spasquie@redhat.com>
-
- 15 May, 2019 2 commits
-
-
Björn Rabenstein authored
Synchronize Makefile.common from prometheus/prometheus
-
prombot authored
Signed-off-by:
prombot <prometheus-team@googlegroups.com>
-