pub enum CounterName {
Show 94 variants
ComponentReceivedEventsTotal,
ComponentReceivedEventBytesTotal,
ComponentReceivedBytesTotal,
ComponentSentEventsTotal,
ComponentSentEventBytesTotal,
ComponentSentBytesTotal,
ComponentDiscardedEventsTotal,
ComponentErrorsTotal,
ComponentTimedOutEventsTotal,
ComponentTimedOutRequestsTotal,
BufferReceivedEventsTotal,
BufferReceivedBytesTotal,
BufferSentEventsTotal,
BufferSentBytesTotal,
BufferDiscardedEventsTotal,
BufferDiscardedBytesTotal,
BufferErrorsTotal,
AggregateEventsRecordedTotal,
AggregateFailedUpdates,
AggregateFlushesTotal,
ApiStartedTotal,
CheckpointsTotal,
ChecksumErrorsTotal,
CollectCompletedTotal,
CommandExecutedTotal,
ConnectionEstablishedTotal,
ConnectionSendErrorsTotal,
ConnectionShutdownTotal,
ContainerProcessedEventsTotal,
ContainersUnwatchedTotal,
ContainersWatchedTotal,
DecoderBomRemovalsTotal,
DecoderMalformedReplacementWarningsTotal,
DorisBytesLoadedTotal,
DorisRowsFilteredTotal,
DorisRowsLoadedTotal,
EncoderUnmappableReplacementWarningsTotal,
EventsDiscardedTotal,
FilesAddedTotal,
FilesDeletedTotal,
FilesResumedTotal,
FilesUnwatchedTotal,
GrpcServerMessagesReceivedTotal,
GrpcServerMessagesSentTotal,
HttpClientErrorsTotal,
HttpClientRequestsSentTotal,
HttpClientResponsesTotal,
HttpServerRequestsReceivedTotal,
HttpServerResponsesSentTotal,
KafkaConsumedMessagesBytesTotal,
KafkaConsumedMessagesTotal,
KafkaProducedMessagesBytesTotal,
KafkaProducedMessagesTotal,
KafkaRequestsBytesTotal,
KafkaRequestsTotal,
KafkaResponsesBytesTotal,
KafkaResponsesTotal,
MetadataRefreshFailedTotal,
MetadataRefreshSuccessfulTotal,
ParseErrorsTotal,
QuitTotal,
ReloadedTotal,
RewrittenTimestampEventsTotal,
SqsMessageDeferSucceededTotal,
SqsMessageDeleteSucceededTotal,
SqsMessageProcessingSucceededTotal,
SqsMessageReceiveSucceededTotal,
SqsMessageReceivedMessagesTotal,
StaleEventsFlushedTotal,
StartedTotal,
StoppedTotal,
TagCardinalityUntrackedEventsTotal,
TagValueLimitExceededTotal,
ValueLimitReachedTotal,
WebsocketBytesSentTotal,
WebsocketMessagesSentTotal,
WindowsServiceInstallTotal,
WindowsServiceRestartTotal,
WindowsServiceStartTotal,
WindowsServiceStopTotal,
WindowsServiceUninstallTotal,
K8sEventNamespaceAnnotationFailuresTotal,
K8sEventNodeAnnotationFailuresTotal,
K8sFormatPickerEdgeCasesTotal,
K8sDockerFormatParseFailuresTotal,
SqsS3EventRecordIgnoredTotal,
ComponentAllocatedBytesTotal,
ComponentDeallocatedBytesTotal,
MemoryEnrichmentTableFailedInsertions,
MemoryEnrichmentTableFailedReads,
MemoryEnrichmentTableFlushesTotal,
MemoryEnrichmentTableInsertionsTotal,
MemoryEnrichmentTableReadsTotal,
MemoryEnrichmentTableTtlExpirations,
}Expand description
Canonical list of all per-component internal metric names emitted by Vector.
Variants§
ComponentReceivedEventsTotal
ComponentReceivedEventBytesTotal
ComponentReceivedBytesTotal
ComponentSentEventsTotal
ComponentSentEventBytesTotal
ComponentSentBytesTotal
ComponentDiscardedEventsTotal
ComponentErrorsTotal
ComponentTimedOutEventsTotal
ComponentTimedOutRequestsTotal
BufferReceivedEventsTotal
BufferReceivedBytesTotal
BufferSentEventsTotal
BufferSentBytesTotal
BufferDiscardedEventsTotal
BufferDiscardedBytesTotal
BufferErrorsTotal
AggregateEventsRecordedTotal
AggregateFailedUpdates
AggregateFlushesTotal
ApiStartedTotal
CheckpointsTotal
ChecksumErrorsTotal
CollectCompletedTotal
CommandExecutedTotal
ConnectionEstablishedTotal
ConnectionSendErrorsTotal
ConnectionShutdownTotal
ContainerProcessedEventsTotal
ContainersUnwatchedTotal
ContainersWatchedTotal
DecoderBomRemovalsTotal
DecoderMalformedReplacementWarningsTotal
DorisBytesLoadedTotal
DorisRowsFilteredTotal
DorisRowsLoadedTotal
EncoderUnmappableReplacementWarningsTotal
EventsDiscardedTotal
FilesAddedTotal
FilesDeletedTotal
FilesResumedTotal
FilesUnwatchedTotal
GrpcServerMessagesReceivedTotal
GrpcServerMessagesSentTotal
HttpClientErrorsTotal
HttpClientRequestsSentTotal
HttpClientResponsesTotal
HttpServerRequestsReceivedTotal
HttpServerResponsesSentTotal
KafkaConsumedMessagesBytesTotal
KafkaConsumedMessagesTotal
KafkaProducedMessagesBytesTotal
KafkaProducedMessagesTotal
KafkaRequestsBytesTotal
KafkaRequestsTotal
KafkaResponsesBytesTotal
KafkaResponsesTotal
MetadataRefreshFailedTotal
MetadataRefreshSuccessfulTotal
ParseErrorsTotal
QuitTotal
ReloadedTotal
RewrittenTimestampEventsTotal
SqsMessageDeferSucceededTotal
SqsMessageDeleteSucceededTotal
SqsMessageProcessingSucceededTotal
SqsMessageReceiveSucceededTotal
SqsMessageReceivedMessagesTotal
StaleEventsFlushedTotal
StartedTotal
StoppedTotal
TagCardinalityUntrackedEventsTotal
TagValueLimitExceededTotal
ValueLimitReachedTotal
WebsocketBytesSentTotal
WebsocketMessagesSentTotal
WindowsServiceInstallTotal
WindowsServiceRestartTotal
WindowsServiceStartTotal
WindowsServiceStopTotal
WindowsServiceUninstallTotal
K8sEventNamespaceAnnotationFailuresTotal
K8sEventNodeAnnotationFailuresTotal
K8sFormatPickerEdgeCasesTotal
K8sDockerFormatParseFailuresTotal
SqsS3EventRecordIgnoredTotal
ComponentAllocatedBytesTotal
ComponentDeallocatedBytesTotal
MemoryEnrichmentTableFailedInsertions
MemoryEnrichmentTableFailedReads
MemoryEnrichmentTableFlushesTotal
MemoryEnrichmentTableInsertionsTotal
MemoryEnrichmentTableReadsTotal
MemoryEnrichmentTableTtlExpirations
Implementations§
Trait Implementations§
Source§impl AsRef<str> for CounterName
impl AsRef<str> for CounterName
Source§impl Clone for CounterName
impl Clone for CounterName
Source§fn clone(&self) -> CounterName
fn clone(&self) -> CounterName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CounterName
impl Debug for CounterName
Source§impl Display for CounterName
impl Display for CounterName
Source§impl Hash for CounterName
impl Hash for CounterName
Source§impl IntoEnumIterator for CounterName
impl IntoEnumIterator for CounterName
type Iterator = CounterNameIter
fn iter() -> CounterNameIter ⓘ
Source§impl PartialEq for CounterName
impl PartialEq for CounterName
impl Copy for CounterName
impl Eq for CounterName
impl StructuralPartialEq for CounterName
Auto Trait Implementations§
impl Freeze for CounterName
impl RefUnwindSafe for CounterName
impl Send for CounterName
impl Sync for CounterName
impl Unpin for CounterName
impl UnwindSafe for CounterName
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Candidate for T
impl<T> Candidate for T
§impl<T> Casing<T> for T
impl<T> Casing<T> for T
§fn to_case(&self, case: Case) -> String
fn to_case(&self, case: Case) -> String
Convert the string into the given case. It will reference
self and create a new
String with the same pattern and delimeter as case. It will split on boundaries
defined at [Boundary::defaults()]. Read more§fn with_boundaries(&self, bs: &[Boundary]) -> StateConverter<'_, T>
fn with_boundaries(&self, bs: &[Boundary]) -> StateConverter<'_, T>
Creates a
StateConverter struct initialized with the boundaries
provided. Read more§fn without_boundaries(&self, bs: &[Boundary]) -> StateConverter<'_, T>
fn without_boundaries(&self, bs: &[Boundary]) -> StateConverter<'_, T>
Creates a
StateConverter struct initialized without the boundaries
provided. Read more§impl<T> Casing<T> for T
impl<T> Casing<T> for T
§fn to_case(&self, case: Case<'_>) -> String
fn to_case(&self, case: Case<'_>) -> String
Convert the string into the given case. It will reference
self and create a new
String with the same pattern and delimeter as case. It will split on boundaries
defined at [Boundary::defaults()]. Read more§fn with_boundaries(&self, bs: &[Boundary]) -> StateConverter<'_, T>
fn with_boundaries(&self, bs: &[Boundary]) -> StateConverter<'_, T>
Creates a
StateConverter struct initialized with the boundaries
provided. Read more§fn without_boundaries(&self, bs: &[Boundary]) -> StateConverter<'_, T>
fn without_boundaries(&self, bs: &[Boundary]) -> StateConverter<'_, T>
Creates a
StateConverter struct initialized without the boundaries
provided. Read moreSource§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> EncodedChars for T
impl<T> EncodedChars for T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<T> Hint for T
impl<T> Hint for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<Source, Target> OctetsInto<Target> for Sourcewhere
Target: OctetsFrom<Source>,
impl<Source, Target> OctetsInto<Target> for Sourcewhere
Target: OctetsFrom<Source>,
type Error = <Target as OctetsFrom<Source>>::Error
§fn try_octets_into(
self,
) -> Result<Target, <Source as OctetsInto<Target>>::Error>
fn try_octets_into( self, ) -> Result<Target, <Source as OctetsInto<Target>>::Error>
Performs the conversion.
§fn octets_into(self) -> Targetwhere
Self::Error: Into<Infallible>,
fn octets_into(self) -> Targetwhere
Self::Error: Into<Infallible>,
Performs an infallible conversion.
§impl<D> OwoColorize for D
impl<D> OwoColorize for D
§fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>where
C: Color,
fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>where
C: Color,
Set the foreground color generically Read more
§fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>where
C: Color,
fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>where
C: Color,
Set the background color generically. Read more
§fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>
fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>
Change the background color to magenta
§fn default_color(&self) -> FgColorDisplay<'_, Default, Self>
fn default_color(&self) -> FgColorDisplay<'_, Default, Self>
Change the foreground color to the terminal default
§fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>
fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>
Change the background color to the terminal default
§fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>
fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>
Change the foreground color to bright black
§fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>
fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>
Change the background color to bright black
§fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>
fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>
Change the foreground color to bright red
§fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>
fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>
Change the background color to bright red
§fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>
fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>
Change the foreground color to bright green
§fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>
fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>
Change the background color to bright green
§fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>
fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>
Change the foreground color to bright yellow
§fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>
fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>
Change the background color to bright yellow
§fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>
fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>
Change the foreground color to bright blue
§fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>
fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>
Change the background color to bright blue
§fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
Change the foreground color to bright magenta
§fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
Change the background color to bright magenta
§fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
Change the foreground color to bright purple
§fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
Change the background color to bright purple
§fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>
fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>
Change the foreground color to bright cyan
§fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>
fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>
Change the background color to bright cyan
§fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>
fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>
Change the foreground color to bright white
§fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>
fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>
Change the background color to bright white
§fn blink_fast(&self) -> BlinkFastDisplay<'_, Self>
fn blink_fast(&self) -> BlinkFastDisplay<'_, Self>
Make the text blink (but fast!)
Hide the text
§fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>
fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>
Cross out the text
§fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
Set the foreground color at runtime. Only use if you do not know which color will be used at
compile-time. If the color is constant, use either [
OwoColorize::fg] or
a color-specific method, such as [OwoColorize::green], Read more§fn on_color<Color>(&self, color: Color) -> BgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
fn on_color<Color>(&self, color: Color) -> BgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
Set the background color at runtime. Only use if you do not know what color to use at
compile-time. If the color is constant, use either [
OwoColorize::bg] or
a color-specific method, such as [OwoColorize::on_yellow], Read more§fn fg_rgb<const R: u8, const G: u8, const B: u8>(
&self,
) -> FgColorDisplay<'_, CustomColor<R, G, B>, Self>
fn fg_rgb<const R: u8, const G: u8, const B: u8>( &self, ) -> FgColorDisplay<'_, CustomColor<R, G, B>, Self>
Set the foreground color to a specific RGB value.
§fn bg_rgb<const R: u8, const G: u8, const B: u8>(
&self,
) -> BgColorDisplay<'_, CustomColor<R, G, B>, Self>
fn bg_rgb<const R: u8, const G: u8, const B: u8>( &self, ) -> BgColorDisplay<'_, CustomColor<R, G, B>, Self>
Set the background color to a specific RGB value.
§fn truecolor(&self, r: u8, g: u8, b: u8) -> FgDynColorDisplay<'_, Rgb, Self>
fn truecolor(&self, r: u8, g: u8, b: u8) -> FgDynColorDisplay<'_, Rgb, Self>
Sets the foreground color to an RGB value.
§fn on_truecolor(&self, r: u8, g: u8, b: u8) -> BgDynColorDisplay<'_, Rgb, Self>
fn on_truecolor(&self, r: u8, g: u8, b: u8) -> BgDynColorDisplay<'_, Rgb, Self>
Sets the background color to an RGB value.
§fn if_supports_color<'a, Out, ApplyFn>(
&'a self,
stream: impl Into<Stream>,
apply: ApplyFn,
) -> SupportsColorsDisplay<'a, Self, Out, ApplyFn>where
ApplyFn: Fn(&'a Self) -> Out,
fn if_supports_color<'a, Out, ApplyFn>(
&'a self,
stream: impl Into<Stream>,
apply: ApplyFn,
) -> SupportsColorsDisplay<'a, Self, Out, ApplyFn>where
ApplyFn: Fn(&'a Self) -> Out,
Apply a given transformation function to all formatters if the given stream
supports at least basic ANSI colors, allowing you to conditionally apply
given styles/colors. Read more
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ServiceExt for T
impl<T> ServiceExt for T
§fn map_response_body<F>(self, f: F) -> MapResponseBody<Self, F>where
Self: Sized,
fn map_response_body<F>(self, f: F) -> MapResponseBody<Self, F>where
Self: Sized,
Apply a transformation to the response body. Read more
§fn decompression(self) -> Decompression<Self>where
Self: Sized,
fn decompression(self) -> Decompression<Self>where
Self: Sized,
Decompress response bodies. Read more
§fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using HTTP status codes. Read more
§fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using gRPC headers. Read more
§fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.