Skip to content
Snippets Groups Projects
Commit f71b957f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Service component - L2NM IETF L2VPN ServiceHandler:

- Corrected metrics labels
parent 19fc7863
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!87Context & Device Performance Enhancements
...@@ -26,7 +26,7 @@ from service.service.task_scheduler.TaskExecutor import TaskExecutor ...@@ -26,7 +26,7 @@ from service.service.task_scheduler.TaskExecutor import TaskExecutor
LOGGER = logging.getLogger(__name__) LOGGER = logging.getLogger(__name__)
METRICS_POOL = MetricsPool('Service', 'Handler', labels={'handler': 'tapi_tapi'}) METRICS_POOL = MetricsPool('Service', 'Handler', labels={'handler': 'l2nm_ietf_l2vpn'})
class L2NM_IETFL2VPN_ServiceHandler(_ServiceHandler): class L2NM_IETFL2VPN_ServiceHandler(_ServiceHandler):
def __init__( # pylint: disable=super-init-not-called def __init__( # pylint: disable=super-init-not-called
......
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