Skip to content

Commit 812e70f

Browse files
authored
fix: updating label since chart shows selectable interval (#830)
1 parent 9ccc33d commit 812e70f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

projects/observability/src/pages/apis/api-detail/metrics/api-metrics.dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export const apiMetricsDashboard: DashboardDefaultConfiguration = {
376376
},
377377
{
378378
type: 'text-widget',
379-
text: 'Calls per minute'
379+
text: 'Calls'
380380
},
381381
{
382382
type: 'cartesian-widget',

projects/observability/src/pages/apis/backend-detail/metrics/backend-metrics.dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export const backendMetricsDashboard: DashboardDefaultConfiguration = {
344344
},
345345
{
346346
type: 'text-widget',
347-
text: 'Calls per minute'
347+
text: 'Calls'
348348
},
349349
{
350350
type: 'cartesian-widget',

projects/observability/src/pages/apis/service-detail/metrics/service-metrics.dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export const serviceMetricsDashboard: DashboardDefaultConfiguration = {
376376
},
377377
{
378378
type: 'text-widget',
379-
text: 'Calls per minute'
379+
text: 'Calls'
380380
},
381381
{
382382
type: 'cartesian-widget',

0 commit comments

Comments
 (0)