Uses of Class
org.apache.solr.metrics.otel.instruments.AttributedLongCounter
Packages that use AttributedLongCounter
Package
Description
Concrete implementations of
SolrRequestHandlerA collection of bound OTEL instruments which are reusable wrappers around OpenTelemetry metric
instruments that are pre-bound to a fixed set of Attributes.
Commonly used classes for Solr security framework.
APIs and classes for managing index updates
-
Uses of AttributedLongCounter in org.apache.solr.handler
Fields in org.apache.solr.handler declared as AttributedLongCounterModifier and TypeFieldDescriptionRequestHandlerBase.HandlerMetrics.numClientErrorsRequestHandlerBase.HandlerMetrics.numServerErrorsRequestHandlerBase.HandlerMetrics.numTimeoutsRequestHandlerBase.HandlerMetrics.requests -
Uses of AttributedLongCounter in org.apache.solr.metrics.otel.instruments
Subclasses of AttributedLongCounter in org.apache.solr.metrics.otel.instrumentsModifier and TypeClassDescriptionclassAn AttributedLongCounter that writes to both core and node registries with corresponding attributes.Methods in org.apache.solr.metrics.otel.instruments that return AttributedLongCounterModifier and TypeMethodDescriptionAttributedInstrumentFactory.attributedLongCounter(String metricName, String description, io.opentelemetry.api.common.Attributes additionalAttributes) -
Uses of AttributedLongCounter in org.apache.solr.security
Fields in org.apache.solr.security declared as AttributedLongCounterModifier and TypeFieldDescriptionprotected AttributedLongCounterAuthenticationPlugin.numAuthenticatedprotected AttributedLongCounterAuditLoggerPlugin.numErrorsprotected AttributedLongCounterAuthenticationPlugin.numErrorsprotected AttributedLongCounterAuditLoggerPlugin.numLoggedprotected AttributedLongCounterAuditLoggerPlugin.numLostprotected AttributedLongCounterAuthenticationPlugin.numMissingCredentialsprotected AttributedLongCounterAuthenticationPlugin.numPassThroughprotected AttributedLongCounterAuthenticationPlugin.numWrongCredentialsprotected AttributedLongCounterAuthenticationPlugin.requests -
Uses of AttributedLongCounter in org.apache.solr.update
Fields in org.apache.solr.update declared as AttributedLongCounterModifier and TypeFieldDescriptionprotected AttributedLongCounterUpdateLog.applyingBufferedOpsCounterprotected AttributedLongCounterUpdateLog.copyOverOldUpdatesCounterprotected AttributedLongCounterUpdateLog.replayOpsCounter