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 56
56
value : " {{ .Values.settings.httpPort }}"
57
57
- name : SCRAPE_FREQUENCY_TIME
58
58
value : " {{ .Values.settings.scrapingInterval }}"
59
+ - name : PUSH_TELEMETRY_FREQUENCY
60
+ value : " {{ .Values.settings.pushTelemetryFrequency }}"
59
61
- name : KUBE_API_TIMEOUT
60
62
value : " {{ .Values.settings.kubeAPITimeoutSec }}"
61
63
- name : DATA_RETENTION_TIME
70
72
value : " {{ .Values.settings.psUrl }}"
71
73
- name : UPLOAD_POLICY_URL
72
74
value : " {{ .Values.settings.uploadPolicyUrl }}"
75
+ - name : TELEMETRY_URL
76
+ value : " {{ .Values.settings.telemetryUrl }}"
73
77
- name : RAW_TIME_WINDOW_SIZE_MINUTES
74
78
value : " {{ .Values.settings.rawTimeWindowSizeMinutes | default " 10m" }}"
75
79
- name : UPLOAD_POLICY_REFRESH_PCT
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 1
2
2
image :
3
3
repository : public.ecr.aws/perfectscale-io/psc-exporter
4
4
pullPolicy : Always
5
- tag : " v0.0.41 "
5
+ tag : " v0.0.42 "
6
6
settings :
7
7
deployKubeStateMetrics : true
8
8
serviceId : " psc-exporter"
@@ -11,6 +11,8 @@ settings:
11
11
httpPort : " :8080"
12
12
psUrl : " https://api.app.perfectscale.io/psc-tenant-manager"
13
13
uploadPolicyUrl : " https://api.app.perfectscale.io/psc-presigned-policy"
14
+ telemetryUrl : " https://api.app.perfectscale.io/psc-telemetry"
15
+ pushTelemetryFrequency : " 1m"
14
16
scrapingInterval : " 30s"
15
17
ksmTimeout : " 30s"
16
18
kubeAPITimeoutSec : " 3"
@@ -105,6 +107,8 @@ kube-state-metrics:
105
107
metricLabelsAllowlist :
106
108
- nodes=[*]
107
109
- pods=[*]
110
+ metricAnnotationsAllowList :
111
+ - pods=[gitops.perfectscale.io/user-spec]
108
112
collectors :
109
113
- cronjobs
110
114
- daemonsets
You can’t perform that action at this time.
0 commit comments