|
|
@@ -9,43 +9,43 @@ func init() {
|
|
|
}
|
|
|
|
|
|
var (
|
|
|
- M_Instance_Start Counter
|
|
|
- M_Page_Status_200 Counter
|
|
|
- M_Page_Status_500 Counter
|
|
|
- M_Page_Status_404 Counter
|
|
|
- M_Page_Status_Unknown Counter
|
|
|
- M_Api_Status_200 Counter
|
|
|
- M_Api_Status_404 Counter
|
|
|
- M_Api_Status_500 Counter
|
|
|
- M_Api_Status_Unknown Counter
|
|
|
- M_Proxy_Status_200 Counter
|
|
|
- M_Proxy_Status_404 Counter
|
|
|
- M_Proxy_Status_500 Counter
|
|
|
- M_Proxy_Status_Unknown Counter
|
|
|
- M_Api_User_SignUpStarted Counter
|
|
|
- M_Api_User_SignUpCompleted Counter
|
|
|
- M_Api_User_SignUpInvite Counter
|
|
|
- M_Api_Dashboard_Save Timer
|
|
|
- M_Api_Dashboard_Get Timer
|
|
|
- M_Api_Dashboard_Search Timer
|
|
|
- M_Api_Admin_User_Create Counter
|
|
|
- M_Api_Login_Post Counter
|
|
|
- M_Api_Login_OAuth Counter
|
|
|
- M_Api_Org_Create Counter
|
|
|
- M_Api_Dashboard_Snapshot_Create Counter
|
|
|
- M_Api_Dashboard_Snapshot_External Counter
|
|
|
- M_Api_Dashboard_Snapshot_Get Counter
|
|
|
- M_Models_Dashboard_Insert Counter
|
|
|
- M_Alerting_Result_State_Alerting Counter
|
|
|
- M_Alerting_Result_State_Ok Counter
|
|
|
- M_Alerting_Result_State_Paused Counter
|
|
|
- M_Alerting_Result_State_NoData Counter
|
|
|
- M_Alerting_Result_State_Pending Counter
|
|
|
- M_Alerting_Active_Alerts Counter
|
|
|
- M_Alerting_Notification_Sent_Slack Counter
|
|
|
- M_Alerting_Notification_Sent_Email Counter
|
|
|
- M_Alerting_Notification_Sent_Webhook Counter
|
|
|
- M_Alerting_Notification_Sent_PagerDuty Counter
|
|
|
+ M_Instance_Start Counter
|
|
|
+ M_Page_Status_200 Counter
|
|
|
+ M_Page_Status_500 Counter
|
|
|
+ M_Page_Status_404 Counter
|
|
|
+ M_Page_Status_Unknown Counter
|
|
|
+ M_Api_Status_200 Counter
|
|
|
+ M_Api_Status_404 Counter
|
|
|
+ M_Api_Status_500 Counter
|
|
|
+ M_Api_Status_Unknown Counter
|
|
|
+ M_Proxy_Status_200 Counter
|
|
|
+ M_Proxy_Status_404 Counter
|
|
|
+ M_Proxy_Status_500 Counter
|
|
|
+ M_Proxy_Status_Unknown Counter
|
|
|
+ M_Api_User_SignUpStarted Counter
|
|
|
+ M_Api_User_SignUpCompleted Counter
|
|
|
+ M_Api_User_SignUpInvite Counter
|
|
|
+ M_Api_Dashboard_Save Timer
|
|
|
+ M_Api_Dashboard_Get Timer
|
|
|
+ M_Api_Dashboard_Search Timer
|
|
|
+ M_Api_Admin_User_Create Counter
|
|
|
+ M_Api_Login_Post Counter
|
|
|
+ M_Api_Login_OAuth Counter
|
|
|
+ M_Api_Org_Create Counter
|
|
|
+ M_Api_Dashboard_Snapshot_Create Counter
|
|
|
+ M_Api_Dashboard_Snapshot_External Counter
|
|
|
+ M_Api_Dashboard_Snapshot_Get Counter
|
|
|
+ M_Models_Dashboard_Insert Counter
|
|
|
+ M_Alerting_Result_State_Alerting Counter
|
|
|
+ M_Alerting_Result_State_Ok Counter
|
|
|
+ M_Alerting_Result_State_Paused Counter
|
|
|
+ M_Alerting_Result_State_NoData Counter
|
|
|
+ M_Alerting_Result_State_Pending Counter
|
|
|
+ M_Alerting_Active_Alerts Counter
|
|
|
+ M_Alerting_Notification_Sent_Slack Counter
|
|
|
+ M_Alerting_Notification_Sent_Email Counter
|
|
|
+ M_Alerting_Notification_Sent_Webhook Counter
|
|
|
+ M_Alerting_Notification_Sent_PagerDuty Counter
|
|
|
M_Alerting_Notification_Sent_Victorops Counter
|
|
|
|
|
|
// Timers
|