Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { APIRouterURL string `envconfig:"API_ROUTER_URL"` BindAddr string `envconfig:"BIND_ADDR"` Debug bool `envconfig:"DEBUG"` DefaultMaximumSearchResults int `envconfig:"DEFAULT_MAXIMUM_SEARCH_RESULTS"` EnableMultivariate bool `envconfig:"ENABLE_MULTIVARIATE"` GracefulShutdownTimeout time.Duration `envconfig:"GRACEFUL_SHUTDOWN_TIMEOUT"` HealthCheckInterval time.Duration `envconfig:"HEALTHCHECK_INTERVAL"` HealthCheckCriticalTimeout time.Duration `envconfig:"HEALTHCHECK_CRITICAL_TIMEOUT"` OTBatchTimeout time.Duration `encconfig:"OTEL_BATCH_TIMEOUT"` OTServiceName string `envconfig:"OTEL_SERVICE_NAME"` OTExporterOTLPEndpoint string `envconfig:"OTEL_EXPORTER_OTLP_ENDPOINT"` PatternLibraryAssetsPath string `envconfig:"PATTERN_LIBRARY_ASSETS_PATH"` SiteDomain string `envconfig:"SITE_DOMAIN"` SupportedLanguages []string `envconfig:"SUPPORTED_LANGUAGES"` }
Config represents service configuration for dp-frontend-filter-flex-dataset
Click to show internal directories.
Click to hide internal directories.