.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.openmetrics Namespace Reference

Classes

class  OpenMetricsFamily

Variables

 OMFTypeHintType = t.Literal["counter", "gauge", "histogram", "summary"]
 OMFDataInfoType = list[dict[str, str]]
 OMFDataType = list[t.Any]

Detailed Description

Module providing support for displaying data in OpenMetrics format

Variable Documentation

◆ OMFDataInfoType

searx.openmetrics.OMFDataInfoType = list[dict[str, str]]

Definition at line 7 of file openmetrics.py.

◆ OMFDataType

searx.openmetrics.OMFDataType = list[t.Any]

Definition at line 8 of file openmetrics.py.

◆ OMFTypeHintType

searx.openmetrics.OMFTypeHintType = t.Literal["counter", "gauge", "histogram", "summary"]

Definition at line 6 of file openmetrics.py.