feature: TSG-21852 service_function_status support fieldstat4
This commit is contained in:
@@ -15,7 +15,6 @@ extern "C"
|
||||
#include "vxlan.h"
|
||||
#include "packet_io.h"
|
||||
#include "sf_metrics.h"
|
||||
#include "health_check.h"
|
||||
#include "global_metrics.h"
|
||||
#include "gmock_marsio.h"
|
||||
|
||||
@@ -87,7 +86,6 @@ inline struct gtest_frame *gtest_frame_new(const char *json_file, const char *de
|
||||
system(cmdline);
|
||||
|
||||
EXPECT_TRUE(LOG_INIT("./conf/zlog.conf") == 0);
|
||||
health_check_session_init(profile);
|
||||
sce_ctx = sce_ctx_create(profile);
|
||||
EXPECT_TRUE(sce_ctx != nullptr);
|
||||
|
||||
|
||||
@@ -70,11 +70,6 @@ prometheus_listen_port=9001
|
||||
prometheus_listen_url=/sce_prometheus
|
||||
|
||||
[metrics]
|
||||
# Kafka Topic: POLICY-RULE-METRIC
|
||||
enable=0
|
||||
interval_s=1
|
||||
telegraf_bind_address=127.0.0.1
|
||||
telegraf_listen_port=8300
|
||||
output_fs_interval_ms=500
|
||||
output_kafka_interval_ms=1000
|
||||
data_center=center-xxg-tsgx
|
||||
|
||||
Reference in New Issue
Block a user