We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6924d commit ceff040Copy full SHA for ceff040
1 file changed
x-pack/plugins/apm/public/services/rest/observability_dashboard.ts
@@ -34,13 +34,15 @@ export const fetchLandingPageData = async (
34
appLink: '/app/apm',
35
stats: {
36
services: {
37
+ type: 'number',
38
label: i18n.translate(
39
'xpack.apm.observabilityDashboard.stats.services',
40
{ defaultMessage: 'Services' }
41
),
42
value: serviceCount,
43
},
44
transactions: {
45
46
47
'xpack.apm.observabilityDashboard.stats.transactions',
48
{ defaultMessage: 'Transactions' }
0 commit comments