Pudu programming language
Menu

Std.App.Metrics.Kind

1 declaration

type

Kind

This declaration introduces a public type.

What it does

What a measurement is.

A counter only rises, so a fall in one means the process restarted, and

everything reading it is entitled to assume that. A gauge moves either way.

A distribution answers how many observations fell at or below each stated

boundary.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.App.MetricsSearch related declarations