Move in progress apps temporarily
This commit is contained in:
parent
ba04aa108c
commit
6eaaf8e9be
360 changed files with 6171 additions and 55 deletions
|
|
@ -1,22 +0,0 @@
|
|||
import { ConvictSchema } from "./types";
|
||||
|
||||
export interface IMetricsConfig {
|
||||
address: string;
|
||||
port: number;
|
||||
}
|
||||
|
||||
export const MetricsConfig: ConvictSchema<IMetricsConfig> = {
|
||||
address: {
|
||||
doc: "The ip address to bind the prometheus metrics to",
|
||||
format: "ipaddress",
|
||||
default: "127.0.0.1",
|
||||
env: "METRICS_ADDRESS",
|
||||
},
|
||||
port: {
|
||||
doc: "The port to bind the prometheus metrics to",
|
||||
format: "port",
|
||||
default: 3002,
|
||||
env: "METRICS_PORT",
|
||||
arg: "port",
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue