mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit is contained in:
parent
1f210a92d2
commit
39132a03ac
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export const toMetricOpt = (metric: InfraSnapshotMetricType) => {
|
|||
case InfraSnapshotMetricType.tx:
|
||||
return {
|
||||
text: ToolbarTranslations.OutboundTraffic,
|
||||
value: InfraSnapshotMetricType.rx,
|
||||
value: InfraSnapshotMetricType.tx,
|
||||
};
|
||||
case InfraSnapshotMetricType.logRate:
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue