Hi there,
I have 2 questions to ask regarding GrafanaV2 integration:
1. Is it possible to get included in the alert chart image (snapshot) to be parsed? If so, how can I get it? According to https://grafana.com/docs/grafana/latest/alerting/notifications/#all-supported-notifiers it should be possible, isn't it?
2. I don't see any tags created on Grafana's side for specific alert even in Raw logs. Tags field shows nothing. Is it possible to have them sent and parsed?
```
"-tags": [],
```
Thank you in advance
Hello @tselikov !
You're right about the tag support in Grafana - the PR for tags in Opsgenie was merged recently enough for it to not make it into a stable build yet
https://github.com/grafana/grafana/pull/20810
I believe this table shows tag support in the current stable release (for completenessđ):
https://github.com/grafana/grafana/blob/master/docs/sources/alerting/notifications.md#webhook
As best I can tell it looks like it should hit a release around 6.6. Alternatively, building from source should do the trick too.
For your question on charts, we don't currently support attaching Grafana plots to alerts; however, it is a feature request we have open. If you stop by support when you have a chance, we can get you added onto that request.
Hope this helps!
Hi, here is my findings regarding tags below:
That works fine for current grafana (MASTER branch), but doesnt' for the latest stable. In terms of opsgenie notifier, ofc.
Still nothing regarding chart snapshoting feature, and I sincerely hope for your advice
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.