pub enum CounterName {
Show 98 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,
ConnectionReadErrorsTotal,
InternalMetricsCardinalityTotal,
ConfigReloadRejected,
Utf8ConvertErrorsTotal,
}Expand description
Canonical list of all per-component internal counter metric names emitted by Vector.
Variants§
ComponentReceivedEventsTotal
The number of events accepted by this component either from tagged origins like file and uri, or cumulatively from other origins.
ComponentReceivedEventBytesTotal
The number of event bytes accepted by this component either from tagged origins like file and uri, or cumulatively from other origins.
ComponentReceivedBytesTotal
The number of raw bytes accepted by this component from source origins.
ComponentSentEventsTotal
The total number of events emitted by this component.
ComponentSentEventBytesTotal
The total number of event bytes emitted by this component.
ComponentSentBytesTotal
The number of raw bytes sent by this component to destination sinks.
ComponentDiscardedEventsTotal
The number of events dropped by this component.
ComponentErrorsTotal
The total number of errors encountered by this component.
ComponentTimedOutEventsTotal
The total number of events for which this source responded with a timeout error.
ComponentTimedOutRequestsTotal
The total number of requests for which this source responded with a timeout error.
BufferReceivedEventsTotal
The number of events received by this buffer.
BufferReceivedBytesTotal
The number of bytes received by this buffer.
BufferSentEventsTotal
The number of events sent by this buffer.
BufferSentBytesTotal
The number of bytes sent by this buffer.
BufferDiscardedEventsTotal
The number of events dropped by this buffer.
BufferDiscardedBytesTotal
The number of bytes dropped by this buffer.
BufferErrorsTotal
The total number of buffer errors encountered.
AggregateEventsRecordedTotal
The number of events recorded by the aggregate transform.
AggregateFailedUpdates
The number of failed metric updates, incremental adds, encountered by the aggregate transform.
AggregateFlushesTotal
The number of flushes done by the aggregate transform.
ApiStartedTotal
The number of times the Vector API has been started.
CheckpointsTotal
The total number of files checkpointed.
ChecksumErrorsTotal
The total number of errors identifying files via checksum.
CollectCompletedTotal
The total number of metrics collections completed for this component.
CommandExecutedTotal
The total number of times a command has been executed.
ConnectionEstablishedTotal
The total number of times a connection has been established.
ConnectionSendErrorsTotal
The total number of errors sending data via the connection.
ConnectionShutdownTotal
The total number of times the connection has been shut down.
ContainerProcessedEventsTotal
The total number of container events processed.
ContainersUnwatchedTotal
The total number of times Vector stopped watching for container logs.
ContainersWatchedTotal
The total number of times Vector started watching for container logs.
DecoderBomRemovalsTotal
The total number of byte order marks (BOM) removed from incoming data.
DecoderMalformedReplacementWarningsTotal
The total number of warnings when replacing malformed characters during decoding.
DorisBytesLoadedTotal
The total number of bytes loaded into Doris.
DorisRowsFilteredTotal
The total number of rows filtered by Doris during stream load.
DorisRowsLoadedTotal
The total number of rows successfully loaded into Doris.
EncoderUnmappableReplacementWarningsTotal
The total number of warnings when replacing unmappable characters during encoding.
EventsDiscardedTotal
The total number of events discarded by this component.
FilesAddedTotal
The total number of files Vector has found to watch.
FilesDeletedTotal
The total number of files deleted.
FilesResumedTotal
The total number of times Vector has resumed watching a file.
FilesUnwatchedTotal
The total number of times Vector has stopped watching a file.
GrpcServerMessagesReceivedTotal
The total number of gRPC messages received.
GrpcServerMessagesSentTotal
The total number of gRPC messages sent.
HttpClientErrorsTotal
The total number of HTTP client errors encountered.
HttpClientRequestsSentTotal
The total number of sent HTTP requests, tagged with the request method.
HttpClientResponsesTotal
The total number of HTTP requests, tagged with the response code.
HttpServerRequestsReceivedTotal
The total number of HTTP requests received.
HttpServerResponsesSentTotal
The total number of HTTP responses sent.
KafkaConsumedMessagesBytesTotal
Total number of message bytes (including framing) received from Kafka brokers.
KafkaConsumedMessagesTotal
Total number of messages consumed, not including ignored messages (due to offset, etc), from Kafka brokers.
KafkaProducedMessagesBytesTotal
Total number of message bytes (including framing, such as per-Message framing and MessageSet/batch framing) transmitted to Kafka brokers.
KafkaProducedMessagesTotal
Total number of messages transmitted (produced) to Kafka brokers.
KafkaRequestsBytesTotal
Total number of bytes transmitted to Kafka brokers.
KafkaRequestsTotal
Total number of requests sent to Kafka brokers.
KafkaResponsesBytesTotal
Total number of bytes received from Kafka brokers.
KafkaResponsesTotal
Total number of responses received from Kafka brokers.
MetadataRefreshFailedTotal
The total number of failed efforts to refresh AWS EC2 metadata.
MetadataRefreshSuccessfulTotal
The total number of AWS EC2 metadata refreshes.
ParseErrorsTotal
The total number of errors encountered while parsing.
QuitTotal
The total number of times the Vector instance has quit.
ReloadedTotal
The total number of times the Vector instance has been reloaded.
RewrittenTimestampEventsTotal
The total number of events whose timestamps were rewritten to maintain ordering.
SqsMessageDeferSucceededTotal
The total number of successful deferrals of SQS messages.
SqsMessageDeleteSucceededTotal
The total number of successful deletions of SQS messages.
SqsMessageProcessingSucceededTotal
The total number of SQS messages successfully processed.
SqsMessageReceiveSucceededTotal
The total number of times successfully receiving SQS messages.
SqsMessageReceivedMessagesTotal
The total number of received SQS messages.
StaleEventsFlushedTotal
The number of stale events that Vector has flushed.
StartedTotal
The total number of times the Vector instance has been started.
StoppedTotal
The total number of times the Vector instance has been stopped.
TagCardinalityUntrackedEventsTotal
The total number of events whose tag keys are no longer tracked because max_tracked_keys was reached. These events pass through the transform unchecked.
TagValueLimitExceededTotal
The total number of events discarded because the tag has been rejected after
hitting the configured value_limit. When internal_metrics.include_extended_tags
is enabled in the tag_cardinality_limit transform, this metric includes
metric_name and tag_key labels. By default, this metric has no labels to
keep cardinality low.
ValueLimitReachedTotal
The total number of times new values for a key have been rejected because the value limit has been reached.
WebsocketBytesSentTotal
The total number of bytes sent over WebSocket connections.
WebsocketMessagesSentTotal
The total number of messages sent over WebSocket connections.
WindowsServiceInstallTotal
The total number of times the Windows service has been installed.
WindowsServiceRestartTotal
The total number of times the Windows service has been restarted.
WindowsServiceStartTotal
The total number of times the Windows service has been started.
WindowsServiceStopTotal
The total number of times the Windows service has been stopped.
WindowsServiceUninstallTotal
The total number of times the Windows service has been uninstalled.
K8sEventNamespaceAnnotationFailuresTotal
The total number of failures to annotate Kubernetes events with namespace metadata.
K8sEventNodeAnnotationFailuresTotal
The total number of failures to annotate Kubernetes events with node metadata.
K8sFormatPickerEdgeCasesTotal
The total number of edge cases encountered while picking format of the Kubernetes log message.
K8sDockerFormatParseFailuresTotal
The total number of failures to parse a message as a JSON object.
SqsS3EventRecordIgnoredTotal
The total number of times an S3 record in an SQS message was ignored (for an event that was not ObjectCreated).
ComponentAllocatedBytesTotal
The total number of bytes allocated by this component.
ComponentDeallocatedBytesTotal
The total number of bytes deallocated by this component.
MemoryEnrichmentTableFailedInsertions
The total number of failed insertions into the in-memory enrichment table.
MemoryEnrichmentTableFailedReads
The total number of failed reads from the in-memory enrichment table.
MemoryEnrichmentTableFlushesTotal
The total number of flushes of the in-memory enrichment table.
MemoryEnrichmentTableInsertionsTotal
The total number of successful insertions into the in-memory enrichment table.
MemoryEnrichmentTableReadsTotal
The total number of successful reads from the in-memory enrichment table.
MemoryEnrichmentTableTtlExpirations
The total number of entries evicted from the in-memory enrichment table due to TTL expiration.
ConnectionReadErrorsTotal
The total number of errors reading datagram.
InternalMetricsCardinalityTotal
The total number of metrics emitted from the internal metrics registry. This metric is deprecated in favor of internal_metrics_cardinality.
ConfigReloadRejected
Number of configuration reload attempts that were rejected.
Utf8ConvertErrorsTotal
The total number of errors converting bytes to a UTF-8 string in UDP mode.
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
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Configurable for CounterName
impl Configurable for CounterName
Source§fn referenceable_name() -> Option<&'static str>
fn referenceable_name() -> Option<&'static str>
Source§fn generate_schema(
schema_gen: &RefCell<SchemaGenerator>,
) -> Result<SchemaObject, GenerateError>
fn generate_schema( schema_gen: &RefCell<SchemaGenerator>, ) -> Result<SchemaObject, GenerateError>
§fn is_optional() -> boolwhere
Self: Sized,
fn is_optional() -> boolwhere
Self: Sized,
§fn validate_metadata(_metadata: &Metadata) -> Result<(), GenerateError>where
Self: Sized,
fn validate_metadata(_metadata: &Metadata) -> Result<(), GenerateError>where
Self: Sized,
§fn as_configurable_ref() -> ConfigurableRefwhere
Self: Sized + 'static,
fn as_configurable_ref() -> ConfigurableRefwhere
Self: Sized + 'static,
Source§impl Debug for CounterName
impl Debug for CounterName
Source§impl<'de> Deserialize<'de> for CounterName
impl<'de> Deserialize<'de> for CounterName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
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
Source§impl Serialize for CounterName
impl Serialize for CounterName
Source§impl ToValue for CounterName
impl ToValue 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
§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
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>
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>
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
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>
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>
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
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
§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>
§fn octets_into(self) -> Targetwhere
Self::Error: Into<Infallible>,
fn octets_into(self) -> Targetwhere
Self::Error: Into<Infallible>,
§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,
§fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>where
C: Color,
fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>where
C: Color,
§fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>
fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>
§fn default_color(&self) -> FgColorDisplay<'_, Default, Self>
fn default_color(&self) -> FgColorDisplay<'_, Default, Self>
§fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>
fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>
§fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>
fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>
§fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>
fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>
§fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>
fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>
§fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>
fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>
§fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>
fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>
§fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>
fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>
§fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>
fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>
§fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>
fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>
§fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>
fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>
§fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>
fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>
§fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
§fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
§fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
§fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
§fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>
fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>
§fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>
fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>
§fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>
fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>
§fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>
fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>
§fn blink_fast(&self) -> BlinkFastDisplay<'_, Self>
fn blink_fast(&self) -> BlinkFastDisplay<'_, Self>
§fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>
fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>
§fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
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,
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>
§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>
§fn truecolor(&self, r: u8, g: u8, b: u8) -> FgDynColorDisplay<'_, Rgb, Self>
fn truecolor(&self, r: u8, g: u8, b: u8) -> FgDynColorDisplay<'_, Rgb, Self>
§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>
§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,
§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,
§fn decompression(self) -> Decompression<Self>where
Self: Sized,
fn decompression(self) -> Decompression<Self>where
Self: Sized,
§fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
§fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
§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.