user java-application(springboot) as prometheus remote_write server
- prometheus.yml
remote_write:
- url: "http://127.0.0.1:9201/write"
run this application,then you can get what prometheus get !
prometheus-java-adapter 使用java application 作为 prometheus remote_write_server ,由TSDB格式转为json格式
Java