Skip to content

Commit b63770c

Browse files
committed
add perses as another visualisation tool
Signed-off-by: Augustin Husson <[email protected]>
1 parent f52f7a0 commit b63770c

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

docs/visualization/consoles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Console templates
3-
sort_rank: 3
3+
sort_rank: 4
44
---
55

66
Console templates allow for creation of arbitrary consoles using the [Go

docs/visualization/perses.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Perses support for Prometheus
3+
nav_title: Perses
4+
sort_rank: 3
5+
---
6+
7+
[Perses](https://perses.dev) supports Prometheus since the beginning of the project.
8+
9+
Here is an example of a Perses dashboard querying Prometheus for data:
10+
11+
[![Perses screenshot](/assets/docs/perses_prometheus.png)](/assets/docs/perses_prometheus.png)
12+
13+
## Installing
14+
15+
To install Perses, see the official [Perses documentation](https://perses.dev/perses/docs/installation/in-a-container/).
16+
17+
## Using
18+
19+
By default, Perses will be listening on port `8080`. You can access the web UI at `http://localhost:8080`. There is no
20+
login by default.
21+
22+
### Importing pre-built dashboards
23+
24+
Perses is providing a set of pre-built dashboards that you can import into your instance. These dashboards are
25+
maintained by the community and can be found in
26+
the [Perses dashboard repository](https://github.com/perses/community-dashboards)
513 KB
Loading

0 commit comments

Comments
 (0)