Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(plugin/prometheus): fix an error of ngx.re.gsub (#11115)
Summary The second param of ngx.re.gsub() is a regex pattern, so \\ is actually \, which is an invalid regex. Note: ngx.re.gsub() is different from string.gsub()! This PR gives the correct regex to ngx.re.gsub(). * fix ngx.re.gsub * style lint
- Loading branch information
f005013
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:f0050135c204d9cc4f716a103de2bbbeb9539dc2
Artifacts available https://github.com/Kong/kong/actions/runs/5385332601