---
title: "Bitbucket Mbeans information from JVM"
canonical: "https://support.appfire.com/space/PE/14680084/Bitbucket%20Mbeans%20information%20from%20JVM"
format: markdown
---
> Macro (aura-html)

The Pro version of the Prometheus Exporter for Bitbucket provides information about Bitbucket Mbeans from JVM. You can find how to enable MBeans for Bitbucket [here](https://confluence.atlassian.com/bitbucketserver/enabling-jmx-counters-for-performance-monitoring-776640189.html).

`com.atlassian.bitbucket, com.atlassian.bitbucket.thread-pools, com.atlassian.diagnostics, com.atlassian.webhooks:`

![image](media://6a97963c-3f99-47c9-9f95-621916058b96)

Metrics are provided only for attributes which are of the long, int, boolean and double types.

#### Naming convention

All mbeans attributes start with bitbucket_jmx_ prefix.

Let's take the CloneBytesWritten attribute of the com.atlassian.bitubucket Mbean with the name HttpHostingStatistics:

![image](media://e0fcde7f-a5ec-4e17-9eb8-a9616c0f55a2)

As you can see this attribute is of the long type and the value of the attribute is 12685.

The name of the attribute in Prometheus will be:

bitbucket_jmx_<the folder of the Mbean>_name_<the name of the MBean>_<the name of the attribute> 

which is:

![image](media://bf4d9bcc-5020-47e3-850e-9d5632ce045b)