From ef209e11d5f59e4cb580746e51893baad1ef1121 Mon Sep 17 00:00:00 2001 From: Pranshu Chittora Date: Wed, 4 May 2022 13:52:44 +0530 Subject: [PATCH] fix: resource attribute error message --- .../MetricsApplication/ResourceAttributesFilter/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/container/MetricsApplication/ResourceAttributesFilter/index.tsx b/frontend/src/container/MetricsApplication/ResourceAttributesFilter/index.tsx index 403b88ae4a..a531e3d674 100644 --- a/frontend/src/container/MetricsApplication/ResourceAttributesFilter/index.tsx +++ b/frontend/src/container/MetricsApplication/ResourceAttributesFilter/index.tsx @@ -206,7 +206,10 @@ function ResourceAttributesFilter(): JSX.Element | null { Loading...{' '} ) : ( - No data available for {state.value} + + No resource attributes available to filter. Please refer docs to send + attributes. + ) } />