Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
c9e87cb5
Commit
c9e87cb5
authored
Apr 15, 2016
by
Julius Volz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Abridge blog posts in index view.
parent
6a32f236
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
20 additions
and
10 deletions
+20
-10
2015-04-24-prometheus-monitring-spreads-through-the-internet.md
...4-24-prometheus-monitring-spreads-through-the-internet.md
+2
-0
2015-06-01-advanced-service-discovery.md
content/blog/2015-06-01-advanced-service-discovery.md
+1
-0
2015-06-18-practical-anomaly-detection.md
content/blog/2015-06-18-practical-anomaly-detection.md
+2
-0
2015-06-24-monitoring-dreamhack.md
content/blog/2015-06-24-monitoring-dreamhack.md
+2
-0
2015-08-17-service-discovery-with-etcd.md
content/blog/2015-08-17-service-discovery-with-etcd.md
+2
-0
2016-01-26-one-year-of-open-prometheus-development.md
...log/2016-01-26-one-year-of-open-prometheus-development.md
+2
-0
2016-03-03-custom-alertmanager-templates.md
content/blog/2016-03-03-custom-alertmanager-templates.md
+7
-5
2016-03-23-interview-with-life360.md
content/blog/2016-03-23-interview-with-life360.md
+1
-0
docs.css
content/css/docs.css
+0
-4
default.rb
lib/default.rb
+1
-1
No files found.
content/blog/2015-04-24-prometheus-monitring-spreads-through-the-internet.md
View file @
c9e87cb5
...
...
@@ -16,6 +16,8 @@ catch up on anything you missed.
In the future, we will use this blog to publish more articles and announcements
to help you get the most out of Prometheus.
<!-- more -->
## Using Prometheus
Posts on how to use Prometheus comprise the majority of online content. Here
...
...
content/blog/2015-06-01-advanced-service-discovery.md
View file @
c9e87cb5
...
...
@@ -22,6 +22,7 @@ In this blog post, we will take a closer look at the built-in service discovery
some practical examples. As an additional resource, see
[
Prometheus's configuration documentation
](
/docs/operating/configuration
)
.
<!-- more -->
## Prometheus and targets
...
...
content/blog/2015-06-18-practical-anomaly-detection.md
View file @
c9e87cb5
...
...
@@ -19,6 +19,8 @@ detect and handle with custom-built rules. The Prometheus [query
language](../../../../../docs/querying/basics/) gives you the tools to discover
these anomalies while avoiding false positives.
<!-- more -->
## Building a query
A common problem within a service is when a small number of servers are not
...
...
content/blog/2015-06-24-monitoring-dreamhack.md
View file @
c9e87cb5
...
...
@@ -30,6 +30,8 @@ or *dhtech*. This post is going to focus on the work of dhtech and how we used
Prometheus during DreamHack Summer 2015 to try to kick our monitoring up another
notch.
<!-- more -->
## The equipment
Turns out that to build a highly performant network for 10,000+
computers, you need at least the same number of network ports. In our case these
...
...
content/blog/2015-08-17-service-discovery-with-etcd.md
View file @
c9e87cb5
...
...
@@ -24,6 +24,8 @@ In this post we will implement a small utility program that connects a custom
service discovery approach based on
[
etcd
](
https://coreos.com/etcd/
)
, the
highly consistent distributed key-value store, to Prometheus.
<!-- more -->
## Targets in etcd and Prometheus
Our fictional service discovery system stores services and their
...
...
content/blog/2016-01-26-one-year-of-open-prometheus-development.md
View file @
c9e87cb5
...
...
@@ -22,6 +22,8 @@ Docker and Boexever in 2014. Over the years, Prometheus was growing more and
more mature and although it was already solving people's monitoring problems,
it was still unknown to the wider public.
<!-- more -->
## Going public
Everything changed for us a year ago, in January of 2015. After more than two
...
...
content/blog/2016-03-03-custom-alertmanager-templates.md
View file @
c9e87cb5
...
...
@@ -45,6 +45,8 @@ It shows us that there is one firing alert, followed by the label values of
the alert grouping (alertname, datacenter, app) and further label values the
alerts have in common (critical).
<!-- more -->
## Customize
If you have alerts, you should also have documentation on how to handle them –
...
...
content/blog/2016-03-23-interview-with-life360.md
View file @
c9e87cb5
...
...
@@ -33,6 +33,7 @@ services written in Go, Python, PHP, as well as plans to introduce Java to our
stack. We use Consul for service discovery, and of course our Prometheus setup
is integrated with it.
<!-- more -->
## What was your pre-Prometheus monitoring experience?
...
...
content/css/docs.css
View file @
c9e87cb5
...
...
@@ -368,7 +368,3 @@ aside {
article
{
margin
:
10px
0
60px
0
;
}
.read-more
>
a
{
color
:
#888
;
}
lib/default.rb
View file @
c9e87cb5
...
...
@@ -18,7 +18,7 @@ module BlogHelper
content
=
post
.
compiled_content
if
content
=~
/\s<!-- more -->\s/
content
=
content
.
partition
(
'<!-- more -->'
).
first
+
"<div class='read-more'><a
href='
#{
post
.
path
}
'>Continue reading &rs
aquo;</a></div>"
"<div class='read-more'><a
class='btn btn-primary' href='
#{
post
.
path
}
'>Continue reading &r
aquo;</a></div>"
end
return
content
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment