Skip to content
Snippets Groups Projects

Rht integration - Merge prometheus metrics update

Merged Alka Nixon requested to merge rht-integration into main
6 unresolved threads
Files
11
@@ -140,7 +140,7 @@ type ChannelSettings struct {
@@ -140,7 +140,7 @@ type ChannelSettings struct {
}
}
type CodecoChannels struct {
type CodecoChannels struct {
BaseName string `json:"chanelName,omitempty"`
BaseName string `json:"channelName,omitempty"`
// OtherWorkload identifies the target workload of the connection
// OtherWorkload identifies the target workload of the connection
// via its application name and workload basename.
// via its application name and workload basename.
@@ -207,7 +207,6 @@ type CodecoAppNodeStatusMetrics struct {
@@ -207,7 +207,6 @@ type CodecoAppNodeStatusMetrics struct {
AvgMemoryUsage string `json:"avgNodeMemory,omitempty"`
AvgMemoryUsage string `json:"avgNodeMemory,omitempty"`
AvgNodeFailureTolerance string `json:"avgNodeFailure,omitempty"`
AvgNodeFailureTolerance string `json:"avgNodeFailure,omitempty"`
AvgNodeEnergyExpenditure string `json:"avgNodeEnergy,omitempty"`
AvgNodeEnergyExpenditure string `json:"avgNodeEnergy,omitempty"`
AvgNodeSecurity string `json:"avgNodeSecurity,omitempty"`
}
}
// CodecoAppStatus defines the observed state of CodecoApp
// CodecoAppStatus defines the observed state of CodecoApp
Loading