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
338984ec
Commit
338984ec
authored
Apr 17, 2016
by
Fabian Reinartz
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #410 from prometheus/rename-guidelines
Rename "X guidelines" docs to "Writing X"
parents
700cac86
0a711488
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
clientlibs.md
content/docs/instrumenting/clientlibs.md
+1
-1
exporters.md
content/docs/instrumenting/exporters.md
+1
-1
writing_clientlibs.md
content/docs/instrumenting/writing_clientlibs.md
+2
-2
writing_exporters.md
content/docs/instrumenting/writing_exporters.md
+2
-2
No files found.
content/docs/instrumenting/clientlibs.md
View file @
338984ec
...
...
@@ -35,7 +35,7 @@ dependencies, you may also implement one of the supported [exposition
formats](/docs/instrumenting/exposition_formats/) yourself to expose metrics.
When implementing a new Prometheus client library, please follow the
[
Prometheus Client Library Guidelines
](
/docs/instrumenting/clientlib_guideline
s
)
.
[
guidelines on writing client libraries
](
/docs/instrumenting/writing_clientlib
s
)
.
Note that this document is still a work in progress. Please also consider
consulting the
[
development mailing list
](
https://groups.google.com/forum/#!forum/prometheus-developers
)
.
We are happy to give advice on how to make your library as useful and
...
...
content/docs/instrumenting/exporters.md
View file @
338984ec
...
...
@@ -76,7 +76,7 @@ hosted outside of the Prometheus GitHub organization.
*
[
Varnish exporter
](
https://github.com/jonnenauha/prometheus_varnish_exporter
)
When implementing a new Prometheus exporter, please follow the
[
Prometheus Exporter Guidelines
](
/docs/instrumenting/exporter_guideline
s
)
[
guidelines on writing exporters
](
/docs/instrumenting/writing_exporter
s
)
Please also consider consulting the
[
development mailing
list](https://groups.google.com/forum/#!forum/prometheus-developers). We are
happy to give advice on how to make your exporter as useful and consistent as
...
...
content/docs/instrumenting/
clientlib_guideline
s.md
→
content/docs/instrumenting/
writing_clientlib
s.md
View file @
338984ec
---
title
:
Client library guidelin
es
title
:
Writing client librari
es
sort_rank
:
2
---
#
Client library guidelin
es
#
Writing client librari
es
This document covers what functionality and API Prometheus client libraries
should offer, with the aim of consistency across libraries, making the easy use
...
...
content/docs/instrumenting/
exporter_guideline
s.md
→
content/docs/instrumenting/
writing_exporter
s.md
View file @
338984ec
---
title
:
Exporter guideline
s
title
:
Writing exporter
s
sort_rank
:
5
---
#
Exporter guideline
s
#
Writing exporter
s
When directly instrumenting your own code, the general rules of how to
instrument code with a Prometheus client library can be followed quite
...
...
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