File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,16 @@ prometheus-adapter:
234
234
name :
235
235
as : " requests_per_second"
236
236
metricsQuery : " sum(rate(<<.Series>>{<<.LabelMatchers>>}[3m])) by (<<.GroupBy>>)"
237
+ - seriesQuery : ' hiero_mirror_web3_evm_gas_used_total{application="web3",namespace!="",pod!=""}'
238
+ resources :
239
+ overrides :
240
+ namespace :
241
+ resource : " namespace"
242
+ pod :
243
+ resource : " pod"
244
+ name :
245
+ as : " evm_gas_used_per_second"
246
+ metricsQuery : ' sum(rate(<<.Series>>{<<.LabelMatchers>>}[3m])) by (<<.GroupBy>>)'
237
247
238
248
prometheus :
239
249
alertmanager :
Original file line number Diff line number Diff line change @@ -104,6 +104,13 @@ hpa:
104
104
target :
105
105
type : Utilization
106
106
averageUtilization : 80
107
+ - type : Pods
108
+ pods :
109
+ metric :
110
+ name : evm_gas_used_per_second
111
+ target :
112
+ type : AverageValue
113
+ averageValue : 6750k
107
114
minReplicas : 1
108
115
109
116
image :
You can’t perform that action at this time.
0 commit comments