mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
feat: added prometheus metrics support
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
import {ConfigFile} from '../src/common';
|
||||
|
||||
const config: ConfigFile = {
|
||||
activeVersions: ['1\\.0\\.\\d+','2\\.0\\.\\d+'],
|
||||
activeVersions: ['1\\.0\\.\\d+', '2\\.0\\.\\d+'],
|
||||
hiddenRoutes: ['/bulk'],
|
||||
metrics: false,
|
||||
outdatedVersions: ['0\\.8\\.\\d+', '0\\.5\\.\\d+', '0\\.6\\.\\d+', '0\\.7\\.\\d+'],
|
||||
output: '/etc/nginx/http.d/default.conf',
|
||||
rateLimitAllowList: ['127.0.0.1/32'],
|
||||
|
||||
Reference in New Issue
Block a user