Commit d319e351 authored by Richard Hartmann's avatar Richard Hartmann Committed by Richard Hartmann

Update instrumentation.md

Try to trigger rebuild; might fix https://github.com/prometheus/docs/issues/1045Signed-off-by: 's avatarRichard Hartmann <richih@debian.org>
parent 28248c9b
...@@ -10,7 +10,7 @@ This page provides an opinionated set of guidelines for instrumenting your code. ...@@ -10,7 +10,7 @@ This page provides an opinionated set of guidelines for instrumenting your code.
## How to instrument ## How to instrument
The short answer is to instrument everything. Every library, subsystem and The short answer is to instrument everything. Every library, subsystem and
service should have at least a few metrics to give you a rough idea of how it is service should expose at least a few metrics to give you a rough idea of how it is
performing. performing.
Instrumentation should be an integral part of your code. Instantiate the metric Instrumentation should be an integral part of your code. Instantiate the metric
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment