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
ff79702a
Commit
ff79702a
authored
1 year ago
by
Waleed Akbar
Browse files
Options
Downloads
Patches
Plain Diff
No need messages
parent
1e56397e
No related branches found
No related tags found
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/backend/tests/messagesBackend.py
+0
-17
0 additions, 17 deletions
src/telemetry/backend/tests/messagesBackend.py
with
0 additions
and
17 deletions
src/telemetry/backend/tests/messagesBackend.py
+
0
−
17
View file @
ff79702a
...
@@ -13,20 +13,3 @@
...
@@ -13,20 +13,3 @@
# limitations under the License.
# limitations under the License.
def
create_kafka_config_a
(
bootstrap_server
:
str
,
exporter_endpoint
:
str
,
kafka_topic
:
str
,
run_duration
:
int
,
fetch_interval
:
int
):
"""
Provide ...
Bootstrap_server IP address as String.
Exporter endpoint with port <http://ip:port(metrics)> address as String.
Kafka topic name as String.
Total duration of the test as Int.
Fetch_interval as Int.
"""
_bootstrap_servers
=
bootstrap_server
_exporter_endpoint
=
exporter_endpoint
_kafka_topic
=
kafka_topic
_run_duration
=
run_duration
_fetch_interval
=
fetch_interval
return
_bootstrap_servers
,
_exporter_endpoint
,
_kafka_topic
,
_run_duration
,
_fetch_interval
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