Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
70ebba42
Commit
70ebba42
authored
1 year ago
by
Waleed Akbar
Browse files
Options
Downloads
Patches
Plain Diff
corrected package name to "telemetry_frontend"
parent
8cf8288c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!294
Release TeraFlowSDN 4.0
,
!207
Resolve "(CTTC) Separation of Monitoring"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/telemetry_frontend/service/TelemetryFrontendService.py
+1
-1
1 addition, 1 deletion
src/telemetry_frontend/service/TelemetryFrontendService.py
with
1 addition
and
1 deletion
src/telemetry_frontend/service/TelemetryFrontendService.py
+
1
−
1
View file @
70ebba42
...
...
@@ -17,7 +17,7 @@ from common.Settings import get_service_port_grpc
from
monitoring.service.NameMapping
import
NameMapping
from
common.tools.service.GenericGrpcService
import
GenericGrpcService
from
common.proto.telemetry_frontend_pb2_grpc
import
add_TelemetryFrontendServiceServicer_to_server
from
telemetryfrontend.service.TelemetryFrontendServiceServicerImpl
import
TelemetryFrontendServiceServicerImpl
from
telemetry
_
frontend.service.TelemetryFrontendServiceServicerImpl
import
TelemetryFrontendServiceServicerImpl
class
TelemetryFrontendService
(
GenericGrpcService
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment