Modules§
Functions§
- counter
- Updates a counter with the given name to the given value.
- decrement_
gauge - Decrements a gauge with the given name by the given value.
- gauge
- Updates a gauge with the given name to the given value.
- histogram
- Updates a histogram with the given name to the given value.
- histogram_
label - increment_
counter - Increments a counter with the given name by one.
- increment_
gauge - Increments a gauge with the given name by the given value.
- register_
counter - Registers a counter with the given name.
- register_
gauge - Registers a gauge with the given name.
- register_
histogram - Registers a histogram with the given name.
- register_
metrics - Registers all snarkVM metrics.