[APM][ECO] renaming log error rate to log error % (#189700)

closes https://github.com/elastic/kibana/issues/189354

<img width="188" alt="Screenshot 2024-08-01 at 09 28 47"
src="https://github.com/user-attachments/assets/9be41354-6c26-4752-bcb6-22c6226cf6b6">
<img width="608" alt="Screenshot 2024-08-01 at 09 30 00"
src="https://github.com/user-attachments/assets/11e83898-5d0a-4a99-8174-fa6e46705e7a">
This commit is contained in:
Cauê Marcondes 2024-08-01 13:42:22 +01:00 committed by GitHub
parent 9b009e0f29
commit bd5c273032
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ export function LogErrorRateChart({ height }: { height: number }) {
type: 'linemark',
color: currentPeriodColor,
title: i18n.translate('xpack.apm.logs.chart.logsErrorRate', {
defaultMessage: 'Log Error Rate',
defaultMessage: 'Log Error %',
}),
},
];
@ -80,7 +80,7 @@ export function LogErrorRateChart({ height }: { height: number }) {
<EuiTitle size="xs">
<h2>
{i18n.translate('xpack.apm.logErrorRate', {
defaultMessage: 'Log error rate',
defaultMessage: 'Log error %',
})}
</h2>
</EuiTitle>

View file

@ -224,7 +224,7 @@ export function getServiceColumns({
name: (
<ColumnHeader
label={i18n.translate('xpack.apm.multiSignal.servicesTable.logErrorRate', {
defaultMessage: 'Log error rate',
defaultMessage: 'Log error %',
})}
formula={getMetricsFormula(ChartMetricType.LOG_ERROR_RATE)}
toolTip={