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
1238f4bc
Commit
1238f4bc
authored
Mar 30, 2015
by
Julius Volz
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #58 from prometheus/new-exporters-and-libs
Link to new exporters and client libraries.
parents
78f51f6f
ba4007c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
clientlibs.md
content/docs/instrumenting/clientlibs.md
+6
-0
exporters.md
content/docs/instrumenting/exporters.md
+2
-1
No files found.
content/docs/instrumenting/clientlibs.md
View file @
1238f4bc
...
...
@@ -18,6 +18,12 @@ HTTP endpoint on your application’s instance:
*
[
Ruby
](
https://github.com/prometheus/client_ruby
)
*
[
Python
](
https://github.com/prometheus/client_python
)
Unofficial third-party client libraries:
*
[
Node.js
](
https://github.com/StreamMachine/prometheus_client_nodejs
)
*
[
.NET / #C
](
https://github.com/andrasm/prometheus-net
)
*
[
Bash
](
https://github.com/aecolley/client_bash
)
When Prometheus scrapes your instance's HTTP endpoint, the client library
sends the current state of all tracked metrics to the server.
...
...
content/docs/instrumenting/exporters.md
View file @
1238f4bc
...
...
@@ -18,7 +18,8 @@ following is a list of existing third-party exporters:
*
[
StatsD bridge
](
https://github.com/prometheus/statsd_bridge
)
*
[
AWS CloudWatch exporter
](
https://github.com/prometheus/cloudwatch_exporter
)
*
[
Hystrix metrics publisher
](
https://github.com/prometheus/hystrix
)
*
[
Mesos task exporter
](
https://github.com/antonlindstrom/mesos_exporter
)
*
[
Mesos task exporter
](
https://github.com/prometheus/mesos_exporter
)
*
[
Consul exporter
](
https://github.com/prometheus/consul_exporter
)
The
[
JMX exporter
](
https://github.com/prometheus/jmx_exporter
)
can export from a
wide variety of JVM-based applications, for example
[
Kafka
](
http://kafka.apache.org/
)
and
...
...
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