Skip to content

Prometheus update to 3.0.0

Compare
Choose a tag to compare
@deadtrickster deadtrickster released this 27 Sep 16:37
· 145 commits to master since this release

No new RabbitMQ specific metrics.

New VM & OTP metrics:

Mnesia

  • erlang_mnesia_held_locks
    Type: gauge.
    Number of held locks.
  • erlang_mnesia_lock_queue
    Type: gauge.
    Number of transactions waiting for a lock.
  • erlang_mnesia_transaction_participants
    Type: gauge.
    Number of participant transactions.
  • erlang_mnesia_transaction_coordinators
    Type: gauge.
    Number of coordinator transactions.
  • erlang_mnesia_failed_transactions
    Type: counter.
    Number of failed (i.e. aborted) transactions.
  • erlang_mnesia_committed_transactions
    Type: gauge.
    Number of committed transactions.
  • erlang_mnesia_logged_transactions
    Type: counter.
    Number of transactions logged.
  • erlang_mnesia_restarted_transactions
    Type: counter.
    Total number of transaction restarts.

VM statistics

  • erlang_vm_statistics_garbage_collection_bytes_reclaimed
    Type: counter.
    The total number of bytes reclaimed by GC since the system started.