mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
9b009e0f29
commit
bd5c273032
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue