Armand Grillet

Results 22 comments of Armand Grillet

This looks like a Slack issue due to iOS and desktop working but not Android.

@brendamuir What should we do with that PR? I see that the branch has conflicts with `main`.

No data does not respect the `for` setting by design, the idea being to alert right away when datasources are not returning data. > Documentation is not clear about this...

This is done for Slack but might happen for other messages, leaving this issue open.

https://github.com/grafana/grafana/pull/46997 should fix the issue in 8.4, 8.5, and forward.

The fix above has been backported to 9.2 and 9.3, next releases will thus include the fix.

The button should not have been displayed in the first place, the alert state history is currently only available for Grafana managed alerts, cloud alerts do not have their state...

@gillesdemey Is it resolved by https://github.com/grafana/grafana/pull/61952 ?

I've simplified the tests a bit and compared to the [official Go client](https://github.com/prometheus/client_golang) so that we see what an official implementation returns. ## The tests In Swift, the test file...

I think we need to divide the syntax highlighting in 3 parts: - Current line, a cool way to highlight the sentence you are writing. - Technical stuff, displaying links,...