chore: fix comment issues (#1056)
This commit is contained in:
@@ -29,7 +29,7 @@ type ServiceConf struct {
|
|||||||
Mode string `json:",default=pro,options=dev|test|rt|pre|pro"`
|
Mode string `json:",default=pro,options=dev|test|rt|pre|pro"`
|
||||||
MetricsUrl string `json:",optional"`
|
MetricsUrl string `json:",optional"`
|
||||||
Prometheus prometheus.Config `json:",optional"`
|
Prometheus prometheus.Config `json:",optional"`
|
||||||
// TODO: enable it in v1.2.1
|
// TODO: enable it in v1.2.2
|
||||||
// Telemetry opentelemetry.Config `json:",optional"`
|
// Telemetry opentelemetry.Config `json:",optional"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ func (sc ServiceConf) SetUp() error {
|
|||||||
sc.initMode()
|
sc.initMode()
|
||||||
prometheus.StartAgent(sc.Prometheus)
|
prometheus.StartAgent(sc.Prometheus)
|
||||||
|
|
||||||
// TODO: enable it in v1.2.1
|
// TODO: enable it in v1.2.2
|
||||||
// if len(sc.Telemetry.Name) == 0 {
|
// if len(sc.Telemetry.Name) == 0 {
|
||||||
// sc.Telemetry.Name = sc.Name
|
// sc.Telemetry.Name = sc.Name
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user