Documentation ¶
Index ¶
Constants ¶
View Source
const ( AccountIdLabel = "neosyncAccountId" JobIdLabel = "neosyncJobId" TemporalWorkflowId = "temporalWorkflowId" TemporalRunId = "temporalRunId" TableSchemaLabel = "tableSchema" TableNameLabel = "tableName" JobTypeLabel = "jobType" IsUpdateConfigLabel = "isUpdateConfig" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricLabel ¶
func NewEqLabel ¶
func NewEqLabel(key, value string) MetricLabel
func NewNotEqLabel ¶
func NewNotEqLabel(key, value string) MetricLabel
note: this has only been tested with prometheus and using it with benthos is not currently supported
func (*MetricLabel) ToBenthosMeta ¶
func (m *MetricLabel) ToBenthosMeta() string
func (*MetricLabel) ToPromQueryString ¶
func (m *MetricLabel) ToPromQueryString() string
type MetricLabels ¶
type MetricLabels []MetricLabel
func (MetricLabels) ToBenthosMeta ¶
func (m MetricLabels) ToBenthosMeta() string
func (MetricLabels) ToPromQueryString ¶
func (m MetricLabels) ToPromQueryString() string
Click to show internal directories.
Click to hide internal directories.