Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibmstreams/streamsx.jmxclients
JMX Client apps for Streams including prometheus metrics exporter
https://github.com/ibmstreams/streamsx.jmxclients
grafana ibm-streams jmx prometheus streams streamsx
Last synced: about 2 months ago
JSON representation
JMX Client apps for Streams including prometheus metrics exporter
- Host: GitHub
- URL: https://github.com/ibmstreams/streamsx.jmxclients
- Owner: IBMStreams
- License: apache-2.0
- Created: 2017-08-22T13:55:35.000Z (over 7 years ago)
- Default Branch: v4develop
- Last Pushed: 2021-12-14T16:08:42.000Z (about 3 years ago)
- Last Synced: 2024-04-14T20:02:43.797Z (9 months ago)
- Topics: grafana, ibm-streams, jmx, prometheus, streams, streamsx
- Language: Java
- Homepage:
- Size: 3.05 MB
- Stars: 3
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# streamsx.jmxclients: JMX Client apps and Samples for IBM Streams
| Application | Description |
| ----------- | ----------- |
| [streams-metric-exporter](streams-metric-exporter/) | IBM Streams Metric Exporter for Prometheus. Connects to the IBM Streams JMX Server and pulls metrics for one or more IBM Streams instances and jobs using the very efficient InstanceMXBean.jobSnapshotMetrics() call. The metrics are available to Prometheus for scraping via HTTP or HTTPS. Instructions and supporting files for implementing with Prometheus and Grafana via docker-compose are included. [Grafana Dashboard Examples](streams-metric-exporter/dashboards/)
|
| [streams-jmx-client](streams-jmx-client/) | IBM Streams Command Line Interface similar to streamtool command. This application uses JMX connection and does not require colocation with an IBM Streams Installation. It is great for running on mac osx, windows, and lightweight docker images. It support username/password as well as PKI certificate authentication. The list of commands supported will grow. Contributions welcome!!|