You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
we're integrating our Bitbucket server with New Relic. We've successfully followed all steps in this document https://confluence.atlassian.com/bitbucketserver082/enabling-jmx-counters-for-performance-monitoring-1141979329.html but when configuring our file for hosting ticket data, it seems to be not finding any data at this endpoint com.atlassian.bitbucket:name=HostingTickets .
The error block received from New Relic is this:
time="2022-08-15T15:47:13Z" level=debug msg="Integration stderr (not parsed)." component=integrations.runner.Runner env=staging integration_name=nri-jmx line="[ERR] can't parse response: empty data for pattern, Pattern: com.atlassian.bitbucket:name=HostingTickets"
We're sure that this isn't due to New Relic or our configuration because all other data works correctly. We suspect that maybe our Java version is too low or Bitbucket configuration doesn't allow for Hosting tickets by default.