All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavesplatform.metrics.TxsInBlockchainStats.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.metrics

import org.influxdb.dto.Point

object TxsInBlockchainStats {
  def record(number: Int): Unit = Metrics.write(
    Point
      .measurement("applied-txs")
      .addField("n", number)
  )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy