Skip to content

Commit

Permalink
Merge pull request #56 from systemli/Bump-Exporter-Version-to-1.2.4
Browse files Browse the repository at this point in the history
Bump Exporter Version to 1.2.4
  • Loading branch information
0x46616c6b authored Feb 2, 2024
2 parents 88319f3 + 994550c commit b3201f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This role installs and configure a prometheus metrics exporter for [Jitsi Meet](
## Role Variables

```yaml
prometheus_jitsi_meet_exporter_version: 1.1.9
prometheus_jitsi_meet_exporter_version: 1.2.4
prometheus_jitsi_meet_exporter_videobridge_url: http://localhost:8080/colibri/stats
prometheus_jitsi_meet_exporter_listen: :9888
```
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
prometheus_jitsi_meet_exporter_version: 1.1.9
prometheus_jitsi_meet_exporter_version: 1.2.4
prometheus_jitsi_meet_exporter_videobridge_url: http://localhost:8080/colibri/stats
prometheus_jitsi_meet_exporter_listen: :9888

0 comments on commit b3201f0

Please sign in to comment.