Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-07-2021 04:00 PM
I have been using Neo4J version 3.5 community version and was able to use JMX to extract information on (in the DB):
documentation
that these are still available but possibly their naming changed? I am applying a filter using jmx_exporter using this pattern:
- pattern: 'org\.neo4j<instance=(.+), name=Primitive count><>(.+):(.+)'
type: GAUGE
name: neo4j_server_primitive_count_$2
value: $3
Any pointers would be appreciated.
Thanks!
Solved! Go to Solution.
06-28-2021 01:14 PM
For anyone having the same issue:
Please note that the available JMX MBeans and their names have been updated in 4.0. Beans that duplicate metrics or monitoring options, described in Neo4j Operations Manual → Monitoring, have been removed.
Basically, with the 4.0, monitoring Neo4J using JMX beans has been removed.
The alternative is to use an enterprise edition ($$$) and enable Prometheus out-of-the-box.
06-28-2021 01:14 PM
For anyone having the same issue:
Please note that the available JMX MBeans and their names have been updated in 4.0. Beans that duplicate metrics or monitoring options, described in Neo4j Operations Manual → Monitoring, have been removed.
Basically, with the 4.0, monitoring Neo4J using JMX beans has been removed.
The alternative is to use an enterprise edition ($$$) and enable Prometheus out-of-the-box.
All the sessions of the conference are now available online