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
821c5560
Commit
821c5560
authored
Dec 23, 2014
by
Julius Volz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move and expand push gateway description.
parent
f1852493
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
pushing.md
content/docs/instrumenting/pushing.md
+17
-0
No files found.
content/docs/
practices
/pushing.md
→
content/docs/
instrumenting
/pushing.md
View file @
821c5560
---
title
:
Pushing
data
sort_rank
:
2
title
:
Pushing
metrics
sort_rank
:
3
---
# Pushing
Data
# Pushing
metrics
Occasionally you will need to monitor components which cannot be scraped
:
They
might
b
e behind a firewall, or they might be too short-lived to expose data
Occasionally you will need to monitor components which cannot be scraped
.
They
might
liv
e behind a firewall, or they might be too short-lived to expose data
reliably via the pull model. The
[
push gateway
](
https://github.com/prometheus/pushgateway
)
allows you to push
[
Prometheus
push gateway
](
https://github.com/prometheus/pushgateway
)
allows you to push
time series from these components to an intermediary job which Prometheus can
scrape.
scrape. Combined with Prometheus's simple text-based exposition format, this
makes it easy to instrument even shell scripts without a client library.
For more information on installing and using the push gateway, see the
project's
For more information on using the push gateway, see the project's
[
README.md
](
https://github.com/prometheus/pushgateway/blob/master/README.md
)
.
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