Versions Compared

Key

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

...

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

...

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:

...

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:

...