diff --git a/config/job_risk_third.json b/config/job_risk_third.json index e31082f..76af1f0 100644 --- a/config/job_risk_third.json +++ b/config/job_risk_third.json @@ -17,8 +17,8 @@ }, "prometheus":{ "host": { - "address": "127.0.0.1", - "port": 9091 + "address": "http://prometheus.ningdatech.com", + "port": 80 }, "path": "/metrics" }, diff --git a/internal/services/services.go b/internal/services/services.go index 4db04af..bfa1100 100644 --- a/internal/services/services.go +++ b/internal/services/services.go @@ -18,7 +18,6 @@ type JobRiskThirdServices interface { PushUserInfo(req proto.PushUserInfoRequest) error //PushFeatureInfo 推送的风险结果信息 PushFeatureInfo(req proto.PushFeatureInfoRequest) error - // HealthCheck check service health status HealthCheck() bool }