sarankk commented on code in PR #102: URL: https://github.com/apache/cassandra-sidecar/pull/102#discussion_r1520140585
########## src/main/dist/conf/sidecar.yaml: ########## @@ -142,6 +142,15 @@ healthcheck: initial_delay_millis: 0 poll_freq_millis: 30000 +metrics: + registry_name: cassandra_sidecar + vertx: + enabled: true + registry_name: cassandra_sidecar + jmx_enabled: false + jmx_domain_name: sidecar.vertx.jmx_domain + monitored_server_routes_regex: /api/v1/* # all routes are monitored Review Comment: Makes sense, will modify it to include a list -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

