File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
charts/perfectscale-agent Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 5656 value : " {{ .Values.settings.httpPort }}"
5757 - name : SCRAPE_FREQUENCY_TIME
5858 value : " {{ .Values.settings.scrapingInterval }}"
59+ - name : PUSH_TELEMETRY_FREQUENCY
60+ value : " {{ .Values.settings.pushTelemetryFrequency }}"
5961 - name : KUBE_API_TIMEOUT
6062 value : " {{ .Values.settings.kubeAPITimeoutSec }}"
6163 - name : DATA_RETENTION_TIME
7072 value : " {{ .Values.settings.psUrl }}"
7173 - name : UPLOAD_POLICY_URL
7274 value : " {{ .Values.settings.uploadPolicyUrl }}"
75+ - name : TELEMETRY_URL
76+ value : " {{ .Values.settings.telemetryUrl }}"
7377 - name : RAW_TIME_WINDOW_SIZE_MINUTES
7478 value : " {{ .Values.settings.rawTimeWindowSizeMinutes | default " 10m" }}"
7579 - name : UPLOAD_POLICY_REFRESH_PCT
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 1
22image :
33 repository : public.ecr.aws/perfectscale-io/psc-exporter
44 pullPolicy : Always
5- tag : " v0.0.41 "
5+ tag : " v0.0.42 "
66settings :
77 deployKubeStateMetrics : true
88 serviceId : " psc-exporter"
@@ -11,6 +11,8 @@ settings:
1111 httpPort : " :8080"
1212 psUrl : " https://api.app.perfectscale.io/psc-tenant-manager"
1313 uploadPolicyUrl : " https://api.app.perfectscale.io/psc-presigned-policy"
14+ telemetryUrl : " https://api.app.perfectscale.io/psc-telemetry"
15+ pushTelemetryFrequency : " 1m"
1416 scrapingInterval : " 30s"
1517 ksmTimeout : " 30s"
1618 kubeAPITimeoutSec : " 3"
@@ -105,6 +107,8 @@ kube-state-metrics:
105107 metricLabelsAllowlist :
106108 - nodes=[*]
107109 - pods=[*]
110+ metricAnnotationsAllowList :
111+ - pods=[gitops.perfectscale.io/user-spec]
108112 collectors :
109113 - cronjobs
110114 - daemonsets
You can’t perform that action at this time.
0 commit comments