paulfantom
33328c7023
jsonnet/kube-prometheus: swap prometheus-operator branch to main
2021-11-09 14:03:44 +01:00
Paweł Krupa
2c25661fad
Merge pull request #1476 from paulfantom/alerting
2021-11-08 11:25:23 +01:00
Prometheus Operator Bot
612a79fda2
[bot] [main] Automated version update
2021-11-08 07:40:26 +00:00
paulfantom
dbc64a0300
jsonnet: do not hide alerting configuration
...
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-11-04 12:41:36 +01:00
paulfantom
9c959bac74
jsonnet: establish convention for components default fields
...
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-11-02 14:19:04 +01:00
paulfantom
25d8bb00dc
jsonnet: run fmt
2021-11-01 20:07:04 +01:00
paulfantom
40e0687203
jsonnet: code cleanup
2021-11-01 11:30:35 +01:00
paulfantom
1870702831
jsonnet: unify metadata management
2021-11-01 11:19:34 +01:00
Paweł Krupa
ba8ec69845
Merge pull request #1463 from andrein/prometheus-adapter
...
Fix prometheus URL in prometheus-adapter
2021-10-26 16:13:31 +02:00
Andrei Nistor
a6442df06c
Fix prometheus URL in prometheus-adapter.
2021-10-26 16:35:37 +03:00
Paweł Krupa
0beb368080
Merge pull request #1462 from paulfantom/node-exporter-default-container
2021-10-25 20:12:18 +02:00
paulfantom
1a67ab3655
jsonnet: annotate default container for node-exporter DS
...
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-10-25 16:31:12 +02:00
Prometheus Operator Bot
7b0c4193e8
[bot] [main] Automated version update
2021-10-25 07:40:27 +00:00
paulfantom
5c1b660d16
jsonnet: do not hide prometheus object
2021-10-22 14:04:10 +02:00
Paweł Krupa
cd044aa542
Merge pull request #1450 from paulfantom/grafana-refactor
...
jsonnet: include rewritten kubernetes-grafana library
2021-10-22 11:43:53 +02:00
Paweł Krupa
0bb59980f2
Merge pull request #1453 from saswatamcode/add-mdox
2021-10-21 17:29:08 +02:00
Paweł Krupa
aef85157d7
Merge pull request #1347 from stpabhi/fix-sync-to-internal-registry
...
fix sync-to-internal-registry.jsonnet
2021-10-21 16:20:36 +02:00
Saswata Mukherjee
7e94f218e1
Add mdox link checking and formatting
...
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
2021-10-21 19:12:33 +05:30
Saswata Mukherjee
13cfbe3b3d
Setup mdox
...
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
2021-10-21 19:12:30 +05:30
paulfantom
ade451bf04
jsonnet: refactor grafana component to include new kubernetes-grafana library
2021-10-20 19:24:39 +02:00
machinly
ce7007c568
add grafana ldap support
2021-10-18 15:33:06 +03:00
dgrisonnet
fbf9ed0f98
[bot] [main] Automated version update
2021-10-18 07:39:30 +00:00
Paweł Krupa
d0464b2bde
Merge pull request #1376 from rajaSahil/Update-Configuration
2021-10-12 14:17:35 +02:00
Markus Heinemann
f1cff459de
fix: upgrade deprecated policy/v1beta1 kubernetes api
2021-10-12 09:00:09 +00:00
Sahil Raja
cbef68e090
Addressed review comments
...
Signed-off-by: Sahil Raja <sahilraja242@gmail.com>
2021-10-12 09:01:45 +05:30
Sahil Raja
ae89cad60d
Made node-exporter args configurable
...
Signed-off-by: Sahil Raja <sahilraja242@gmail.com>
2021-10-12 09:00:00 +05:30
Arthur Silva Sens
ade7f0d2f1
Merge pull request #1430 from prometheus-operator/automated-updates-main
...
[bot] [main] Automated version update
2021-10-11 21:33:54 -03:00
dgrisonnet
be3bd2c97b
[bot] [main] Automated version update
2021-10-11 07:39:24 +00:00
Haoyu Sun
e7d2135cea
replace deprecated "app" label selector by "app.kubernetes.io/name" in
...
documents and examples
2021-10-08 14:00:52 +02:00
Haoyu Sun
b6c97fc6c0
remove "app" label selector deprecated by prometheus-operator
2021-10-05 19:59:39 +02:00
dgrisonnet
fe374485a1
[bot] [main] Automated version update
2021-10-04 07:39:27 +00:00
Damien Grisonnet
374413f10a
Merge pull request #1409 from dgrisonnet/drop-pa-metrics
...
Drop some of the metrics exposed by prometheus-adapter
2021-09-30 17:45:15 +02:00
Damien Grisonnet
5ebbb65276
jsonnet: drop some of prometheus-adapter metrics
...
The current implementation of prometheus-adapter exposes a lot of
metrics about the health of its aggregated apiserver. The issue is that
the some of these metrics are not very useful in the context of
prometheus-adapter, and we currently can't avoid exposing them since
they are registered to the Kubernetes global Prometheus registry. Until
this is improved in upstream Kubernetes, we could benefit from dropping
some of the metrics that are not very useful.
Before this change, in a default kube-prometheus installation, we would
have 800+ series for prometheus-adapter against 400+, so we divided the
number of series by two will focusing on the most valuable metrics for
prometheus-adapter.
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2021-09-29 13:02:00 +02:00
Jan Fajerski
6fa097c0ed
jsonnet/node-exporter: adjust to node-exporter v1.2.0 arg name change
...
In version [node-exporter v1.2.0](https://github.com/prometheus/node_exporter/releases/tag/v1.2.0 )
two argument name changes were introduced. While the old names still
work (with a deprecation warning), lets use the new names.
Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
2021-09-29 11:15:10 +02:00
Damien Grisonnet
a2eee1803a
Merge pull request #1404 from prometheus-operator/automated-updates-main
...
[bot] [main] Automated version update
2021-09-28 11:56:30 +02:00
simonpasquier
9a3d5d42e1
[bot] [main] Automated version update
2021-09-28 08:41:28 +00:00
Philip Gough
58e2c131c2
Keep 'container_fs_.*' metrics from cAdvisor
2021-09-27 17:13:00 +01:00
dgrisonnet
02776a1d37
[bot] [main] Automated version update
2021-09-27 09:53:31 +00:00
Arunprasad Rajkumar
c5d265a14e
thanos: bump to latest and add thanosPrometheusCommonDimensions
...
This commit pulls latest changes from thanos mixins and sets `thanosPrometheusCommonDimensions`
to `namespace, pod` for k8s use case.
Refer https://github.com/thanos-io/thanos/pull/4508 for more details.
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
2021-09-27 12:07:08 +05:30
Philip Gough
56f96e6389
Adjust dropped metrics from cAdvisor
...
This change drops pod-centric metrics without a non-empty 'container' label.
Previously we dropped pod-centric metrics without a (pod, namespace) label set
however these can be critical for debugging.
2021-09-24 17:24:01 +01:00
Damien Grisonnet
7f1092cdde
Merge pull request #1344 from PhilipGough/MON-1085
...
jsonnet: Support scraping the config-reloader for AlertManager and Pr…
2021-09-22 16:16:48 +02:00
Philip Gough
7b32afb8aa
jsonnet: Support scraping the config-reloader for AlertManager and Prometheus
2021-09-22 14:54:12 +01:00
dgrisonnet
a232cca3b6
[bot] [main] Automated version update
2021-09-20 07:39:09 +00:00
Sylvain Pasche
6d5c1b793c
Always generate grafana-config secret
...
Since https://github.com/brancz/kubernetes-grafana/pull/115 , upstream
grafana contains a non-empty config. Generate the grafana-config secret
unconditionally even if no user config is passed.
2021-09-16 14:25:53 +02:00
dgrisonnet
6654c13142
[bot] [main] Automated version update
2021-09-13 07:39:05 +00:00
Damien Grisonnet
6f744e24a5
Merge pull request #1357 from arajkumar/adjust-NodeFilesystemSpaceFillingUp-warning-threshold
...
Adjust node filesystem space filling up warning threshold to 20%
2021-09-06 19:04:29 +02:00
Arunprasad Rajkumar
4de44139ec
add comments to reason fsSpaceFilling threshold adjustment
...
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
2021-09-02 17:38:02 +05:30
Arunprasad Rajkumar
03471fd86f
Adjust threshold for SpaceFillingUp warning alert
...
Reduce threshold of NodeFilesystemSpaceFillingUp warning alert to 20% space available, instead of 40% (default).
This will align the threshold according to default kubelet GC values
below[1],
"imageMinimumGCAge": "2m0s",
"imageGCHighThresholdPercent": 85,
"imageGCLowThresholdPercent": 80,
[1] https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
2021-09-01 13:29:36 +05:30
dgrisonnet
a1c6a4e21d
[bot] [main] Automated version update
2021-08-30 07:39:09 +00:00
simonpasquier
eb52023db2
[bot] [main] Automated version update
2021-08-25 09:37:24 +00:00