Skip to content

Commit

Permalink
Merge branch 'main' into add-amazonlinux2-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Mar 22, 2023
2 parents c93ebcd + d58a258 commit 2b444b0
Show file tree
Hide file tree
Showing 7 changed files with 1,227 additions and 302 deletions.
9 changes: 9 additions & 0 deletions src/core/metrics/metrics_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,17 @@ func GetCalculationMap() map[string]string {
"nginx.http.conn.current": "avg",
"nginx.http.conn.dropped": "sum",
"nginx.http.conn.idle": "avg",
"nginx.cache.bypass": "sum",
"nginx.cache.expired": "sum",
"nginx.cache.hit": "sum",
"nginx.cache.miss": "sum",
"nginx.cache.revalidated": "sum",
"nginx.cache.stale": "sum",
"nginx.cache.updating": "sum",
"nginx.upstream.response.buffered": "sum",
"nginx.upstream.request.failed": "sum",
"nginx.upstream.request.count": "sum",
"nginx.upstream.next.count": "sum",
"nginx.upstream.response.failed": "sum",
"nginx.workers.count": "avg",
"nginx.workers.rlimit_nofile": "avg",
Expand Down
Loading

0 comments on commit 2b444b0

Please sign in to comment.