|
|
@ -262,19 +262,20 @@ type configStruct struct {
|
|
|
|
} `yaml:"callback"`
|
|
|
|
} `yaml:"callback"`
|
|
|
|
|
|
|
|
|
|
|
|
Prometheus struct {
|
|
|
|
Prometheus struct {
|
|
|
|
Enable bool `yaml:"enable"`
|
|
|
|
Enable bool `yaml:"enable"`
|
|
|
|
ApiPrometheusPort []int `yaml:"apiPrometheusPort"`
|
|
|
|
PrometheusUrl string `yaml:"prometheusUrl"`
|
|
|
|
UserPrometheusPort []int `yaml:"userPrometheusPort"`
|
|
|
|
ApiPrometheusPort []int `yaml:"apiPrometheusPort"`
|
|
|
|
FriendPrometheusPort []int `yaml:"friendPrometheusPort"`
|
|
|
|
UserPrometheusPort []int `yaml:"userPrometheusPort"`
|
|
|
|
MessagePrometheusPort []int `yaml:"messagePrometheusPort"`
|
|
|
|
FriendPrometheusPort []int `yaml:"friendPrometheusPort"`
|
|
|
|
MessageGatewayPrometheusPort []int `yaml:"messageGatewayPrometheusPort"`
|
|
|
|
MessagePrometheusPort []int `yaml:"messagePrometheusPort"`
|
|
|
|
GroupPrometheusPort []int `yaml:"groupPrometheusPort"`
|
|
|
|
MessageGatewayPrometheusPort []int `yaml:"messageGatewayPrometheusPort"`
|
|
|
|
AuthPrometheusPort []int `yaml:"authPrometheusPort"`
|
|
|
|
GroupPrometheusPort []int `yaml:"groupPrometheusPort"`
|
|
|
|
PushPrometheusPort []int `yaml:"pushPrometheusPort"`
|
|
|
|
AuthPrometheusPort []int `yaml:"authPrometheusPort"`
|
|
|
|
ConversationPrometheusPort []int `yaml:"conversationPrometheusPort"`
|
|
|
|
PushPrometheusPort []int `yaml:"pushPrometheusPort"`
|
|
|
|
RtcPrometheusPort []int `yaml:"rtcPrometheusPort"`
|
|
|
|
ConversationPrometheusPort []int `yaml:"conversationPrometheusPort"`
|
|
|
|
MessageTransferPrometheusPort []int `yaml:"messageTransferPrometheusPort"`
|
|
|
|
RtcPrometheusPort []int `yaml:"rtcPrometheusPort"`
|
|
|
|
ThirdPrometheusPort []int `yaml:"thirdPrometheusPort"`
|
|
|
|
MessageTransferPrometheusPort []int `yaml:"messageTransferPrometheusPort"`
|
|
|
|
|
|
|
|
ThirdPrometheusPort []int `yaml:"thirdPrometheusPort"`
|
|
|
|
} `yaml:"prometheus"`
|
|
|
|
} `yaml:"prometheus"`
|
|
|
|
Notification notification `yaml:"notification"`
|
|
|
|
Notification notification `yaml:"notification"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|