Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc86146

Browse files
author
committedJan 15, 2025
chore: npins kube-prometheus update
Made with ❤️️ by updatecli
1 parent 229d470 commit bc86146

6 files changed

+1466
-2710
lines changed
 

‎gitops/apps/monitoring/upstream/kube-prometheus/crds/0prometheusCustomResourceDefinition.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -5290,6 +5290,13 @@ spec:
52905290
Settings related to the OTLP receiver feature.
52915291
It requires Prometheus >= v2.55.0.
52925292
properties:
5293+
keepIdentifyingResourceAttributes:
5294+
description: |-
5295+
Enables adding `service.name`, `service.namespace` and `service.instance.id`
5296+
resource attributes to the `target_info` metric, on top of converting them into the `instance` and `job` labels.
5297+
5298+
It requires Prometheus >= v3.1.0.
5299+
type: boolean
52935300
promoteResourceAttributes:
52945301
description: List of OpenTelemetry Attributes that should be promoted to metric labels, defaults to none.
52955302
items:
@@ -5301,7 +5308,6 @@ spec:
53015308
translationStrategy:
53025309
description: |-
53035310
Configures how the OTLP receiver endpoint translates the incoming metrics.
5304-
If unset, Prometheus uses its default value.
53055311

53065312
It requires Prometheus >= v3.0.0.
53075313
enum:

‎gitops/apps/monitoring/upstream/kube-prometheus/crds/0prometheusagentCustomResourceDefinition.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -4564,6 +4564,13 @@ spec:
45644564
Settings related to the OTLP receiver feature.
45654565
It requires Prometheus >= v2.55.0.
45664566
properties:
4567+
keepIdentifyingResourceAttributes:
4568+
description: |-
4569+
Enables adding `service.name`, `service.namespace` and `service.instance.id`
4570+
resource attributes to the `target_info` metric, on top of converting them into the `instance` and `job` labels.
4571+
4572+
It requires Prometheus >= v3.1.0.
4573+
type: boolean
45674574
promoteResourceAttributes:
45684575
description: List of OpenTelemetry Attributes that should be promoted to metric labels, defaults to none.
45694576
items:
@@ -4575,7 +4582,6 @@ spec:
45754582
translationStrategy:
45764583
description: |-
45774584
Configures how the OTLP receiver endpoint translates the incoming metrics.
4578-
If unset, Prometheus uses its default value.
45794585

45804586
It requires Prometheus >= v3.0.0.
45814587
enum:

‎gitops/apps/monitoring/upstream/kube-prometheus/grafana-dashboardDefinitions.yaml

+1,394-2,654
Large diffs are not rendered by default.

‎gitops/apps/monitoring/upstream/kube-prometheus/kubernetesControlPlane-prometheusRule.yaml

+48-44
Large diffs are not rendered by default.

‎gitops/apps/monitoring/upstream/kustomization.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- custom-dashboards
5-
- grafana-operator/overlays/cluster_scoped
6-
- kube-prometheus
7-
- kubeprom-dashboards.yaml
8-
- kube-component-svc.yaml
9-
- kubeprom-datasource.yaml
10-
- kubeprom-grafana.yaml
4+
- custom-dashboards
5+
- grafana-operator/overlays/cluster_scoped
6+
- kube-prometheus
7+
- kubeprom-dashboards.yaml
8+
- kube-component-svc.yaml
9+
- kubeprom-datasource.yaml
10+
- kubeprom-grafana.yaml
1111
patches:
1212
- path: kubeprom-grafana-netpol-patch.yaml
1313
target:

‎npins/sources.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
128128
"repo": "kube-prometheus"
129129
},
130130
"branch": "main",
131-
"revision": "16ba4827a699f7c6f74a1bc503d518e8c89dd6a8",
132-
"url": "https://github.com/prometheus-operator/kube-prometheus/archive/16ba4827a699f7c6f74a1bc503d518e8c89dd6a8.tar.gz",
133-
"hash": "05nxbcx5ipwcavy1jn1z0isi2cdis33d2q1xn968chnqy4i43s95"
131+
"revision": "8e16c980bf74e26709484677181e6f94808a45a3",
132+
"url": "https://github.com/prometheus-operator/kube-prometheus/archive/8e16c980bf74e26709484677181e6f94808a45a3.tar.gz",
133+
"hash": "01q8f8cixddz6j7445db7zsvkcm46ag5s8bfa42di250nzi0hcxf"
134134
},
135135
"kubevirt": {
136136
"type": "GitRelease",

0 commit comments

Comments
 (0)
Please sign in to comment.