Skip to content

Commit

Permalink
Add to allowed list
Browse files Browse the repository at this point in the history
  • Loading branch information
dkeysil committed Mar 15, 2024
1 parent c71e1f3 commit b342dba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions domain/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ var (
MetricJSONRPCRequest: nil,
MetricJSONRPCSuccess: nil,
MetricJSONRPCThrottled: nil,
MetricJSONRPCCacheError: nil,
MetricJSONRPCCacheHit: nil,
MetricJSONRPCCacheMiss: nil,
MetricJSONRPCCacheLatency: nil,
MetricJSONRPCCacheSize: nil,
MetricJSONRPCCachePollError: nil,
MetricJSONRPCCachePollSuccess: nil,
MetricPublicAPIProxyLatency: nil,
MetricPublicAPIProxyRequest: nil,
MetricPublicAPIProxySuccess: nil,
Expand Down Expand Up @@ -178,5 +185,7 @@ var (
MetricJSONRPCRequest,
MetricJSONRPCSuccess,
MetricJSONRPCThrottled,
MetricJSONRPCCacheHit,
MetricJSONRPCCacheMiss,
}
)

0 comments on commit b342dba

Please sign in to comment.