fix some typos
Signed-off-by: Lei Gong <lgong@alauda.io>
This commit is contained in:
parent
2be92628b7
commit
e73510d818
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ end
|
|||
|
||||
function _M.call()
|
||||
if #metrics_batch >= MAX_BATCH_SIZE then
|
||||
ngx.log(ngx.WARN, "omiting metrics for the request, current batch is full")
|
||||
ngx.log(ngx.WARN, "omitting metrics for the request, current batch is full")
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue