Bo
02/05/2023, 3:44 AMmetrics.enabled=true
in core/src/main/resources/io/questdb/site/conf/server.conf
to allow the feature
3. Build by mvn clean package --batch-mode --quiet -DskipTests -P build-web-console,build-binaries
4. Run by java -p core/target/questdb-6.7.1-SNAPSHOT.jar -m io.questdb/io.questdb.ServerMain -d ~/database_questdb
However, in the log, it still says below on the log
Metrics are disabled, health check endpoint will not consider unhandled errors
and localhost:9003 only sees Status: Healthy
.
Is there anything I am missing?this.metricsEnabled = getBoolean(properties, env, PropertyKey.METRICS_ENABLED, true); // used to be false
and I can see metrics running curl localhost:9003/metrics
Bolek Ziobrowski
02/06/2023, 7:50 AMBo
02/06/2023, 1:37 PM