Skip to content

Commit

Permalink
Optimize cache persistence (#385)
Browse files Browse the repository at this point in the history
* Optimize cache persistence

* Update dashboard

* Hide diffs for generated dashboards

Co-authored-by: eduardo <[email protected]>
  • Loading branch information
kolesnikovae and eh-am authored Sep 20, 2021
1 parent c2d922f commit 106ebde
Show file tree
Hide file tree
Showing 20 changed files with 837 additions and 677 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
monitoring/gen/* linguist-generated
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ require (
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.29.0
github.com/pyroscope-io/dotnetdiag v1.2.1
github.com/pyroscope-io/lfu-go v1.0.4
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rlmcpherson/s3gof3r v0.5.0 // indirect
github.com/shirou/gopsutil v3.21.4+incompatible
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,6 @@ github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
github.com/prometheus/statsd_exporter v0.15.0/go.mod h1:Dv8HnkoLQkeEjkIE4/2ndAA7WL1zHKK7WMqFQqu72rw=
github.com/pyroscope-io/dotnetdiag v1.2.1 h1:3XEMrfFJnZ87BiEhozyQKmCUAuMd/Spq7KChPuD2Cf0=
github.com/pyroscope-io/dotnetdiag v1.2.1/go.mod h1:eFUEHCp4eD1TgcXMlJihC+R4MrqGf7nTRdWxNADbDHA=
github.com/pyroscope-io/lfu-go v1.0.4 h1:mdL+AbcsmGMsQvfEYMxPzB2g5g+1XuCDQT+KDPvtQcE=
github.com/pyroscope-io/lfu-go v1.0.4/go.mod h1:3W9sGrDLhKFkHZPXkz6c5dAKrxcwkKbFFKnJtDukMDA=
github.com/pyroscope-io/revive v1.0.6-0.20210330033039-4a71146f9dc1 h1:0v9lBNgdmVtpyyk9PP/DfpJlOHkXriu5YgNlrhQw5YE=
github.com/pyroscope-io/revive v1.0.6-0.20210330033039-4a71146f9dc1/go.mod h1:tSw34BaGZ0iF+oVKDOjq1/LuxGifgW7shaJ6+dBYFXg=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down
137 changes: 24 additions & 113 deletions monitoring/gen/benchmark-dashboard.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 106ebde

Please sign in to comment.