Common configuration

The common configuration has 2 parts, which are logger configuration and the telemetry configuration.

Logger

ConfigDefaultDescription
log_pattern%time [%level][%field] - %msgThe log format pattern configuration.
time_pattern2006-01-02 15:04:05.000The time format pattern configuration.
levelinfoThe lowest level of printing allowed.

Self Telemetry

ConfigDefaultDescription
clusterdefault-clusterThe space concept for the deployment, such as the namespace concept in the Kubernetes.
servicedefault-serviceThe group concept for the deployment, such as the service resource concept in the Kubernetes.
instancedefault-instanceThe minimum running unit, such as the pod concept in the Kubernetes.