Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
ddf5b326
Verified
Commit
ddf5b326
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Add admin docs about monitoring.
parent
1750563e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!383
Resolve "Prometheus exporter"
Pipeline
#4295
passed
4 years ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/admin/04_monitoring.rst
+39
-0
39 additions, 0 deletions
docs/admin/04_monitoring.rst
with
39 additions
and
0 deletions
docs/admin/04_monitoring.rst
0 → 100644
+
39
−
0
View file @
ddf5b326
Monitoring
##########
Prometheus
**********
AlekSIS provides a metric endpoint at `/metrics`, so you can scrape metrics in
your Prometheus instance.
Available metrics
=================
The exporter provides metrics about responses and requests, e.g. statistics
about response codes, request latency and requests per view. It also
provides data about database operations.
Prometheus config to get metrics
================================
To get metrics of your AlekSIS instance, just add the following to your
`prometheus.yml`::
- job_name: aleksis
static_configs:
- targets: ['my.aleksis-instance.com']
metrics_path: /metrics
Grafana
*******
Visualise metrics with Grafana
==============================
If you want to visualise your AlekSIS metrics with Grafana, you can use one
of the public available Grafana dashboards, for example the following one,
or just write your own.
https://grafana.com/grafana/dashboards/9528
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment