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
73978761
Commit
73978761
authored
Apr 05, 2016
by
Johannes 'fish' Ziemke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Client Lib Guidelines and Exporter Guidelines
parent
0a8bb46d
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
492 additions
and
5 deletions
+492
-5
clientlib_guidelines.md
content/docs/instrumenting/clientlib_guidelines.md
+250
-0
clientlibs.md
content/docs/instrumenting/clientlibs.md
+1
-1
exporter_guidelines.md
content/docs/instrumenting/exporter_guidelines.md
+237
-0
exporters.md
content/docs/instrumenting/exporters.md
+2
-2
exposition_formats.md
content/docs/instrumenting/exposition_formats.md
+1
-1
pushing.md
content/docs/instrumenting/pushing.md
+1
-1
No files found.
content/docs/instrumenting/clientlib_guidelines.md
0 → 100644
View file @
73978761
This diff is collapsed.
Click to expand it.
content/docs/instrumenting/clientlibs.md
View file @
73978761
...
...
@@ -34,7 +34,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
](
https://docs.google.com/document/d/1zHwWVigeAITbaAp6BR4uCByRJH7rtTv4ve6SsoEXJ_Q/edit?usp=sharing
)
.
[
Prometheus Client Library Guidelines
](
/docs/instrumenting/clientlib_guidelines
)
.
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/exporter_guidelines.md
0 → 100644
View file @
73978761
This diff is collapsed.
Click to expand it.
content/docs/instrumenting/exporters.md
View file @
73978761
---
title
:
Exporters and third-party integrations
sort_rank
:
3
sort_rank
:
4
---
# Exporters and third-party integrations
...
...
@@ -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
](
https://docs.google.com/document/d/1JapuiRbp-XoyECgl2lPdxITrhm5IyCUq9iA_h6jp3OY/edit
)
.
[
Prometheus Exporter Guidelines
](
/docs/instrumenting/exporter_guidelines
)
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/exposition_formats.md
View file @
73978761
---
title
:
Exposition formats
sort_rank
:
4
sort_rank
:
6
---
# Exposition formats
...
...
content/docs/instrumenting/pushing.md
View file @
73978761
---
title
:
Pushing metrics
sort_rank
:
2
sort_rank
:
3
---
# Pushing metrics
...
...
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