Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpService
Packages that use HttpService
Package
Description
-
Uses of HttpService in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpServiceModifier and TypeMethodDescriptionHttpService.Builder.build()HttpService.Builder.buildPartial()static HttpServiceHttpService.getDefaultInstance()HttpService.Builder.getDefaultInstanceForType()HttpService.getDefaultInstanceForType()static HttpServiceHttpService.parseDelimitedFrom(InputStream input) static HttpServiceHttpService.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpServiceHttpService.parseFrom(byte[] data) static HttpServiceHttpService.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpServiceHttpService.parseFrom(com.google.protobuf.ByteString data) static HttpServiceHttpService.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpServiceHttpService.parseFrom(com.google.protobuf.CodedInputStream input) static HttpServiceHttpService.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpServiceHttpService.parseFrom(InputStream input) static HttpServiceHttpService.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpServiceHttpService.parseFrom(ByteBuffer data) static HttpServiceHttpService.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HttpServiceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HttpService>HttpService.getParserForType()static com.google.protobuf.Parser<HttpService>HttpService.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HttpServiceModifier and TypeMethodDescriptionHttpService.Builder.mergeFrom(HttpService other) static HttpService.BuilderHttpService.newBuilder(HttpService prototype) -
Uses of HttpService in io.envoyproxy.envoy.config.trace.v3
Methods in io.envoyproxy.envoy.config.trace.v3 that return HttpServiceModifier and TypeMethodDescriptionZipkinConfig.Builder.getCollectorService()HTTP service configuration for the Zipkin collector.ZipkinConfig.getCollectorService()HTTP service configuration for the Zipkin collector.ZipkinConfigOrBuilder.getCollectorService()HTTP service configuration for the Zipkin collector.OpenTelemetryConfig.Builder.getHttpService()The upstream HTTP cluster that will receive OTLP traces.OpenTelemetryConfig.getHttpService()The upstream HTTP cluster that will receive OTLP traces.OpenTelemetryConfigOrBuilder.getHttpService()The upstream HTTP cluster that will receive OTLP traces.Methods in io.envoyproxy.envoy.config.trace.v3 with parameters of type HttpServiceModifier and TypeMethodDescriptionZipkinConfig.Builder.mergeCollectorService(HttpService value) HTTP service configuration for the Zipkin collector.OpenTelemetryConfig.Builder.mergeHttpService(HttpService value) The upstream HTTP cluster that will receive OTLP traces.ZipkinConfig.Builder.setCollectorService(HttpService value) HTTP service configuration for the Zipkin collector.OpenTelemetryConfig.Builder.setHttpService(HttpService value) The upstream HTTP cluster that will receive OTLP traces. -
Uses of HttpService in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3 that return HttpServiceModifier and TypeMethodDescriptionOpenTelemetryAccessLogConfig.Builder.getHttpService()The upstream HTTP cluster that will receive OTLP logs via `OTLP/HTTP <https://opentelemetry.io/docs/specs/otlp/#otlphttp>`_.OpenTelemetryAccessLogConfig.getHttpService()The upstream HTTP cluster that will receive OTLP logs via `OTLP/HTTP <https://opentelemetry.io/docs/specs/otlp/#otlphttp>`_.OpenTelemetryAccessLogConfigOrBuilder.getHttpService()The upstream HTTP cluster that will receive OTLP logs via `OTLP/HTTP <https://opentelemetry.io/docs/specs/otlp/#otlphttp>`_.Methods in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3 with parameters of type HttpServiceModifier and TypeMethodDescriptionOpenTelemetryAccessLogConfig.Builder.mergeHttpService(HttpService value) The upstream HTTP cluster that will receive OTLP logs via `OTLP/HTTP <https://opentelemetry.io/docs/specs/otlp/#otlphttp>`_.OpenTelemetryAccessLogConfig.Builder.setHttpService(HttpService value) The upstream HTTP cluster that will receive OTLP logs via `OTLP/HTTP <https://opentelemetry.io/docs/specs/otlp/#otlphttp>`_. -
Uses of HttpService in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 that return HttpServiceModifier and TypeMethodDescriptionExtProcHttpService.Builder.getHttpService()Sets the HTTP service which the external processing requests must be sent to.ExtProcHttpService.getHttpService()Sets the HTTP service which the external processing requests must be sent to.ExtProcHttpServiceOrBuilder.getHttpService()Sets the HTTP service which the external processing requests must be sent to.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 with parameters of type HttpServiceModifier and TypeMethodDescriptionExtProcHttpService.Builder.mergeHttpService(HttpService value) Sets the HTTP service which the external processing requests must be sent to.ExtProcHttpService.Builder.setHttpService(HttpService value) Sets the HTTP service which the external processing requests must be sent to. -
Uses of HttpService in io.envoyproxy.envoy.extensions.tracers.opentelemetry.samplers.v3
Methods in io.envoyproxy.envoy.extensions.tracers.opentelemetry.samplers.v3 that return HttpServiceModifier and TypeMethodDescriptionDynatraceSamplerConfig.Builder.getHttpService()The HTTP service to fetch the sampler configuration from the Dynatrace API (root spans per minute).DynatraceSamplerConfig.getHttpService()The HTTP service to fetch the sampler configuration from the Dynatrace API (root spans per minute).DynatraceSamplerConfigOrBuilder.getHttpService()The HTTP service to fetch the sampler configuration from the Dynatrace API (root spans per minute).Methods in io.envoyproxy.envoy.extensions.tracers.opentelemetry.samplers.v3 with parameters of type HttpServiceModifier and TypeMethodDescriptionDynatraceSamplerConfig.Builder.mergeHttpService(HttpService value) The HTTP service to fetch the sampler configuration from the Dynatrace API (root spans per minute).DynatraceSamplerConfig.Builder.setHttpService(HttpService value) The HTTP service to fetch the sampler configuration from the Dynatrace API (root spans per minute).