Skip to content

Commit

Permalink
Add Grafana dashboard example (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
axsuul authored Jan 17, 2023
1 parent b53c43b commit fe0c395
Show file tree
Hide file tree
Showing 4 changed files with 1,125 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.env
.DS_Store
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ plex_video_transcode_sessions_count{state="playing"} 1.0
plex_media_downloads_count{user_id="1",username="axsuul"} 1.0
plex_media_downloads_count{user_id="2",username="hoarder"} 3.0
```

## Grafana

Use this [panel JSON file](examples/grafana/dashboard.json) to import a Grafana dashboard that looks like

![Grafana Dashboard Example](examples/grafana/screenshot.png)
Loading

0 comments on commit fe0c395

Please sign in to comment.