5.0.5 Fix Prometheus bug on listening address in K8S (both IPv6 and Ipv4) and remove...
[ric-plt/e2.git] / RIC-E2-TERMINATION / sctpThread.h
index ebfda28..6ea3748 100644 (file)
@@ -144,12 +144,9 @@ typedef struct sctp_params {
     string configFilePath {};
     string configFileName {};
     bool trace = true;
-    string prometheusMode {"pull"};
-    string prometheusPushAddress {"127.0.0.1:7676"};
     shared_ptr<prometheus::Registry> prometheusRegistry;
     string prometheusPort {"8088"};
     Family<Counter> *prometheusFamily;
-    Gateway *prometheusGateway = nullptr;
     Exposer *prometheusExposer = nullptr;
 } sctp_params_t;