-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mixin: Change from Phlare to Pyroscope (#2342)
* Fix: Change from Phlare to Pyroscope Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com> * Update: Move from Phlare to Pyroscope Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com> * make fmt --------- Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com> Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>
- Loading branch information
1 parent
9306185
commit 9df0222
Showing
5 changed files
with
157 additions
and
157 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
operations/pyroscope/jsonnet/pyroscope-mixin/pyroscope-mixin/config.libsonnet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
operations/pyroscope/jsonnet/pyroscope-mixin/pyroscope-mixin/dashboards.libsonnet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(import 'config.libsonnet') + | ||
(import 'dashboards/phlare-writes.libsonnet') + | ||
(import 'dashboards/phlare-reads.libsonnet') | ||
(import 'dashboards/pyroscope-writes.libsonnet') + | ||
(import 'dashboards/pyroscope-reads.libsonnet') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.