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:

...

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

statistcis

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

JMX:

namehelptypejvm_uptime_
gauge

JVM Uptime Gauge
Gauge

Plugins:

namehelplabelNamestypeCounter

Plugins statistics

confluence_plugin_enabled_count
Plugin Enabled CountpluginKeyCounter
CounterNumber of enabled apps
confluence_plugin_disabled_count
Plugin Disabled CountpluginKeyCounter
CounterNumber of disabled apps
confluence_plugin_install_count
Plugin Install Count

pluginKey

namehelplabelNamestype
CounterNumber of installed apps
confluence_plugin_uninstall_count
Plugin Uninstall CountpluginKeyCounter

Other:

CounterNumber of uninstalled apps

Other metrics

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

Prometheus Exporter for Confluence enables to expose JVM and application metrics to Prometheus:

...


JVM metrics example

Expand
titleJVM threads


Application statistics example

...

Login / logout statistics example

Expand
titleLogin count


See also

Configuring Prometheus Exporter for Confluence