09e003ecc5
[bot] [main] Automated version update ( #2344 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2024-02-16 10:14:07 +00:00
58b07aac5d
[bot] [main] Automated version update ( #2339 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2024-01-30 16:04:17 +00:00
ed15614b0a
[bot] [main] Automated version update ( #2337 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2024-01-22 09:12:43 +00:00
Brad Ison and GitHub
895db2a272
jsonnet/components/prometheus: Fix thanos-sidecar metrics access ( #2330 )
...
When enabled, the thanos-sidecar opens an HTTP listener on port 10902,
which what's used to scrape metrics. This port wasn't being added to
the Prometheus Service, so wasn't added to the NetworkPolicy causing
scraping to fail from Prometheus instances other than the local one.
This adds the port to the Service and NetworkPolicy.
Fixes : #2006
2024-01-15 09:16:17 +00:00
56b1a48a46
[bot] [main] Automated version update ( #2331 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2024-01-15 09:02:22 +00:00
5fcbcc9198
[bot] [main] Automated version update ( #2317 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2024-01-03 17:24:42 +00:00
61b7be09f7
[bot] [main] Automated version update ( #2304 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-12-11 10:05:21 +00:00
035b09f424
[bot] [main] Automated version update ( #2295 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-12-01 17:05:07 +00:00
Austin Hoppe and GitHub
80ab54b66a
jsonnet: migrate from deprectaed kube-state-metrics usage ( #2269 )
...
Use new form for deprecated metric.
To fix #2264
2023-11-27 12:23:19 +00:00
6e5c6959cf
[bot] [main] Automated version update ( #2291 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-11-27 12:08:20 +00:00
0fe6411003
[bot] [main] Automated version update ( #2280 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-11-20 09:18:10 +00:00
Prometheus Operator Bot
a37a366214
[bot] [main] Automated version update
2023-11-14 14:19:28 +00:00
5e2890efc0
[bot] [main] Automated version update ( #2265 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-11-13 10:25:25 +00:00
ddff48cd49
[bot] [main] Automated version update ( #2262 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-11-07 17:26:40 +00:00
Marco Lehmann and GitHub
ad86a3fa21
Patch 2 ( #2259 )
...
* Update node-exporter.libsonnet
* Update windows-hostprocess.libsonnet
* Update blackbox-exporter.libsonnet
2023-11-07 17:25:06 +00:00
Paweł Krupa and GitHub
8a1a537524
Merge pull request #2252 from m99coder/patch-1
...
Update kube-state-metrics.libsonnet
2023-11-01 17:08:27 +01:00
Paweł Krupa and GitHub
8b73d18b76
Merge pull request #2232 from paulfantom/scrape-configs
...
explicitly enable ScrapeConfig support
2023-11-01 17:00:45 +01:00
Marco Lehmann and GitHub
5308081f75
Update kube-state-metrics.libsonnet
...
Fix typo in error message
2023-10-25 16:20:10 +02:00
a472b19428
[bot] [main] Automated version update ( #2250 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-10-23 10:18:51 +01:00
Prometheus Operator Bot
8026584896
[bot] [main] Automated version update
2023-10-16 14:04:39 +00:00
Matthias Loibl
fd8436ba88
jsonnetfmt addons/pyrra.libsonnet
2023-10-09 13:02:24 +02:00
Matthias Loibl
1e55a4057c
Add securityContext items and add pod security labes
2023-10-09 13:02:20 +02:00
paulfantom
ec915f7b47
explicitly enable ScrapeConfig support
2023-10-07 11:09:11 +02:00
Matthias Loibl
67e4398676
Pin Pyrra to v0.6
2023-09-30 14:00:59 +02:00
b6a6a0b2e8
[bot] [main] Automated version update ( #2217 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-09-18 09:54:25 +01:00
Roeland van Batenburg and GitHub
76ebaeeafe
allow configuration of secrets for alertmanager ( #2206 )
2023-09-06 14:06:29 +01:00
Philip Gough and GitHub
fb1f32d8ef
Update compatibility matrix to include 1.28 ( #2209 )
...
* Update compatibility matrix to include 1.28
* jb update and generate
* drop deprecated metric and generate
2023-08-31 15:30:03 +01:00
Simon Pasquier and GitHub
01d4f1daa6
Remove deprecated 'logtostderr' argument for kube-rbac-proxy ( #2198 )
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2023-08-28 20:36:39 +01:00
968cb8fd22
[bot] [main] Automated version update ( #2207 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-08-28 20:33:28 +01:00
Rita Canavarro and GitHub
84c295f06b
[FEAT] Prometheus Adapter reload ( #2195 )
...
* [FEAT] Prometheus Adapter reload
Signed-off-by: rita.canavarro <ritinhamcm@gmail.com >
* [FEAT] Prometheus Adapter reload
Signed-off-by: rita.canavarro <ritinhamcm@gmail.com >
---------
Signed-off-by: rita.canavarro <ritinhamcm@gmail.com >
2023-08-23 11:35:10 +01:00
e59761e447
[bot] [main] Automated version update ( #2186 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-08-16 15:22:45 +01:00
Simon Pasquier
535a91cf4c
prometheus-adapter: remove deprecated argument
...
The `--logtostderr` argument has been deprecated in v0.10.0 and removed
in v0.11.0.
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2023-08-16 14:58:40 +02:00
d388980779
[bot] [main] Automated version update ( #2170 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-07-24 02:52:34 -07:00
Andrew N Golovkov and GitHub
4068700e27
use names from resources directly ( #2135 )
2023-07-17 03:31:59 -07:00
f076ce4067
[bot] [main] Automated version update ( #2164 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-07-17 03:30:58 -07:00
Brian Torres-Gil and GitHub
3af1d8320c
fix: non-namespaced resources incorrectly have ns ( #2158 )
2023-07-13 12:22:56 -07:00
858a2a53f4
[bot] [main] Automated version update ( #2146 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-06-26 08:58:49 +01:00
148b412e27
[bot] [main] Automated version update ( #2143 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-06-19 09:25:42 +01:00
dc0ad5e216
Addon: Use Hostprocess for Windows Exporter ( #2048 )
...
* Addon: Use Hostprocess for Windows Exporter #1627
This allows for Windows Exporter to be deployed and configured
dynamically without requiring to specify targets manually for each
Windows node
Documentation and example added
* Addon: Windows Exporter using Hostprocess
Fix some performance issues.
- Specify resource limits for windows exporter.
- Allow for scrape timeout and interval to be configured. Depending
on how many pods are running on a node it can take from 500ms to 15s
to scrape metrics from node. Default timeout is 10s.
- Allow for enabled collectors to be configured.
- Only enable collectors that are being used in rules and dashboards.
* Addon: Windows Exporter using Hostprocess
Fix formatting issues
* Fix formatting issues in windows-hostprocess addon
* Windows Addon: update doc to reflect both configs
- Hostprocess and static
* Windows Addon: update doc
---------
Co-authored-by: Dinesh Sharma <dinesh.sharma@health.telstra.com >
2023-06-12 09:58:45 +01:00
158cb5422e
[bot] [main] Automated version update ( #2124 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-06-02 14:20:28 +01:00
Matthias Loibl and GitHub
024eb5c923
Update Pyrra to v0.6.3
...
I want to deploy that version and rather than doing an overwrite on our end, I thought I might just send the PR through here right away.
2023-06-01 14:56:20 +01:00
Raúl Garcia Sanchez and GitHub
3fff8b5609
AKS - Create dedicated kubernetes service to expose CoreDNS metrics ( #2107 )
...
* create service to expose coredns metrics
Signed-off-by: Raul Garcia Sanchez <info@raulgarcia.de >
* create service to expose coredns metrics
Signed-off-by: Raul Garcia Sanchez <info@raulgarcia.de >
---------
Signed-off-by: Raul Garcia Sanchez <info@raulgarcia.de >
2023-05-22 16:29:54 +01:00
Jan-Otto Kröpke and GitHub
09135ee9b3
Enable Multi Cluster alerts by default ( #2099 )
2023-05-22 16:26:44 +01:00
5ac666d809
[bot] [main] Automated version update ( #2117 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-05-22 09:00:55 +01:00
9286a5e7de
[bot] [main] Automated version update ( #2111 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-05-15 11:32:29 +01:00
c9e1145027
[bot] [main] Automated version update ( #2104 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-05-08 08:59:46 +01:00
2a955da550
[bot] [main] Automated version update ( #2093 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-05-01 10:21:16 +01:00
83e60d4588
[bot] [main] Automated version update ( #2083 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-04-24 08:59:02 +01:00
adinhodovic
64ed9f1f44
fix(component/node-exporter): Disable btrfs collector by default
2023-04-13 13:28:18 +02:00
a209d48272
[bot] [main] Automated version update ( #2068 )
...
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com >
2023-04-10 09:09:13 +01:00