Skip to content
Snippets Groups Projects
Commit 12d224a1 authored by Waleed Akbar's avatar Waleed Akbar
Browse files

cleanup for merge

parent f0a20b9d
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!207Resolve "(CTTC) Separation of Monitoring"
......@@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: labs.etsi.org:5050/tfs/controller/kpi_manager:latest
image: labs.etsi.org:5050/tfs/controller/kpi_value_api:latest
imagePullPolicy: Always
ports:
- containerPort: 30020
......
......@@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: labs.etsi.org:5050/tfs/controller/kpi_manager:latest
image: labs.etsi.org:5050/tfs/controller/kpi_value_writer:latest
imagePullPolicy: Always
ports:
- containerPort: 30030
......
......@@ -12,14 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import logging, signal, sys, threading, time
from prometheus_client import start_http_server
from common.Constants import ServiceNameEnum
from common.Settings import (
ENVVAR_SUFIX_SERVICE_HOST, ENVVAR_SUFIX_SERVICE_PORT_GRPC, get_env_var_name, get_log_level, get_metrics_port,
wait_for_environment_variables)
from common.proto import monitoring_pb2
from .NameMapping import NameMapping # import updated
import logging, signal, sys, threading
from common.Settings import get_log_level
from .KpiManagerService import KpiManagerService
terminate = threading.Event()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment