config

package
v1.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// HostAddress is the address of the instance.
	HostAddress string = "HOST_ADDRESS"
	// DaprGRPCPort is the dapr api grpc port.
	DaprGRPCPort string = "DAPR_GRPC_PORT"
	// DaprHTTPPort is the dapr api http port.
	DaprHTTPPort string = "DAPR_HTTP_PORT"
	// DaprMetricsPort is the dapr metrics port.
	DaprMetricsPort string = "DAPR_METRICS_PORT"
	// DaprProfilePort is the dapr performance profiling port.
	DaprProfilePort string = "DAPR_PROFILE_PORT"
	// DaprPort is the dapr internal grpc port (sidecar to sidecar).
	DaprPort string = "DAPR_PORT"
	// AppPort is the port of the application, http/grpc depending on mode.
	AppPort string = "APP_PORT"
	// AppID is the ID of the application.
	AppID string = "APP_ID"
	// OpenTelemetry target URL for OTLP exporter
	OtlpExporterEndpoint string = "OTEL_EXPORTER_OTLP_ENDPOINT"
	// OpenTelemetry disables client transport security
	OtlpExporterInsecure string = "OTEL_EXPORTER_OTLP_INSECURE"
	// OpenTelemetry transport protocol (grpc, http/protobuf, http/json)
	OtlpExporterProtocol string = "OTEL_EXPORTER_OTLP_PROTOCOL"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL