DataSQRL / sqrl

Flexible development framework for building streaming data applications in SQL with Kafka, Flink, Postgres, GraphQL, and more.
https://www.datasqrl.com/
97 stars 14 forks source link

Expose metrics endpoint by default #1011

Closed henneberger closed 2 days ago

henneberger commented 2 days ago

The metrics endpoint is not exposed by default. This can present a bit of difficulty since the vertx options are not currently configurable. Some properties are exposed through java properties, but configuring prometheus does not appear to be one. We can hard-code prometheus metrics, but support exposing vertx-options fully in the future.