aboutsummaryrefslogtreecommitdiff
path: root/prometheus
Commit message (Collapse)AuthorAgeFilesLines
* There's only values in this metric typemetrics-jmx-for-brokersStaffan Olsson2018-02-031-1/+1
|
* At first i suspected that order matters, but this also worksStaffan Olsson2018-02-031-2/+2
|
* ”In a production Kafka cluster, an offline partitionStaffan Olsson2018-02-031-1/+2
| | | | | | | | | | may be impacting the producer clients, losing messages or causing back-pressure in the application. This is most often a “site down” type of problem and will need to be addressed immediately.” Excerpt from: Neha Narkhede, Gwen Shapira, and Todd Palino. ”Kafka: The Definitive Guide”. We now export kafka_controller_kafkacontroller_value{name="OfflinePartitionsCount",} and friends. See #140 for why.
* It was the liveness probe that killed the metrics container,Staffan Olsson2018-01-291-2/+2
| | | | | | and we might not need liveness if we have alerts for stale metrics. This reverts commit f1e6e96231465775ffa0ded5b745774182fec5ff.
* Removes liveness probes, to focus on memory limits,Staffan Olsson2018-01-191-5/+0
| | | | | | and rely on metric staleness alerts instead for exporter liveness. This reverts commit 74a5177270301f3cbe0342657d8bcf70d1ae76ed.
* With 120M you get OOMKilled even on brokers with modest metrics volumesStaffan Olsson2018-01-191-2/+2
| | | | This reverts commit 66255af447373f9b14e338a4b819dddad483a257.
* With kubectl patch, this folder kan be scoped as Prometheus supportStaffan Olsson2018-01-192-0/+91