Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

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. See example below.
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
confluence_jmx_emails_attempted_countCounterThe number of email messages Confluence has tried to send for each mail server added in Confluence. This metric has a label called mailservername. (only for Data Center from v.1.0.26)
confluence_jmx_emails_sent_countCounterThe number of email messages sent successfully for each mail server added in Confluence. This metric has a label called mailservername. (only for Data Center from v.1.0.26)
confluence_jmx_mail_queue_error_queue_sizeGaugeNumber of errors in the queue. (only for Data Center from v.1.0.26)
confluence_jmx_mail_queue_flushingGaugeShows state (i.e. flushing, or not) (only for Data Center from v.1.0.26)
confluence_jmx_mail_queue_retry_countGaugeThe number of retries that were performed. (only for Data Center from v.1.0.26)
confluence_jmx_mail_queue_task_sizeGaugeNumber of email messages queued for dispatch. (only for Data Center from v.1.0.26)

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_license_expiry_days_gaugeGaugeLicense Expiry Days Gauge (since version 1.0.21)
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 examples

Expand
titleJVM threads


Expand
titleMemory usage

...