Skip to content

Releases: faxm0dem/grafana-riemann-websocket-datasource

Release v0.1.6

21 Sep 14:12
31a4431
Compare
Choose a tag to compare
Use 'pipe' variable format instead of default

Previously, when user selected multiple variables, this query

```
service ~= "$service"
```

was expanded into

```
service ~= "{svc1, svc2}"
```

After the change, it will be turned correctly into

```
service ~= "svc1|svc2"
```

We use `pipe` instead of `regex` because there seems to be a bug in
riemann that will make the following fail

```
host ~= "host1\.example\.com|host2\.example\.com"
```

pipe doesn't backslash the dot but this is a workaround

i

Release v0.1.5

05 May 06:47
38430fd
Compare
Choose a tag to compare
Add support for Mirabelle

In Mirabelle https://github.com/mcorbin/Mirabelle websocket events
have timestamp in fractional seconds.

Release v0.1.4

28 Jan 11:04
Compare
Choose a tag to compare
Prepare for v0.1.4

Release v0.1.3

20 Nov 16:52
Compare
Choose a tag to compare
Fix dependency syntax

Second release

18 Nov 10:52
Compare
Choose a tag to compare

Hopefully last release before signing

Initial release

18 Nov 08:57
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Releasing this plugin to an unsuspecting world