Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions src/main/jbake/content/hawkular-clients/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,30 @@ Inventory API
| Outdated, need icon:heart-o[]

|===

= Protocol translation
Some solutions are able to emit/push metrics to external parties, for some of them Hawkular can listen to those solutions and push metrics into Hawkular, it means that if a metric is exposed
in one of the supported solution, it would be added to Hawkular by installing the corresponding protocol translator (At this time, one "agent" supports the whole list).

[cols="2*", options="header"]
|===
|"Protocol"
|Project Link

|*collectd*
|link:https://github.com/hawkular/hawkular-metrics/tree/master/clients/ptranslator[GitHub repository]

|*Ganglia*
|link:https://github.com/hawkular/hawkular-metrics/tree/master/clients/ptranslator[GitHub repository]

|*Graphite*
|link:https://github.com/hawkular/hawkular-metrics/tree/master/clients/ptranslator[GitHub repository]

|*Statsd*
|link:https://github.com/hawkular/hawkular-metrics/tree/master/clients/ptranslator[GitHub repository]

|*Syslog*
|link:https://github.com/hawkular/hawkular-metrics/tree/master/clients/ptranslator[GitHub repository]

|===