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
3ac94a15
Commit
3ac94a15
authored
7 years ago
by
James Turnbull
Committed by
Brian Brazil
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a spelling mistake and removed an extra line (#938)
* Fixed spelling mistake * Removed extra line
parent
826ac3ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
exposition_formats.md
content/docs/instrumenting/exposition_formats.md
+1
-1
pushing.md
content/docs/instrumenting/pushing.md
+0
-1
No files found.
content/docs/instrumenting/exposition_formats.md
View file @
3ac94a15
...
@@ -8,7 +8,7 @@ sort_rank: 6
...
@@ -8,7 +8,7 @@ sort_rank: 6
Prometheus implements two different wire formats which clients may use to
Prometheus implements two different wire formats which clients may use to
expose metrics to a Prometheus server: a simple text-based format and a more
expose metrics to a Prometheus server: a simple text-based format and a more
efficient and robust protocol-buffer format. Prometheus servers and clients use
efficient and robust protocol-buffer format. Prometheus servers and clients use
[
content negotation
](
http://en.wikipedia.org/wiki/Content_negotiation
)
to
[
content negot
i
ation
](
http://en.wikipedia.org/wiki/Content_negotiation
)
to
establish the actual format to use. A server will prefer receiving the
establish the actual format to use. A server will prefer receiving the
protocol-buffer format, and will fall back to the text-based format if the
protocol-buffer format, and will fall back to the text-based format if the
client does not support the former.
client does not support the former.
...
...
This diff is collapsed.
Click to expand it.
content/docs/instrumenting/pushing.md
View file @
3ac94a15
...
@@ -44,7 +44,6 @@ If using Maven, add the following to `pom.xml`:
...
@@ -44,7 +44,6 @@ If using Maven, add the following to `pom.xml`:
</dependency>
</dependency>
```
```
Instrument your batch job's code:
Instrument your batch job's code:
```
java
```
java
...
...
This diff is collapsed.
Click to expand it.
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