Skip to content

Commit c0a8d58

Browse files
committed
working on stub page for prometheus
1 parent c1e405f commit c0a8d58

File tree

5 files changed

+57
-17
lines changed

5 files changed

+57
-17
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
title: Prometheus
2+
category: page
3+
slug: prometheus
4+
sortorder: 0602
5+
toc: False
6+
sidebartitle: Prometheus
7+
meta: Prometheus is an open source monitoring tool that can be used to instrument and report on Python web apps.
8+
9+
10+
# Prometheus
11+
[Prometheus](https://prometheus.io/)
12+
([source code](https://github.com/prometheus/prometheus)) is an open
13+
source [monitoring](/monitoring.html) tool that can be used to instrument
14+
and report on Python [web applications](/web-development.html).
15+
16+
<a href="https://prometheus.io/" style="border: none;"><img src="/img/logos/prometheus.jpg" width="100%" alt="Prometheus project logo." class="shot"></a>
17+
18+
19+
### Prometheus resources
20+
* This primer on [Prometheus](https://www.kartar.net/2017/10/prometheus/)
21+
walks through installation, configuration and metrics collection.
22+

static/img/logos/prometheus.jpg

61.2 KB
Loading
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<h3>What topic do you want to learn next?</h3>
1+
<h3>What do you want to learn about next?</h3>
22
<div class="row">
3-
<div class="c4">
4-
<div class="well select-next">
5-
{% include "choices/buttons/web-analytics.html" %}
6-
</div>
7-
</div>
8-
<div class="c4">
9-
<div class="well select-next">
10-
{% include "choices/buttons/configuration-management.html" %}
11-
</div>
12-
</div>
13-
<div class="c4">
14-
<div class="well select-next">
15-
{% include "choices/buttons/application-programming-interfaces.html" %}
16-
</div>
17-
</div>
3+
<div class="c4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/configuration-management.html" %}
6+
</div>
7+
</div>
8+
<div class="c4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/web-analytics.html" %}
11+
</div>
12+
</div>
13+
<div class="c4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/application-programming-interfaces.html" %}
16+
</div>
17+
</div>
1818
</div>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What topic do you want to learn about next?</h3>
2+
<div class="row">
3+
<div class="c4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/web-frameworks.html" %}
6+
</div>
7+
</div>
8+
<div class="c4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/web-analytics.html" %}
11+
</div>
12+
</div>
13+
<div class="c4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/application-programming-interfaces.html" %}
16+
</div>
17+
</div>
18+
</div>

theme/templates/table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h4>5.10 <a href="/serverless.html">Serverless Architectures</a></h4>
188188

189189
<h3>6. <a href="/devops.html">DevOps</a></h3>
190190
<h4>6.1 <a href="/monitoring.html">Monitoring</a></h4>
191-
<div class="tc sn">Prometheus</div>
191+
<div class="tc"><a href="/prometheus.html">Prometheus</a></div>
192192
<div class="tc"><a href="/rollbar.html">Rollbar</a></div>
193193
<div class="tc sn">Sentry</div>
194194
<div class="tc sn">Scout</div>

0 commit comments

Comments
 (0)