Skip to content

Commit

Permalink
Merge pull request Kiali-QE#432 from pbajjuri20/pbajjuri_ui_graph
Browse files Browse the repository at this point in the history
Update_graph_display_values
  • Loading branch information
pbajjuri20 authored Aug 5, 2021
2 parents 10ee2fb + 94252c0 commit 0d03785
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kiali_qe/components/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ class GraphType(StringEnum):


class GraphPageDisplayFilter(StringEnum):
REQUEST_RATE = ('Request Rate')
RESPONSE_TIME = ('Response Time')
THROUGHPUT = ('Throughput')
REQUEST_DISTRIBUTION = ('Request Distribution')
TRAFFIC_DISTRIBUTION = ('Traffic Distribution')
TRAFFIC_RATE = ('Traffic Rate')
CLUSTER_BOXES = ('Cluster Boxes')
NAMESPACE_BOXES = ('Namespace Boxes')
COMPRESSED_HIDE = ('Compressed Hide')
Expand Down Expand Up @@ -219,6 +219,7 @@ class WorkloadsPageFilter(StringEnum):
WORKLOAD_NAME = ('Workload Name')
WORKLOAD_TYPE = ('Workload Type')
ISTIO_SIDECAR = ('Istio Sidecar')
ISTIO_TYPE = ('Istio Type')
HEALTH = ('Health')
APP_LABEL = ('App Label')
VERSION_LABEL = ('Version Label')
Expand Down

0 comments on commit 0d03785

Please sign in to comment.