https://github.com/frklan/prometheustemplateplugin
Template plugin for project Prometheus
https://github.com/frklan/prometheustemplateplugin
java prometheus template
Last synced: over 1 year ago
JSON representation
Template plugin for project Prometheus
- Host: GitHub
- URL: https://github.com/frklan/prometheustemplateplugin
- Owner: frklan
- License: mit
- Created: 2018-02-03T21:20:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T19:41:16.000Z (over 8 years ago)
- Last Synced: 2025-01-21T18:11:52.526Z (over 1 year ago)
- Topics: java, prometheus, template
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Prometheus Plugin Template
[](http://www.oracle.com/technetwork/java/javase/overview/java8-2100321.html)
[](https://github.com/frklan/PrometheusTemplatePlugin/releases)
[](https://github.com/frklan/PrometheusTemplatePlugin/issues)
[](https://github.com/frklan/PrometheusTemplatePlugin/blob/master/LICENSE)
A plugin template for project [Prometheus](https://github.com/frklan/Apollo).
## Compiling and running
Prerequisites
- Java 8 SDK
- Apached Maven
### Compiling
To compile issue the following commands
````
$ git clone git@github.com:frklan/PrometheusTemplatePlugin.git
$ cd PrometheusTemplatePlugin
$ mvn package
````
### Running
1. download and compile the [Apollo launcher](https://github.com/frklan/Apollo/releases)
2. clone and compile this repository, see above
3. copy PluginTemplate-x.y.z-SNAPSHOT.jar file from the template folder into the Apollo launcer plugin directory
4. start the Apollo launcher
## Contributing
Contributions are always welcome!
When contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.
Please note that we have a code of conduct, you are required to follow it in all your interactions with the project.
## Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
## Authors
- Fredrik Andersson - Initial work - frklan
## License
This project is licensed under the MIT License - see the LICENSE file for details
## Acknowledgments
- README based on PurpleBooth's template