Add experimental disclamer
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
'example-backend': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
|
||||
@@ -20,6 +20,10 @@ import promBundle from 'express-prom-bundle';
|
||||
import prom from 'prom-client';
|
||||
import * as url from 'url';
|
||||
|
||||
/**
|
||||
* Experimental Prometheus metrics used to benchmark the performance of the
|
||||
* software catalog. Use this at your own risk.
|
||||
*/
|
||||
const rootRegEx = new RegExp('^/([^/]*)/.*');
|
||||
const apiRegEx = new RegExp('^/api/([^/]*)/.*');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user