forked from RemoteSync/grafana-meta-monitoring-chart
Compare commits
13 Commits
update_gra
...
chore/upda
Author | SHA1 | Date | |
---|---|---|---|
|
7e38d19814 | ||
|
3879207e05 | ||
|
cd42da2197 | ||
|
56cab04af8 | ||
|
b99140d3f4 | ||
|
749e271455 | ||
|
de91b4dac7 | ||
|
9f6e52d7a1 | ||
|
ab42a96949 | ||
|
386ff25fca | ||
|
c6889131a7 | ||
|
2739bae0c0 | ||
|
cea8076b75 |
30
.github/configs/updatecli.d/grafana.yaml
vendored
30
.github/configs/updatecli.d/grafana.yaml
vendored
@@ -1,30 +0,0 @@
|
|||||||
name: Bump grafana version specified in the values.yaml
|
|
||||||
sources:
|
|
||||||
latestGrafanaRelease:
|
|
||||||
name: Get latest grafana release on Github
|
|
||||||
kind: githubrelease
|
|
||||||
spec:
|
|
||||||
owner: grafana
|
|
||||||
repository: grafana
|
|
||||||
token: '{{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }}'
|
|
||||||
versionfilter:
|
|
||||||
kind: latest
|
|
||||||
transformers:
|
|
||||||
- trimprefix: "v"
|
|
||||||
conditions:
|
|
||||||
grafanaImagePublished:
|
|
||||||
name: Ensure the latest Grafana is published on DockerHub
|
|
||||||
kind: dockerimage
|
|
||||||
source-id: latestGrafanaRelease
|
|
||||||
spec:
|
|
||||||
image: "grafana/grafana"
|
|
||||||
targets:
|
|
||||||
grafana:
|
|
||||||
name: Update Grafana version in values.yaml
|
|
||||||
kind: helmchart
|
|
||||||
spec:
|
|
||||||
file: values.yaml
|
|
||||||
key: $.grafana.version
|
|
||||||
name: charts/meta-monitoring
|
|
||||||
versionincrement: none
|
|
||||||
sourceid: latestGrafanaRelease
|
|
@@ -175,35 +175,3 @@ jobs:
|
|||||||
labels: dependencies
|
labels: dependencies
|
||||||
branch: chore/update-minio
|
branch: chore/update-minio
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
|
||||||
updateGrafana:
|
|
||||||
name: Update the Grafana version
|
|
||||||
runs-on: "ubuntu-latest"
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Install Updatecli
|
|
||||||
uses: updatecli/updatecli-action@v2
|
|
||||||
|
|
||||||
- name: Run Updatecli
|
|
||||||
id: update-grafana
|
|
||||||
run: |
|
|
||||||
updatecli apply --config ${UPDATECLI_CONFIG_DIR}/grafana.yaml
|
|
||||||
if ! git diff --exit-code > /dev/null; then
|
|
||||||
echo "changed=true" >> "${GITHUB_OUTPUT}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Create pull request
|
|
||||||
if: steps.update-grafana.outputs.changed == 'true'
|
|
||||||
uses: peter-evans/create-pull-request@v5
|
|
||||||
with:
|
|
||||||
title: "[dependency] Update the Grafana version"
|
|
||||||
body: "Updates the Grafana version"
|
|
||||||
base: main
|
|
||||||
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
|
||||||
committer: "GitHub <noreply@github.com>"
|
|
||||||
commit-message: Update Grafana version
|
|
||||||
labels: dependencies
|
|
||||||
branch: chore/update-minio
|
|
||||||
delete-branch: true
|
|
||||||
|
@@ -10,9 +10,9 @@ dependencies:
|
|||||||
version: 5.3.0
|
version: 5.3.0
|
||||||
- name: tempo-distributed
|
- name: tempo-distributed
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
version: 1.9.5
|
version: 1.9.9
|
||||||
- name: minio
|
- name: minio
|
||||||
repository: https://charts.min.io
|
repository: https://charts.min.io
|
||||||
version: 5.2.0
|
version: 5.2.0
|
||||||
digest: sha256:6244c08b5829d6dbd363b736e55c5182274d65191672e7aeecaf3bb62f3f34fb
|
digest: sha256:5328702b5f6b0487aba8f7bc77d6abfcd5e094569e9205cd725971e3e31255dd
|
||||||
generated: "2024-05-07T07:02:47.839270709Z"
|
generated: "2024-05-08T07:03:21.797461955Z"
|
||||||
|
@@ -33,7 +33,7 @@ dependencies:
|
|||||||
condition: local.metrics.enabled
|
condition: local.metrics.enabled
|
||||||
- name: tempo-distributed
|
- name: tempo-distributed
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
version: 1.9.5
|
version: 1.9.9
|
||||||
condition: local.traces.enabled
|
condition: local.traces.enabled
|
||||||
- name: minio
|
- name: minio
|
||||||
repository: https://charts.min.io
|
repository: https://charts.min.io
|
||||||
|
Binary file not shown.
BIN
charts/meta-monitoring/charts/tempo-distributed-1.9.9.tgz
Normal file
BIN
charts/meta-monitoring/charts/tempo-distributed-1.9.9.tgz
Normal file
Binary file not shown.
@@ -32,7 +32,7 @@ spec:
|
|||||||
- 0
|
- 0
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: grafana/grafana:{{- .Values.grafana.version }}
|
image: grafana/grafana:10.0.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
@@ -49,6 +49,9 @@ spec:
|
|||||||
- containerPort: 7946
|
- containerPort: 7946
|
||||||
name: memberlist
|
name: memberlist
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
envFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: minio
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
httpGet:
|
httpGet:
|
||||||
|
@@ -31,7 +31,6 @@ local:
|
|||||||
enabled: false # This should be set to true if any of the previous is enabled
|
enabled: false # This should be set to true if any of the previous is enabled
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
version: 10.0.0
|
|
||||||
# Gateway ingress configuration
|
# Gateway ingress configuration
|
||||||
ingress:
|
ingress:
|
||||||
# -- Specifies whether an ingress for the gateway should be created
|
# -- Specifies whether an ingress for the gateway should be created
|
||||||
@@ -181,7 +180,7 @@ metrics:
|
|||||||
# Additional metrics to retain
|
# Additional metrics to retain
|
||||||
extraMetrics: []
|
extraMetrics: []
|
||||||
|
|
||||||
# Set enabled = true to add the default logs/metrics/traces dashboards to the local Grafana
|
# Set enabled = true to add the default logs dashboards to the local Grafana
|
||||||
dashboards:
|
dashboards:
|
||||||
logs:
|
logs:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -190,11 +189,6 @@ dashboards:
|
|||||||
traces:
|
traces:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
global:
|
|
||||||
minio:
|
|
||||||
rootUser: "rootuser"
|
|
||||||
rootPassword: "rootpassword"
|
|
||||||
|
|
||||||
kubeStateMetrics:
|
kubeStateMetrics:
|
||||||
# Scrape https://github.com/kubernetes/kube-state-metrics by default
|
# Scrape https://github.com/kubernetes/kube-state-metrics by default
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -230,9 +224,9 @@ loki:
|
|||||||
common:
|
common:
|
||||||
storage:
|
storage:
|
||||||
s3:
|
s3:
|
||||||
access_key_id: "{{ .Values.global.minio.rootUser }}"
|
access_key_id: "${rootUser}"
|
||||||
endpoint: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc:9000"
|
endpoint: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc:9000"
|
||||||
secret_access_key: "{{ .Values.global.minio.rootPassword }}"
|
secret_access_key: "${rootPassword}"
|
||||||
compactor:
|
compactor:
|
||||||
retention_enabled: true
|
retention_enabled: true
|
||||||
delete_request_store: s3
|
delete_request_store: s3
|
||||||
@@ -255,8 +249,24 @@ loki:
|
|||||||
installOperator: false
|
installOperator: false
|
||||||
lokiCanary:
|
lokiCanary:
|
||||||
enabled: false
|
enabled: false
|
||||||
test:
|
write:
|
||||||
enabled: false
|
extraArgs:
|
||||||
|
- "-config.expand-env=true"
|
||||||
|
extraEnvFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: "minio"
|
||||||
|
read:
|
||||||
|
extraArgs:
|
||||||
|
- "-config.expand-env=true"
|
||||||
|
extraEnvFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: "minio"
|
||||||
|
backend:
|
||||||
|
extraArgs:
|
||||||
|
- "-config.expand-env=true"
|
||||||
|
extraEnvFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: "minio"
|
||||||
|
|
||||||
alloy:
|
alloy:
|
||||||
alloy:
|
alloy:
|
||||||
@@ -293,30 +303,31 @@ alloy:
|
|||||||
mimir-distributed:
|
mimir-distributed:
|
||||||
minio:
|
minio:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
global:
|
||||||
|
extraEnvFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: "minio"
|
||||||
mimir:
|
mimir:
|
||||||
structuredConfig:
|
structuredConfig:
|
||||||
alertmanager_storage:
|
alertmanager_storage:
|
||||||
s3:
|
s3:
|
||||||
bucket_name: mimir-ruler
|
bucket_name: mimir-ruler
|
||||||
access_key_id: "{{ .Values.global.minio.rootUser }}"
|
|
||||||
endpoint: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc:9000"
|
|
||||||
secret_access_key: "{{ .Values.global.minio.rootPassword }}"
|
|
||||||
insecure: true
|
|
||||||
blocks_storage:
|
blocks_storage:
|
||||||
backend: s3
|
backend: s3
|
||||||
s3:
|
s3:
|
||||||
bucket_name: mimir-tsdb
|
bucket_name: mimir-tsdb
|
||||||
access_key_id: "{{ .Values.global.minio.rootUser }}"
|
|
||||||
endpoint: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc:9000"
|
|
||||||
secret_access_key: "{{ .Values.global.minio.rootPassword }}"
|
|
||||||
insecure: true
|
|
||||||
ruler_storage:
|
ruler_storage:
|
||||||
s3:
|
s3:
|
||||||
bucket_name: mimir-ruler
|
bucket_name: mimir-ruler
|
||||||
access_key_id: "{{ .Values.global.minio.rootUser }}"
|
common:
|
||||||
endpoint: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc:9000"
|
storage:
|
||||||
secret_access_key: "{{ .Values.global.minio.rootPassword }}"
|
backend: s3
|
||||||
insecure: true
|
s3:
|
||||||
|
bucket_name: mimir-ruler
|
||||||
|
access_key_id: "${rootUser}"
|
||||||
|
endpoint: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc:9000"
|
||||||
|
secret_access_key: "${rootPassword}"
|
||||||
|
insecure: true
|
||||||
limits:
|
limits:
|
||||||
compactor_blocks_retention_period: 30d
|
compactor_blocks_retention_period: 30d
|
||||||
|
|
||||||
@@ -329,12 +340,39 @@ tempo-distributed:
|
|||||||
s3:
|
s3:
|
||||||
bucket: tempo
|
bucket: tempo
|
||||||
endpoint: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc:9000"
|
endpoint: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc:9000"
|
||||||
access_key: "{{ .Values.global.minio.rootUser }}"
|
access_key: "${rootUser}"
|
||||||
secret_key: "{{ .Values.global.minio.rootPassword }}"
|
secret_key: "${rootPassword}"
|
||||||
insecure: true
|
insecure: true
|
||||||
compactor:
|
distributor:
|
||||||
compaction:
|
extraArgs:
|
||||||
block_retention: 30d
|
- "-config.expand-env=true"
|
||||||
|
extraEnvFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: "minio"
|
||||||
|
ingester:
|
||||||
|
extraArgs:
|
||||||
|
- "-config.expand-env=true"
|
||||||
|
extraEnvFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: "minio"
|
||||||
|
compactor:
|
||||||
|
extraArgs:
|
||||||
|
- "-config.expand-env=true"
|
||||||
|
extraEnvFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: "minio"
|
||||||
|
querier:
|
||||||
|
extraArgs:
|
||||||
|
- "-config.expand-env=true"
|
||||||
|
extraEnvFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: "minio"
|
||||||
|
queryFrontend:
|
||||||
|
extraArgs:
|
||||||
|
- "-config.expand-env=true"
|
||||||
|
extraEnvFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: "minio"
|
||||||
traces:
|
traces:
|
||||||
otlp:
|
otlp:
|
||||||
http:
|
http:
|
||||||
@@ -343,8 +381,7 @@ tempo-distributed:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
rootUser: rootuser
|
existingSecret: "minio"
|
||||||
rootPassword: rootpassword
|
|
||||||
buckets:
|
buckets:
|
||||||
- name: loki-chunks
|
- name: loki-chunks
|
||||||
policy: none
|
policy: none
|
||||||
|
@@ -25,17 +25,17 @@
|
|||||||
```
|
```
|
||||||
kubectl create secret generic logs -n meta \
|
kubectl create secret generic logs -n meta \
|
||||||
--from-literal=username=<logs username> \
|
--from-literal=username=<logs username> \
|
||||||
--from-literal=password=<token>
|
--from-literal=password=<token> \
|
||||||
--from-literal=endpoint='https://logs-prod-us-central1.grafana.net/loki/api/v1/push'
|
--from-literal=endpoint='https://logs-prod-us-central1.grafana.net/loki/api/v1/push'
|
||||||
|
|
||||||
kubectl create secret generic metrics -n meta \
|
kubectl create secret generic metrics -n meta \
|
||||||
--from-literal=username=<metrics username> \
|
--from-literal=username=<metrics username> \
|
||||||
--from-literal=password=<token>
|
--from-literal=password=<token> \
|
||||||
--from-literal=endpoint='https://prometheus-us-central1.grafana.net/api/prom/push'
|
--from-literal=endpoint='https://prometheus-us-central1.grafana.net/api/prom/push'
|
||||||
|
|
||||||
kubectl create secret generic traces -n meta \
|
kubectl create secret generic traces -n meta \
|
||||||
--from-literal=username=<OTLP instance ID> \
|
--from-literal=username=<OTLP instance ID> \
|
||||||
--from-literal=password=<token>
|
--from-literal=password=<token> \
|
||||||
--from-literal=endpoint='https://otlp-gateway-prod-us-east-0.grafana.net/otlp'
|
--from-literal=endpoint='https://otlp-gateway-prod-us-east-0.grafana.net/otlp'
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -67,6 +67,14 @@
|
|||||||
kubectl create namespace meta
|
kubectl create namespace meta
|
||||||
```
|
```
|
||||||
|
|
||||||
|
1. Create a secret named `minio` with the user and password for the local Minio:
|
||||||
|
|
||||||
|
```
|
||||||
|
kubectl create secret generic minio -n meta \
|
||||||
|
--from-literal=rootPassword=<password> \
|
||||||
|
--from-literal=rootUser=<user>
|
||||||
|
```
|
||||||
|
|
||||||
1. Create a values.yaml file based on the [default one](../charts/meta-monitoring/values.yaml). An example minimal values.yaml looks like this:
|
1. Create a values.yaml file based on the [default one](../charts/meta-monitoring/values.yaml). An example minimal values.yaml looks like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user