Skip to content

Commit

Permalink
[APM][ECO] renaming log error rate to log error % (elastic#189700)
Browse files Browse the repository at this point in the history
closes elastic#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">
  • Loading branch information
cauemarcondes authored Aug 1, 2024
1 parent 9b009e0 commit bd5c273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %',
}),
},
];
Expand All @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit bd5c273

Please sign in to comment.