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
478d1a8e
Commit
478d1a8e
authored
6 months ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Pre-merge code cleanup
parent
7a505ea2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!294
Release TeraFlowSDN 4.0
,
!276
Resolve "(CTTC) New Monitoring Module Testing and Debugging"
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/kpi_value_api.proto
+9
-9
9 additions, 9 deletions
proto/kpi_value_api.proto
with
9 additions
and
9 deletions
proto/kpi_value_api.proto
+
9
−
9
View file @
478d1a8e
...
...
@@ -19,19 +19,19 @@ import "context.proto";
import
"kpi_manager.proto"
;
service
KpiValueAPIService
{
rpc
StoreKpiValues
(
KpiValueList
)
returns
(
context.Empty
)
{}
rpc
SelectKpiValues
(
KpiValueFilter
)
returns
(
KpiValueList
)
{}
rpc
StoreKpiValues
(
KpiValueList
)
returns
(
context.Empty
)
{}
rpc
SelectKpiValues
(
KpiValueFilter
)
returns
(
KpiValueList
)
{}
rpc
GetKpiAlarms
(
kpi_manager.KpiId
)
returns
(
stream
KpiAlarms
)
{}
}
message
KpiValue
{
kpi_manager.KpiId
kpi_id
=
1
;
context.Timestamp
timestamp
=
2
;
KpiValueType
kpi_value_type
=
3
;
kpi_manager.KpiId
kpi_id
=
1
;
context.Timestamp
timestamp
=
2
;
KpiValueType
kpi_value_type
=
3
;
}
message
KpiValueList
{
repeated
KpiValue
kpi_value_list
=
1
;
repeated
KpiValue
kpi_value_list
=
1
;
}
message
KpiValueType
{
...
...
@@ -47,9 +47,9 @@ message KpiValueType {
}
message
KpiValueFilter
{
repeated
kpi_manager.KpiId
kpi_id
=
1
;
repeated
context.Timestamp
start_timestamp
=
2
;
repeated
context.Timestamp
end_timestamp
=
3
;
repeated
kpi_manager.KpiId
kpi_id
=
1
;
repeated
context.Timestamp
start_timestamp
=
2
;
repeated
context.Timestamp
end_timestamp
=
3
;
}
message
KpiAlarms
{
...
...
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