Documentation ¶
Index ¶
Constants ¶
View Source
const ( GreptimeDBComponentName = "app.greptime.io/component" GreptimeDBConfigDir = "/etc/greptimedb" GreptimeDBTLSDir = "/etc/greptimedb/tls" // GreptimeDBInitConfigDir used for greptimedb-initializer. GreptimeDBInitConfigDir = "/etc/greptimedb-init" GreptimeDBConfigFileName = "config.toml" MainContainerIndex = 0 ConfigVolumeName = "config" InitConfigVolumeName = "init-config" TLSVolumeName = "tls" DefaultTLSMode = "prefer" // LogsTableName is the table name of storing greptimedb logs. LogsTableName = "_gt_logs" // SlowQueriesTableName is the table name of storing slow queries. SlowQueriesTableName = "_gt_slow_queries" // DefaultVectorConfigName is the default name of vector config. DefaultVectorConfigName = "vector-config" // DefaultLogsVolumeName is the default name of logs volume. DefaultLogsVolumeName = "logs" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.