AppDirPermissions defines the permissions for main application directory.
ConfigFilePermissions defines the permissions for configuration files.
DatabaseBucketName specifies the default name of the bucket used within the bbolt database for mission control data.
DatabaseDirPermissions defines the permissions for database directories.
DatabaseFilePermissions defines the permissions for database files.
DefaultAppName is the default app name for the external coordinator service.
DefaultConfigFilename is the default filename for the server configuration file.
DefaultDatabaseDirname is the default directory name for storing database files.
DefaultDatabaseFileLockTimeout specifies the default duration to wait for acquiring a file lock on the database before giving up.
DefaultDatabaseFilename is the default filename for the mission control database.
DefaultGrpcServerHost specifies the default host address that the gRPC server will bind to.
DefaultGrpcServerPort specifies the default port that the gRPC server will listen on.
DefaultHistoryThresholdDuration specifies the default duration threshold for history data pair, set to 7 days.
DefaultLogDirname is the default directory name for storing log files.
DefaultLogFilename is the default filename for the server's operational log.
DefaultLogLevel specifies the default logging level used across the application.
DefaultMaxBatchDelay specifies the default maximum delay before a batch of database write operations is committed.
DefaultMaxBatchSize specifies the default maximum number of database write operations that can be batched together.
DefaultPProfServerHost specifies the default host address that the pprof server will bind to.
DefaultPProfServerPort specifies the default port that the pprof server will listen on.
DefaultQueryMissionControlBatchSize specifies the default number of pairs to be sent in each batch when querying the aggregated mission control data.
DefaultRestServerHost specifies the default host address that the REST server will bind to.
DefaultRestServerPort specifies the default port that the REST server will listen on.
DefaultStaleDataCleanupInterval specifies the default interval for cleaning up stale mission control data from the database, set to 24 hours i.e.
DefaultThirdPartyTLSDirname is the default directory name for storing third-party TLS certificates.
DefaultTLSCertFilename is the default filename for the TLS self-signed certificate used by the server.
DefaultTLSDomainName is the default domain name for tls certificates.
DefaultTLSKeyFilename is the default filename for the TLS key associated with the server's certificate.
LogDirPermissions defines the permissions for log directories.
LogFilePermissions defines the permissions for log files.
MinFailureRelaxInterval is the minimum time that must have passed since the previously recorded failure before the failure amount may be raised in the context of mission control data.
PubKeyCompressedSize is the size of a single compressed sec pub key in bytes.
PubKeyCompressedSizeDouble is the size of compressed sec pub keys for both the source and destination nodes in the mission control data pair.
ThirdPartyTLSDirPermissions defines the permissions for third-party TLS directories.