Hey Guys,
I have this timeline it is created for each log together with the logs:
rate({Customer=“$Customer”, env=“$env”, filename=~“.*$Log”} [$__auto])
{Customer=“$Customer”, env=“$env”, filename=~“.*$Log”}
I want to colour the timeline green for info yellow for warn (1warn 0 error) and red for error (if 1 or more error doesn’t matter if there is a warn).
Auto Suggestion is Gradient stuff or just colours the points and not the complete line.
I tried a few things but didn’t really manage to get to my desired result.
Does someone know how to do it?