mirror of
https://github.com/prometheus/docs.git
synced 2026-02-05 06:45:01 +01:00
add perses as another visualisation tool (#2673)
* add perses as another visualisation tool Signed-off-by: Augustin Husson <augustin.husson@amadeus.com> * add a short description of Perses and apply review Signed-off-by: Augustin Husson <augustin.husson@amadeus.com> --------- Signed-off-by: Augustin Husson <augustin.husson@amadeus.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Console templates
|
||||
sort_rank: 3
|
||||
sort_rank: 4
|
||||
---
|
||||
|
||||
Console templates allow for creation of arbitrary consoles using the [Go
|
||||
|
||||
37
docs/visualization/perses.md
Normal file
37
docs/visualization/perses.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
title: Perses support for Prometheus
|
||||
nav_title: Perses
|
||||
sort_rank: 3
|
||||
---
|
||||
|
||||
[Perses](https://perses.dev) is an open-source dashboard and visualization platform designed for observability, with
|
||||
native support for Prometheus as a data source.
|
||||
It enables users to create, manage, and share dashboards for monitoring metrics and visualizing data.
|
||||
Perses aims to provide a simple, flexible, and extensible alternative to other dashboarding tools, focusing on ease of
|
||||
use, community-driven development, GitOps capabilities and dashboard as code approach.
|
||||
|
||||
Here is an example of a Perses dashboard querying Prometheus for data:
|
||||
|
||||
[](/assets/docs/perses_prometheus.png)
|
||||
|
||||
## Installing
|
||||
|
||||
To install Perses, see the official [Perses documentation](https://perses.dev/perses/docs/installation/in-a-container/).
|
||||
|
||||
## Using
|
||||
|
||||
By default, Perses will be listening on port `8080`. You can access the web UI at `http://localhost:8080`. There is no
|
||||
login by default.
|
||||
|
||||
### Creating a Prometheus data source
|
||||
|
||||
To learn about how to set up a data source in Perses, please refer
|
||||
to [Perses documentation](https://perses.dev/perses/docs/concepts/datasources).
|
||||
Once this connection to your Prometheus instance is configured, you are able to query it from the Dashboard and Explore
|
||||
views.
|
||||
|
||||
### Importing pre-built dashboards
|
||||
|
||||
Perses is providing a set of pre-built dashboards that you can import into your instance. These dashboards are
|
||||
maintained by the community and can be found in
|
||||
the [Perses dashboard repository](https://github.com/perses/community-dashboards)
|
||||
BIN
public/assets/docs/perses_prometheus.png
Normal file
BIN
public/assets/docs/perses_prometheus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 513 KiB |
Reference in New Issue
Block a user