Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: use default scrape intervals #8495

Merged
merged 2 commits into from
Dec 16, 2024
Merged

fix: use default scrape intervals #8495

merged 2 commits into from
Dec 16, 2024

Conversation

onedr0p
Copy link
Owner

@onedr0p onedr0p commented Dec 16, 2024

Test out default performance with prom v3

@bot-ross bot-ross bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Dec 16, 2024
@bot-ross
Copy link
Contributor

bot-ross bot commented Dec 16, 2024

--- HelmRelease: observability/grafana ConfigMap: observability/grafana

+++ HelmRelease: observability/grafana ConfigMap: observability/grafana

@@ -34,14 +34,12 @@

     domain = grafana.devbu.io
   datasources.yaml: |
     apiVersion: 1
     datasources:
     - access: proxy
       isDefault: true
-      jsonData:
-        timeInterval: 1m
       name: Prometheus
       type: prometheus
       uid: prometheus
       url: http://prometheus-operated.observability.svc.cluster.local:9090
     - access: proxy
       jsonData:
--- HelmRelease: observability/kube-prometheus-stack Prometheus: observability/kube-prometheus-stack

+++ HelmRelease: observability/kube-prometheus-stack Prometheus: observability/kube-prometheus-stack

@@ -29,13 +29,12 @@

   logLevel: info
   logFormat: logfmt
   listenLocal: false
   enableAdminAPI: true
   enableFeatures:
   - memory-snapshot-on-shutdown
-  scrapeInterval: 1m
   resources:
     limits:
       memory: 1500Mi
     requests:
       cpu: 100m
   retention: 14d

@bot-ross
Copy link
Contributor

bot-ross bot commented Dec 16, 2024

--- kubernetes/main/apps/observability/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack

+++ kubernetes/main/apps/observability/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack

@@ -150,13 +150,12 @@

           requests:
             cpu: 100m
         retention: 14d
         retentionSize: 50GB
         ruleSelectorNilUsesHelmValues: false
         scrapeConfigSelectorNilUsesHelmValues: false
-        scrapeInterval: 1m
         serviceMonitorSelectorNilUsesHelmValues: false
         storageSpec:
           volumeClaimTemplate:
             spec:
               resources:
                 requests:
--- kubernetes/main/apps/observability/grafana/app Kustomization: flux-system/grafana HelmRelease: observability/grafana

+++ kubernetes/main/apps/observability/grafana/app Kustomization: flux-system/grafana HelmRelease: observability/grafana

@@ -173,14 +173,12 @@

     datasources:
       datasources.yaml:
         apiVersion: 1
         datasources:
         - access: proxy
           isDefault: true
-          jsonData:
-            timeInterval: 1m
           name: Prometheus
           type: prometheus
           uid: prometheus
           url: http://prometheus-operated.observability.svc.cluster.local:9090
         - access: proxy
           jsonData:

@onedr0p onedr0p merged commit 433895a into main Dec 16, 2024
10 checks passed
@onedr0p onedr0p deleted the onedr0p-patch-1 branch December 16, 2024 22:23
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area/kubernetes Changes made in the kubernetes directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant