You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cdviz_cdevent_total that count the number of events created by sources, or send by sink, with labels:
stage: source or sink
stage_name: the name of the source or the sink
error: empty string if none, else error kind
cdviz_processing_duration time between creation by the source with label
sink_name: the name of the sink
source_name: the name of the source
show the metrics on grafana dashboard "cdviz-collector activities"
count by stage_name
increase by stage_name
add the ServiceMonitor as part of the cdviz-collector chart if not exists
Explore if those metrics could not be extracted by using metrics extracted from tracing-span (see the contrib spanprocessor in otel-collector processor)?
The text was updated successfully, but these errors were encountered:
cdviz_cdevent_total
that count the number of events created by sources, or send by sink, with labels:stage
:source
orsink
stage_name
: the name of the source or the sinkerror
: empty string if none, else error kindcdviz_processing_duration
time between creation by the source with labelsink_name
: the name of the sinksource_name
: the name of the sourcecdviz-collector
chart if not existsExplore if those metrics could not be extracted by using metrics extracted from tracing-span (see the contrib spanprocessor in otel-collector processor)?
The text was updated successfully, but these errors were encountered: