@@ -2867,8 +2867,8 @@ removeSubject:j
2867
2867
} ;
2868
2868
} ] ) , angular . module ( "openshiftConsole" ) . factory ( "MetricsService" , [ "$filter" , "$http" , "$q" , "$rootScope" , "APIDiscovery" , function ( a , b , c , d , e ) {
2869
2869
function f ( ) {
2870
- return angular . isDefined ( l ) ? c . when ( l ) :e . getMetricsURL ( ) . then ( function ( a ) {
2871
- return l = ( a || "" ) . replace ( / \/ $ / , "" ) ;
2870
+ return angular . isDefined ( k ) ? c . when ( k ) :e . getMetricsURL ( ) . then ( function ( a ) {
2871
+ return k = ( a || "" ) . replace ( / \/ $ / , "" ) ;
2872
2872
} ) ;
2873
2873
}
2874
2874
function g ( a ) {
@@ -2888,47 +2888,33 @@ return a ? a + "/metrics/stats/query" :a;
2888
2888
} ) ;
2889
2889
}
2890
2890
function j ( a ) {
2891
- switch ( a ) {
2892
- case "network/rx_rate" :
2893
- case "network/tx_rate" :
2894
- return "pod" ;
2895
-
2896
- default :
2897
- return "pod_container" ;
2898
- }
2899
- }
2900
- function k ( a ) {
2901
2891
return f ( ) . then ( function ( b ) {
2902
- var c , d = j ( a . metric ) ;
2903
- return a . stacked ? ( c = b + p , URI . expand ( c , {
2904
- podUID :a . pod . metadata . uid ,
2905
- metric :a . metric ,
2906
- type :d
2907
- } ) . toString ( ) ) :( c = b + o , URI . expand ( c , {
2892
+ var c = b + n ;
2893
+ return URI . expand ( c , {
2908
2894
podUID :a . pod . metadata . uid ,
2909
2895
containerName :a . containerName ,
2910
2896
metric :a . metric
2911
- } ) . toString ( ) ) ;
2897
+ } ) . toString ( ) ;
2912
2898
} ) ;
2913
2899
}
2914
- var l , m , n , o = "/gauges/{containerName}%2F{podUID}%2F{metric}/data" , p = "/gauges/data?stacked=true&tags=descriptor_name:{metric},type:{type},pod_id:{podUID}" , q = function ( a ) {
2900
+ var k , l , m , n = "/gauges/{containerName}%2F{podUID}%2F{metric}/data" , o = function ( a ) {
2915
2901
return f ( ) . then ( function ( c ) {
2916
- return ! ! c && ( ! a || ( ! ! m || ! n && b . get ( c ) . then ( function ( ) {
2917
- return m = ! 0 , ! 0 ;
2902
+ return ! ! c && ( ! a || ( ! ! l || ! m && b . get ( c ) . then ( function ( ) {
2903
+ return l = ! 0 , ! 0 ;
2918
2904
} , function ( a ) {
2919
- return n = ! 0 , d . $broadcast ( "metrics-connection-failed" , {
2905
+ return m = ! 0 , d . $broadcast ( "metrics-connection-failed" , {
2920
2906
url :c ,
2921
2907
response :a
2922
2908
} ) , ! 1 ;
2923
2909
} ) ) ) ;
2924
2910
} ) ;
2925
- } , r = function ( a ) {
2911
+ } , p = function ( a ) {
2926
2912
var b = a . split ( "/" ) ;
2927
2913
return {
2928
2914
podUID :b [ 1 ] ,
2929
2915
descriptor :b [ 2 ] + "/" + b [ 3 ]
2930
2916
} ;
2931
- } , s = function ( a , c , d ) {
2917
+ } , q = function ( a , c , d ) {
2932
2918
var e = _ . indexBy ( d . pods , "metadata.uid" ) ;
2933
2919
return b . post ( a , c , {
2934
2920
auth :{ } ,
@@ -2939,31 +2925,31 @@ Accept:"application/json",
2939
2925
}
2940
2926
} ) . then ( function ( a ) {
2941
2927
var b = { } , c = function ( a , c ) {
2942
- var d = r ( c ) , f = _ . get ( e , [ d . podUID , "metadata" , "name" ] ) , h = g ( a ) ;
2928
+ var d = p ( c ) , f = _ . get ( e , [ d . podUID , "metadata" , "name" ] ) , h = g ( a ) ;
2943
2929
_ . set ( b , [ d . descriptor , f ] , h ) ;
2944
2930
} ;
2945
2931
return _ . each ( a . data . counter , c ) , _ . each ( a . data . gauge , c ) , b ;
2946
2932
} ) ;
2947
- } , t = _ . template ( "descriptor_name:network/tx_rate|network/rx_rate,type:pod,pod_id:<%= uid %>" ) , u = _ . template ( "descriptor_name:memory/usage|cpu/usage_rate,type:pod_container,pod_id:<%= uid %>,container_name:<%= containerName %>" ) , v = function ( a ) {
2933
+ } , r = _ . template ( "descriptor_name:network/tx_rate|network/rx_rate,type:pod,pod_id:<%= uid %>" ) , s = _ . template ( "descriptor_name:memory/usage|cpu/usage_rate,type:pod_container,pod_id:<%= uid %>,container_name:<%= containerName %>" ) , t = function ( a ) {
2948
2934
return i ( ) . then ( function ( b ) {
2949
2935
var d = {
2950
2936
bucketDuration :a . bucketDuration ,
2951
2937
start :a . start
2952
2938
} ;
2953
2939
a . end && ( d . end = a . end ) ;
2954
2940
var e = [ ] , f = h ( _ . map ( a . pods , "metadata.uid" ) ) , g = _ . assign ( {
2955
- tags :u ( {
2941
+ tags :s ( {
2956
2942
uid :f ,
2957
2943
containerName :a . containerName
2958
2944
} )
2959
2945
} , d ) ;
2960
- e . push ( s ( b , g , a ) ) ;
2946
+ e . push ( q ( b , g , a ) ) ;
2961
2947
var i = _ . assign ( {
2962
- tags :t ( {
2948
+ tags :r ( {
2963
2949
uid :f
2964
2950
} )
2965
2951
} , d ) ;
2966
- return e . push ( s ( b , i , a ) ) , c . all ( e ) . then ( function ( a ) {
2952
+ return e . push ( q ( b , i , a ) ) , c . all ( e ) . then ( function ( a ) {
2967
2953
var b = { } ;
2968
2954
return _ . each ( a , function ( a ) {
2969
2955
_ . assign ( b , a ) ;
@@ -2972,10 +2958,10 @@ _.assign(b, a);
2972
2958
} ) ;
2973
2959
} ;
2974
2960
return {
2975
- isAvailable :q ,
2961
+ isAvailable :o ,
2976
2962
getMetricsURL :f ,
2977
2963
get :function ( a ) {
2978
- return k ( a ) . then ( function ( c ) {
2964
+ return j ( a ) . then ( function ( c ) {
2979
2965
if ( ! c ) return null ;
2980
2966
var d = {
2981
2967
bucketDuration :a . bucketDuration ,
@@ -2996,7 +2982,7 @@ data:g(b.data)
2996
2982
} ) ;
2997
2983
} ) ;
2998
2984
} ,
2999
- getPodMetrics :v
2985
+ getPodMetrics :t
3000
2986
} ;
3001
2987
} ] ) , angular . module ( "openshiftConsole" ) . factory ( "StorageService" , [ "APIService" , "DataService" , function ( a , b ) {
3002
2988
return {
0 commit comments