Skip to content

Commit

Permalink
[RAM] Allow alert table to show new alert status on apm (#150500)
Browse files Browse the repository at this point in the history
## Summary

Add new alert status on APM alerts table

Before:
<img width="1318" alt="image"
src="https://user-images.githubusercontent.com/189600/217375931-167777fb-b71c-4bfb-9c34-cbebb3d69a89.png">


After:
<img width="1310" alt="image"
src="https://user-images.githubusercontent.com/189600/217375668-6e9ee5af-1163-4f3e-aded-b83ac12b0b8f.png">
  • Loading branch information
XavierM authored Feb 7, 2023
1 parent 95fc20b commit 447cbfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export function AlertsOverview() {
configurationId={AlertConsumers.OBSERVABILITY}
featureIds={[AlertConsumers.APM]}
query={esQuery}
showAlertStatusWithFlapping
showExpandToDetails={false}
/>
)}
Expand Down

0 comments on commit 447cbfd

Please sign in to comment.