Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 412 Bytes

File metadata and controls

21 lines (13 loc) · 412 Bytes
template
quick-start-template.md

Java

{template write-data%

curl -L https://github.com/GreptimeCloudStarters/quick-start-java/releases/latest/download/greptime-quick-start-java-all.jar \
--output quick-start.jar && java -jar quick-start.jar -e http://localhost:4000/v1/otlp/v1/metrics

%}