Skip to end of banner
Go to start of banner

PE - Using Prometheus Exporter for Confluence

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

After you configure your Prometheus Exporter, you can expose the following metrics into Prometheus:

Metrics description

MetricsTypeDescription

JVM metrics

JVM metrics exposed with the Confluence exporter are the same as for Jira, see detailed description here.

Cluster metrics

confluence_total_cluster_nodes_gaugeGaugeTotal cluster nodes gauge
confluence_cluster_panic_countCounterCluster panic count

Label metrics

confluence_label_create_countCounterLabel create count
confluence_label_add_countCounterLabel add count
confluence_label_remove_countCounterLabel remove count
confluence_label_delete_countCounterLabel delete count

Login / Logout statistics

confluence_user_logout_countCounterNumber of user logouts
confluence_user_login_countCounterNumber of user logins
confluence_user_failed_login_countCounterNumber of failed logins

Space statistics

confluence_space_create_countCounterNumber of created spaces
confluence_space_delete_countCounterNumber of deleted spaces

JMX metrics

jvm_uptime_gaugeGaugeJVM uptime gauge

Mail statistics

confluence_mail_queue_gaugeGaugeCurrent mail queue gauge
confluence_mail_queue_errors_gaugeGaugeCurrent mail queue errors gauge

Plugins statistics

confluence_plugin_enabled_countCounterNumber of enabled apps
confluence_plugin_disabled_countCounterNumber of disabled apps
confluence_plugin_install_countCounterNumber of installed apps
confluence_plugin_uninstall_countCounterNumber of uninstalled apps

Other metrics

confluence_maintenance_expiry_days_gaugeGaugeMaintenance Expiry Days Gauge
confluence_active_users_gaugeGaugeActive Users Gauge
confluence_one_hour_active_users_gaugeGaugeUsers Login One Hour Ago Gauge
confluence_today_active_users_gaugeGaugeUsers Login Today Gauge
confluence_allowed_users_gaugeGaugeAllowed Users Gauge
confluence_total_attachment_size_gaugeGaugeTotal Attachments Size Gauge
confluence_request_duration_on_pathHistogramRequest duration on path
confluence_current_contents_gaugeGaugeCurrent Contents Gauge
confluence_global_spaces_gaugeGaugeGlobal Spaces Gauge
confluence_personal_spaces_gaugeGaugePersonal Spaces Gauge
confluence_pages_gaugeGaugeTotal Pages Gauge
confluence_blogposts_gaugeGaugeTotal BlogPosts Gauge


JVM metrics example

 JVM threads


Application statistics example

 Memory usage


Login / logout statistics example

 Login count


See also

Configuring Prometheus Exporter for Confluence

  • No labels