| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This example is built as part of the client_java project.
./mvnw packageThe build creates a JAR file with the example application in ./examples/example-simpleclient-bridge/target/.
java -jar ./examples/example-simpleclient-bridge/target/example-simpleclient-bridge.jarThis should expose a metrics endpoint on http://localhost:9400/metrics. The events_total counter should be exposed.with a Web browser should yield an example of a counter metric.
# HELP events_total total number of events
# TYPE events_total counter
events_total 1.0
| Back | FazBrowse Home | New Git URL |