# Connectum > Production-ready gRPC/ConnectRPC framework for Node.js ## Table of Contents - [@connectum/auth](/en/api/@connectum/auth.md) - [@connectum/auth](/en/packages/auth.md): Authentication and authorization interceptors for Connectum - [@connectum/cli](/en/api/@connectum/cli.md) - [@connectum/cli](/en/packages/cli.md): CLI tools for Connectum -- proto sync via gRPC Server Reflection - [@connectum/core](/en/api/@connectum/core.md) - [@connectum/core](/en/packages/core.md): Main server factory with protocol plugin system for Connectum - [@connectum/healthcheck](/en/api/@connectum/healthcheck.md) - [@connectum/healthcheck](/en/packages/healthcheck.md): gRPC Health Check protocol and HTTP health endpoints for Connectum - [@connectum/interceptors](/en/api/@connectum/interceptors.md) - [@connectum/interceptors](/en/packages/interceptors.md): Production-ready ConnectRPC interceptors with resilience patterns - [@connectum/otel](/en/api/@connectum/otel.md) - [@connectum/otel](/en/packages/otel.md): OpenTelemetry instrumentation for Connectum -- tracing, metrics, and logging - [@connectum/reflection](/en/api/@connectum/reflection.md) - [@connectum/reflection](/en/packages/reflection.md): gRPC Server Reflection protocol plugin for Connectum - [ADR-001: Compile-Before-Publish TypeScript Strategy](/en/contributing/adr/001-native-typescript-migration.md) - [ADR-003: Package Decomposition Strategy](/en/contributing/adr/003-package-decomposition.md) - [ADR-005: Input Validation Strategy](/en/contributing/adr/005-input-validation-strategy.md) - [ADR-006: Resilience Pattern Implementation](/en/contributing/adr/006-resilience-pattern-implementation.md) - [ADR-007: Testing Strategy](/en/contributing/adr/007-testing-strategy.md) - [ADR-008: Performance Benchmarking](/en/contributing/adr/008-performance-benchmarking.md) - [ADR-009: Migration to Buf CLI v2 for Proto Generation](/en/contributing/adr/009-buf-cli-migration.md) - [ADR-014: Per-Method Interceptor Routing (createMethodFilterInterceptor)](/en/contributing/adr/014-method-filter-interceptor.md) - [ADR-020: Reflection-based Proto Synchronization](/en/contributing/adr/020-reflection-proto-sync.md) - [ADR-022: Protocol Extraction to Separate Packages](/en/contributing/adr/022-protocol-extraction.md) - [ADR-023: Uniform Registration API for Services, Interceptors, and Protocols](/en/contributing/adr/023-uniform-registration-api.md) - [ADR-024: Auth/Authz Strategy](/en/contributing/adr/024-auth-authz-strategy.md) - [ADR-025: Package Versioning Strategy](/en/contributing/adr/025-package-versioning-strategy.md) - [Architecture Decision Records](/en/contributing/adr.md): Index of all accepted Architecture Decision Records (ADRs) for the Connectum framework. - [attributes](/en/api/@connectum/otel/attributes.md) - [Auth & Authz](/en/guide/auth.md) - [Auth Context](/en/guide/auth/context.md) - [Authorization](/en/guide/auth/authorization.md) - [Backends & Configuration](/en/guide/observability/backends.md) - [Built-in Interceptors](/en/guide/interceptors/built-in.md) - [bulkhead](/en/api/@connectum/interceptors/bulkhead.md) - [circuit-breaker](/en/api/@connectum/interceptors/circuit-breaker.md) - [Class: AuthzDeniedError](/en/api/@connectum/auth/classes/AuthzDeniedError.md) - [Class: HealthcheckManager](/en/api/@connectum/healthcheck/classes/HealthcheckManager.md) - [Class: LruCache\](/en/api/@connectum/auth/classes/LruCache.md) - [CLI Commands Reference](/en/contributing/cli-commands.md) - [Client Interceptors](/en/guide/service-communication/client-interceptors.md) - [client-interceptor](/en/api/@connectum/otel/client-interceptor.md) - [commands/proto-sync](/en/api/@connectum/cli/commands/proto-sync.md) - [Communication Patterns](/en/guide/service-communication/patterns.md) - [config](/en/api/@connectum/core/config.md) - [Connectum — Microservices Framework](/en.md) - [Connectum API Reference](/en/api.md) - [Connectum Framework](/en/guide/about.md) - [Contributing](/en/contributing.md): How to contribute to the Connectum framework -- guidelines, setup, and conventions. - [Creating Custom Interceptors](/en/guide/interceptors/custom.md) - [Creating Custom Protocol Plugins](/en/guide/protocols/custom.md) - [defaults](/en/api/@connectum/interceptors/defaults.md) - [Development Setup](/en/contributing/development-setup.md) - [Docker Containerization](/en/guide/production/docker.md): Multi-stage Dockerfile, docker-compose, and image optimization for Connectum gRPC/ConnectRPC microservices. - [Environment Configuration](/en/guide/server/configuration.md) - [Envoy Gateway + OpenAPI](/en/guide/production/envoy-gateway.md): gRPC-JSON transcoding with Envoy Gateway, OpenAPI generation from proto files, and Swagger UI for Connectum services. - [Erasable Syntax](/en/guide/typescript/erasable-syntax.md) - [errorHandler](/en/api/@connectum/interceptors/errorHandler.md) - [fallback](/en/api/@connectum/interceptors/fallback.md) - [Function: applyAttributeFilter()](/en/api/@connectum/otel/shared/functions/applyAttributeFilter.md) - [Function: buildBaseAttributes()](/en/api/@connectum/otel/shared/functions/buildBaseAttributes.md) - [Function: buildErrorAttributes()](/en/api/@connectum/otel/shared/functions/buildErrorAttributes.md) - [Function: collectFileProtos()](/en/api/@connectum/reflection/functions/collectFileProtos.md) - [Function: createAuthInterceptor()](/en/api/@connectum/auth/functions/createAuthInterceptor.md) - [Function: createAuthzInterceptor()](/en/api/@connectum/auth/functions/createAuthzInterceptor.md) - [Function: createBulkheadInterceptor()](/en/api/@connectum/interceptors/bulkhead/functions/createBulkheadInterceptor.md) - [Function: createCircuitBreakerInterceptor()](/en/api/@connectum/interceptors/circuit-breaker/functions/createCircuitBreakerInterceptor.md) - [Function: createDefaultInterceptors()](/en/api/@connectum/interceptors/defaults/functions/createDefaultInterceptors.md) - [Function: createErrorHandlerInterceptor()](/en/api/@connectum/interceptors/errorHandler/functions/createErrorHandlerInterceptor.md) - [Function: createFallbackInterceptor()](/en/api/@connectum/interceptors/fallback/functions/createFallbackInterceptor.md) - [Function: createGatewayAuthInterceptor()](/en/api/@connectum/auth/functions/createGatewayAuthInterceptor.md) - [Function: createHealthcheckManager()](/en/api/@connectum/healthcheck/functions/createHealthcheckManager.md) - [Function: createHttpHealthHandler()](/en/api/@connectum/healthcheck/functions/createHttpHealthHandler.md) - [Function: createJwtAuthInterceptor()](/en/api/@connectum/auth/functions/createJwtAuthInterceptor.md) - [Function: createLoggerInterceptor()](/en/api/@connectum/interceptors/logger/functions/createLoggerInterceptor.md) - [Function: createMethodFilterInterceptor()](/en/api/@connectum/interceptors/method-filter/functions/createMethodFilterInterceptor.md) - [Function: createMockAuthContext()](/en/api/@connectum/auth/testing/functions/createMockAuthContext.md) - [Function: createOtelClientInterceptor()](/en/api/@connectum/otel/client-interceptor/functions/createOtelClientInterceptor.md) - [Function: createOtelInterceptor()](/en/api/@connectum/otel/interceptor/functions/createOtelInterceptor.md) - [Function: createProtoAuthzInterceptor()](/en/api/@connectum/auth/functions/createProtoAuthzInterceptor.md) - [Function: createRetryInterceptor()](/en/api/@connectum/interceptors/retry/functions/createRetryInterceptor.md) - [Function: createRpcClientMetrics()](/en/api/@connectum/otel/metrics/functions/createRpcClientMetrics.md) - [Function: createRpcServerMetrics()](/en/api/@connectum/otel/metrics/functions/createRpcServerMetrics.md) - [Function: createSerializerInterceptor()](/en/api/@connectum/interceptors/serializer/functions/createSerializerInterceptor.md) - [Function: createServer()](/en/api/@connectum/core/functions/createServer.md) - [Function: createSessionAuthInterceptor()](/en/api/@connectum/auth/functions/createSessionAuthInterceptor.md) - [Function: createTestJwt()](/en/api/@connectum/auth/testing/functions/createTestJwt.md) - [Function: createTimeoutInterceptor()](/en/api/@connectum/interceptors/timeout/functions/createTimeoutInterceptor.md) - [Function: estimateMessageSize()](/en/api/@connectum/otel/shared/functions/estimateMessageSize.md) - [Function: executeProtoSync()](/en/api/@connectum/cli/commands/proto-sync/functions/executeProtoSync.md) - [Function: fetchFileDescriptorSetBinary()](/en/api/@connectum/cli/utils/reflection/functions/fetchFileDescriptorSetBinary.md) - [Function: fetchReflectionData()](/en/api/@connectum/cli/utils/reflection/functions/fetchReflectionData.md) - [Function: getAuthContext()](/en/api/@connectum/auth/functions/getAuthContext.md) - [Function: getBatchSpanProcessorOptions()](/en/api/@connectum/otel/functions/getBatchSpanProcessorOptions.md) - [Function: getCollectorOptions()](/en/api/@connectum/otel/functions/getCollectorOptions.md) - [Function: getLogger()](/en/api/@connectum/otel/logger/functions/getLogger.md) - [Function: getMeter()](/en/api/@connectum/otel/meter/functions/getMeter.md) - [Function: getOTLPSettings()](/en/api/@connectum/otel/functions/getOTLPSettings.md) - [Function: getProvider()](/en/api/@connectum/otel/provider/functions/getProvider.md) - [Function: getPublicMethods()](/en/api/@connectum/auth/functions/getPublicMethods.md) - [Function: getServiceMetadata()](/en/api/@connectum/otel/functions/getServiceMetadata.md) - [Function: getTLSPath()](/en/api/@connectum/core/functions/getTLSPath.md) - [Function: getTracer()](/en/api/@connectum/otel/tracer/functions/getTracer.md) - [Function: Healthcheck()](/en/api/@connectum/healthcheck/functions/Healthcheck.md) - [Function: initProvider()](/en/api/@connectum/otel/provider/functions/initProvider.md) - [Function: isSanitizableError()](/en/api/@connectum/core/functions/isSanitizableError.md) - [Function: matchesMethodPattern()](/en/api/@connectum/auth/functions/matchesMethodPattern.md) - [Function: parseAuthHeaders()](/en/api/@connectum/auth/functions/parseAuthHeaders.md) - [Function: parseEnvConfig()](/en/api/@connectum/core/functions/parseEnvConfig.md) - [Function: parseServiceFromUrl()](/en/api/@connectum/healthcheck/functions/parseServiceFromUrl.md) - [Function: readTLSCertificates()](/en/api/@connectum/core/functions/readTLSCertificates.md) - [Function: Reflection()](/en/api/@connectum/reflection/functions/Reflection.md) - [Function: requireAuthContext()](/en/api/@connectum/auth/functions/requireAuthContext.md) - [Function: resolveMethodAuth()](/en/api/@connectum/auth/functions/resolveMethodAuth.md) - [Function: safeParseEnvConfig()](/en/api/@connectum/core/functions/safeParseEnvConfig.md) - [Function: setAuthHeaders()](/en/api/@connectum/auth/functions/setAuthHeaders.md) - [Function: shutdownProvider()](/en/api/@connectum/otel/provider/functions/shutdownProvider.md) - [Function: traceAll()](/en/api/@connectum/otel/traceAll/functions/traceAll.md) - [Function: traced()](/en/api/@connectum/otel/traced/functions/traced.md) - [Function: withAuthContext()](/en/api/@connectum/auth/testing/functions/withAuthContext.md) - [Function: wrapAsyncIterable()](/en/api/@connectum/otel/shared/functions/wrapAsyncIterable.md) - [Gateway Authentication](/en/guide/auth/gateway.md) - [Graceful Shutdown](/en/guide/server/graceful-shutdown.md) - [Health Check Protocol](/en/guide/health-checks/protocol.md) - [Health Checks](/en/guide/health-checks.md) - [interceptor](/en/api/@connectum/otel/interceptor.md) - [Interceptors](/en/guide/interceptors.md) - [Interface: AuthContext](/en/api/@connectum/auth/interfaces/AuthContext.md) - [Interface: AuthInterceptorOptions](/en/api/@connectum/auth/interfaces/AuthInterceptorOptions.md) - [Interface: AuthzDeniedDetails](/en/api/@connectum/auth/interfaces/AuthzDeniedDetails.md) - [Interface: AuthzInterceptorOptions](/en/api/@connectum/auth/interfaces/AuthzInterceptorOptions.md) - [Interface: AuthzRule](/en/api/@connectum/auth/interfaces/AuthzRule.md) - [Interface: BaseAttributeParams](/en/api/@connectum/otel/shared/interfaces/BaseAttributeParams.md) - [Interface: BatchSpanProcessorOptions](/en/api/@connectum/otel/interfaces/BatchSpanProcessorOptions.md) - [Interface: BulkheadOptions](/en/api/@connectum/interceptors/interfaces/BulkheadOptions.md) - [Interface: CacheOptions](/en/api/@connectum/auth/interfaces/CacheOptions.md) - [Interface: CircuitBreakerOptions](/en/api/@connectum/interceptors/interfaces/CircuitBreakerOptions.md) - [Interface: CollectorOptions](/en/api/@connectum/otel/interfaces/CollectorOptions.md) - [Interface: CreateServerOptions](/en/api/@connectum/core/types/interfaces/CreateServerOptions.md) - [Interface: DefaultInterceptorOptions](/en/api/@connectum/interceptors/defaults/interfaces/DefaultInterceptorOptions.md) - [Interface: ErrorHandlerOptions](/en/api/@connectum/interceptors/interfaces/ErrorHandlerOptions.md) - [Interface: FallbackOptions\](/en/api/@connectum/interceptors/interfaces/FallbackOptions.md) - [Interface: GatewayAuthInterceptorOptions](/en/api/@connectum/auth/interfaces/GatewayAuthInterceptorOptions.md) - [Interface: GatewayHeaderMapping](/en/api/@connectum/auth/interfaces/GatewayHeaderMapping.md) - [Interface: HealthcheckOptions](/en/api/@connectum/healthcheck/interfaces/HealthcheckOptions.md) - [Interface: JwtAuthInterceptorOptions](/en/api/@connectum/auth/interfaces/JwtAuthInterceptorOptions.md) - [Interface: Logger](/en/api/@connectum/otel/logger/interfaces/Logger.md) - [Interface: LoggerOptions](/en/api/@connectum/interceptors/interfaces/LoggerOptions.md) - [Interface: LoggerOptions](/en/api/@connectum/otel/logger/interfaces/LoggerOptions.md) - [Interface: Meter](/en/api/@connectum/otel/interfaces/Meter.md) - [Interface: OtelBaseOptions](/en/api/@connectum/otel/interfaces/OtelBaseOptions.md) - [Interface: OtelClientInterceptorOptions](/en/api/@connectum/otel/interfaces/OtelClientInterceptorOptions.md) - [Interface: OtelInterceptorOptions](/en/api/@connectum/otel/interfaces/OtelInterceptorOptions.md) - [Interface: OTLPSettings](/en/api/@connectum/otel/interfaces/OTLPSettings.md) - [Interface: ProtoAuthzInterceptorOptions](/en/api/@connectum/auth/interfaces/ProtoAuthzInterceptorOptions.md) - [Interface: ProtocolContext](/en/api/@connectum/core/types/interfaces/ProtocolContext.md) - [Interface: ProtocolRegistration](/en/api/@connectum/core/types/interfaces/ProtocolRegistration.md) - [Interface: ProtoSyncOptions](/en/api/@connectum/cli/commands/proto-sync/interfaces/ProtoSyncOptions.md) - [Interface: ProviderOptions](/en/api/@connectum/otel/provider/interfaces/ProviderOptions.md) - [Interface: ReflectionResult](/en/api/@connectum/cli/utils/reflection/interfaces/ReflectionResult.md) - [Interface: ResolvedMethodAuth](/en/api/@connectum/auth/interfaces/ResolvedMethodAuth.md) - [Interface: RetryOptions](/en/api/@connectum/interceptors/interfaces/RetryOptions.md) - [Interface: RpcClientMetrics](/en/api/@connectum/otel/metrics/interfaces/RpcClientMetrics.md) - [Interface: RpcServerMetrics](/en/api/@connectum/otel/metrics/interfaces/RpcServerMetrics.md) - [Interface: SanitizableError](/en/api/@connectum/core/interfaces/SanitizableError.md) - [Interface: SerializerOptions](/en/api/@connectum/interceptors/interfaces/SerializerOptions.md) - [Interface: Server](/en/api/@connectum/core/types/interfaces/Server.md) - [Interface: ServiceStatus](/en/api/@connectum/healthcheck/interfaces/ServiceStatus.md) - [Interface: SessionAuthInterceptorOptions](/en/api/@connectum/auth/interfaces/SessionAuthInterceptorOptions.md) - [Interface: ShutdownOptions](/en/api/@connectum/core/types/interfaces/ShutdownOptions.md) - [Interface: TimeoutOptions](/en/api/@connectum/interceptors/interfaces/TimeoutOptions.md) - [Interface: TLSOptions](/en/api/@connectum/core/types/interfaces/TLSOptions.md) - [Interface: TraceAllOptions](/en/api/@connectum/otel/interfaces/TraceAllOptions.md) - [Interface: TracedOptions](/en/api/@connectum/otel/interfaces/TracedOptions.md) - [Interface: Tracer](/en/api/@connectum/otel/interfaces/Tracer.md) - [Istio Service Mesh](/en/guide/production/service-mesh.md): Deploying Connectum gRPC services with Istio for automatic mTLS, traffic management, observability, and resilience. - [JWT Authentication](/en/guide/auth/jwt.md) - [Kubernetes Deployment](/en/guide/production/kubernetes.md): Complete Kubernetes manifests for deploying Connectum gRPC/ConnectRPC microservices with health probes, auto-scaling, and graceful shutdown. - [Kubernetes Integration](/en/guide/health-checks/kubernetes.md) - [logger](/en/api/@connectum/interceptors/logger.md) - [logger](/en/api/@connectum/otel/logger.md) - [Logging](/en/guide/observability/logging.md) - [meter](/en/api/@connectum/otel/meter.md) - [method-filter](/en/api/@connectum/interceptors/method-filter.md) - [metrics](/en/api/@connectum/otel/metrics.md) - [Metrics](/en/guide/observability/metrics.md) - [Microservice Architecture Patterns](/en/guide/production/architecture.md): Scalable architecture patterns for production gRPC/ConnectRPC microservices with Connectum framework. - [Migration & Changelog](/en/migration.md): Migration guides and breaking changes for Connectum releases - [Mutual TLS (mTLS)](/en/guide/security/mtls.md) - [Observability](/en/guide/observability.md) - [Patterns & Workflow](/en/guide/typescript/patterns.md) - [Per-Method Interceptor Routing](/en/guide/interceptors/method-filtering.md) - [proto](/en/api/@connectum/auth/proto.md) - [Proto Enums](/en/guide/typescript/proto-enums.md) - [Proto-Based Authorization](/en/guide/auth/proto-authz.md) - [Protocols](/en/guide/protocols.md) - [provider](/en/api/@connectum/otel/provider.md) - [Quickstart](/en/guide/quickstart.md): Build and run a gRPC/ConnectRPC microservice with Connectum in 5 minutes. - [retry](/en/api/@connectum/interceptors/retry.md) - [runn](/en/guide/testing/runn.md) - [Runtime Support](/en/guide/typescript/runtime-support.md) - [scenarigo](/en/guide/testing/scenarigo.md) - [Security](/en/guide/security.md) - [serializer](/en/api/@connectum/interceptors/serializer.md) - [Server](/en/guide/server.md) - [Server Lifecycle](/en/guide/server/lifecycle.md) - [Server Reflection](/en/guide/protocols/reflection.md) - [Service Communication](/en/guide/service-communication.md) - [Session Authentication](/en/guide/auth/session.md) - [shared](/en/api/@connectum/otel/shared.md) - [testing](/en/api/@connectum/auth/testing.md) - [Testing](/en/guide/testing.md) - [timeout](/en/api/@connectum/interceptors/timeout.md) - [TLS Configuration](/en/guide/security/tls.md) - [traceAll](/en/api/@connectum/otel/traceAll.md) - [traced](/en/api/@connectum/otel/traced.md) - [tracer](/en/api/@connectum/otel/tracer.md) - [Tracing](/en/guide/observability/tracing.md) - [Type Alias: ArgsFilter()](/en/api/@connectum/otel/type-aliases/ArgsFilter.md) - [Type Alias: AuthRequirements](/en/api/@connectum/auth/proto/type-aliases/AuthRequirements.md) - [Type Alias: AuthzEffect](/en/api/@connectum/auth/type-aliases/AuthzEffect.md) - [Type Alias: ConnectErrorCode](/en/api/@connectum/otel/attributes/type-aliases/ConnectErrorCode.md) - [Type Alias: ConnectumEnv](/en/api/@connectum/core/type-aliases/ConnectumEnv.md) - [Type Alias: ExporterType](/en/api/@connectum/otel/type-aliases/ExporterType.md) - [Type Alias: HttpHandler()](/en/api/@connectum/core/types/type-aliases/HttpHandler.md) - [Type Alias: InterceptorFactory\](/en/api/@connectum/auth/type-aliases/InterceptorFactory.md) - [Type Alias: InterceptorFactory\](/en/api/@connectum/interceptors/type-aliases/InterceptorFactory.md) - [Type Alias: LifecycleEvent](/en/api/@connectum/core/types/type-aliases/LifecycleEvent.md) - [Type Alias: MethodArgsFilter()](/en/api/@connectum/otel/type-aliases/MethodArgsFilter.md) - [Type Alias: MethodAuth](/en/api/@connectum/auth/proto/type-aliases/MethodAuth.md) - [Type Alias: MethodFilterMap](/en/api/@connectum/interceptors/type-aliases/MethodFilterMap.md) - [Type Alias: NodeRequest](/en/api/@connectum/core/types/type-aliases/NodeRequest.md) - [Type Alias: NodeResponse](/en/api/@connectum/core/types/type-aliases/NodeResponse.md) - [Type Alias: OtelAttributeFilter()](/en/api/@connectum/otel/type-aliases/OtelAttributeFilter.md) - [Type Alias: OtelFilter()](/en/api/@connectum/otel/type-aliases/OtelFilter.md) - [Type Alias: ServerState](/en/api/@connectum/core/types/type-aliases/ServerState.md) - [Type Alias: ServiceAuth](/en/api/@connectum/auth/proto/type-aliases/ServiceAuth.md) - [Type Alias: ServiceRoute()](/en/api/@connectum/core/types/type-aliases/ServiceRoute.md) - [Type Alias: ServingStatus](/en/api/@connectum/healthcheck/type-aliases/ServingStatus.md) - [Type Alias: ShutdownHook()](/en/api/@connectum/core/types/type-aliases/ShutdownHook.md) - [Type Alias: TransportServer](/en/api/@connectum/core/types/type-aliases/TransportServer.md) - [types](/en/api/@connectum/core/types.md) - [TypeScript](/en/guide/typescript.md) - [utils/reflection](/en/api/@connectum/cli/utils/reflection.md) - [Validation](/en/guide/validation.md): Proto-first input validation with protovalidate in Connectum services. - [Variable: ATTR\_ERROR\_TYPE](/en/api/@connectum/otel/attributes/variables/ATTR_ERROR_TYPE.md) - [Variable: ATTR\_NETWORK\_PEER\_ADDRESS](/en/api/@connectum/otel/attributes/variables/ATTR_NETWORK_PEER_ADDRESS.md) - [Variable: ATTR\_NETWORK\_PEER\_PORT](/en/api/@connectum/otel/attributes/variables/ATTR_NETWORK_PEER_PORT.md) - [Variable: ATTR\_NETWORK\_PROTOCOL\_NAME](/en/api/@connectum/otel/attributes/variables/ATTR_NETWORK_PROTOCOL_NAME.md) - [Variable: ATTR\_NETWORK\_TRANSPORT](/en/api/@connectum/otel/attributes/variables/ATTR_NETWORK_TRANSPORT.md) - [Variable: ATTR\_RPC\_CONNECT\_RPC\_STATUS\_CODE](/en/api/@connectum/otel/attributes/variables/ATTR_RPC_CONNECT_RPC_STATUS_CODE.md) - [Variable: ATTR\_RPC\_MESSAGE\_ID](/en/api/@connectum/otel/attributes/variables/ATTR_RPC_MESSAGE_ID.md) - [Variable: ATTR\_RPC\_MESSAGE\_TYPE](/en/api/@connectum/otel/attributes/variables/ATTR_RPC_MESSAGE_TYPE.md) - [Variable: ATTR\_RPC\_MESSAGE\_UNCOMPRESSED\_SIZE](/en/api/@connectum/otel/attributes/variables/ATTR_RPC_MESSAGE_UNCOMPRESSED_SIZE.md) - [Variable: ATTR\_RPC\_METHOD](/en/api/@connectum/otel/attributes/variables/ATTR_RPC_METHOD.md) - [Variable: ATTR\_RPC\_SERVICE](/en/api/@connectum/otel/attributes/variables/ATTR_RPC_SERVICE.md) - [Variable: ATTR\_RPC\_SYSTEM](/en/api/@connectum/otel/attributes/variables/ATTR_RPC_SYSTEM.md) - [Variable: ATTR\_SERVER\_ADDRESS](/en/api/@connectum/otel/attributes/variables/ATTR_SERVER_ADDRESS.md) - [Variable: ATTR\_SERVER\_PORT](/en/api/@connectum/otel/attributes/variables/ATTR_SERVER_PORT.md) - [Variable: AUTH\_HEADERS](/en/api/@connectum/auth/variables/AUTH_HEADERS.md) - [Variable: authContextStorage](/en/api/@connectum/auth/variables/authContextStorage.md) - [Variable: AuthRequirementsSchema](/en/api/@connectum/auth/proto/variables/AuthRequirementsSchema.md) - [Variable: AuthzEffect](/en/api/@connectum/auth/variables/AuthzEffect.md) - [Variable: BooleanFromStringSchema](/en/api/@connectum/core/variables/BooleanFromStringSchema.md) - [Variable: ConnectErrorCode](/en/api/@connectum/otel/attributes/variables/ConnectErrorCode.md) - [Variable: ConnectErrorCodeName](/en/api/@connectum/otel/attributes/variables/ConnectErrorCodeName.md) - [Variable: ConnectumEnvSchema](/en/api/@connectum/core/variables/ConnectumEnvSchema.md) - [Variable: ExporterType](/en/api/@connectum/otel/variables/ExporterType.md) - [Variable: healthcheckManager](/en/api/@connectum/healthcheck/variables/healthcheckManager.md) - [Variable: LifecycleEvent](/en/api/@connectum/core/types/variables/LifecycleEvent.md) - [Variable: LogFormatSchema](/en/api/@connectum/core/variables/LogFormatSchema.md) - [Variable: LoggerBackendSchema](/en/api/@connectum/core/variables/LoggerBackendSchema.md) - [Variable: LogLevelSchema](/en/api/@connectum/core/variables/LogLevelSchema.md) - [Variable: method\_auth](/en/api/@connectum/auth/proto/variables/method_auth.md) - [Variable: MethodAuthSchema](/en/api/@connectum/auth/proto/variables/MethodAuthSchema.md) - [Variable: NodeEnvSchema](/en/api/@connectum/core/variables/NodeEnvSchema.md) - [Variable: protoSyncCommand](/en/api/@connectum/cli/commands/proto-sync/variables/protoSyncCommand.md) - [Variable: RPC\_MESSAGE\_EVENT](/en/api/@connectum/otel/attributes/variables/RPC_MESSAGE_EVENT.md) - [Variable: RPC\_SYSTEM\_CONNECT\_RPC](/en/api/@connectum/otel/attributes/variables/RPC_SYSTEM_CONNECT_RPC.md) - [Variable: ServerState](/en/api/@connectum/core/types/variables/ServerState.md) - [Variable: service\_auth](/en/api/@connectum/auth/proto/variables/service_auth.md) - [Variable: ServiceAuthSchema](/en/api/@connectum/auth/proto/variables/ServiceAuthSchema.md) - [Variable: ServingStatus](/en/api/@connectum/healthcheck/variables/ServingStatus.md) - [Variable: TEST\_JWT\_SECRET](/en/api/@connectum/auth/testing/variables/TEST_JWT_SECRET.md) - [Variable: tlsPath](/en/api/@connectum/core/variables/tlsPath.md)