Skip to content

Commit

Permalink
Merge pull request #62 from empathyco/fix/slo-ns
Browse files Browse the repository at this point in the history
Update slos-latency.yaml
  • Loading branch information
jmsantorum authored May 30, 2024
2 parents 9351c09 + 7b38320 commit 526f695
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/motive-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes

type: application

version: 2.0.9
version: 2.0.10

appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/motive-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# motive-service

![Version: 2.0.9](https://img.shields.io/badge/Version-2.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 2.0.10](https://img.shields.io/badge/Version-2.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
1 change: 1 addition & 0 deletions charts/motive-service/templates/slos-bool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
prometheus: k8s
role: alert-rules
release: prometheus
namespace: {{ .namespace | default "monitoring" }}
pyrra.dev/team: {{ .team | default "motive" }}
{{- with .slackChannel }}
pyrra.dev/slack_channel: {{ . }}
Expand Down
3 changes: 2 additions & 1 deletion charts/motive-service/templates/slos-latency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
prometheus: k8s
role: alert-rules
release: prometheus
namespace: {{ .namespace | default "monitoring" }}
pyrra.dev/team: {{ .team | default "motive" }}
{{- with .slackChannel }}
pyrra.dev/slack_channel: {{ . }}
Expand Down Expand Up @@ -42,4 +43,4 @@ spec:
target: "{{ .target | default 99 }}"
window: "{{ .window | default "4w" }}"
{{ end }}
{{- end }}
{{- end }}
1 change: 1 addition & 0 deletions charts/motive-service/templates/slos-ratio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
prometheus: k8s
role: alert-rules
release: prometheus
namespace: {{ .namespace | default "monitoring" }}
pyrra.dev/team: {{ .team | default "motive" }}
{{- with .slackChannel }}
pyrra.dev/slack_channel: {{ . }}
Expand Down
3 changes: 3 additions & 0 deletions charts/motive-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ slos:
latency: []
# - name: latency
# description: ""
# namespace: ""
# team: ""
# slackChannel: ""
# extraLabels: {}
Expand All @@ -599,6 +600,7 @@ slos:
ratio: []
# - name: ratio
# description: ""
# namespace: ""
# team: ""
# slackChannel: ""
# extraLabels: {}
Expand All @@ -615,6 +617,7 @@ slos:
bool: []
# - name: bool
# description: ""
# namespace: ""
# team: ""
# slackChannel: ""
# extraLabels: {}
Expand Down

0 comments on commit 526f695

Please sign in to comment.