floatingpointcounter.md 464 B

CoreMetrics/FloatingPointCounter

Topics

Creating a floating-point counter

  • init(label:dimensions:)
  • init(label:dimensions:factory:)
  • init(label:dimensions:handler:)
  • init(label:dimensions:handler:factory:)

Updating a floating-point counter

  • increment()
  • increment(by:)
  • reset()

Inspecting a floating-point counter

  • dimensions
  • label

Destroying a floating-point counter

  • destroy()