alibaba/sentinel-golang

[BUG] App name in metric is unknown_ go_ service

Aperta

#453 aperta il 12 gen 2022

 (1 commento) (0 reazioni) (0 assegnatari)Go (453 fork)github user discovery
good first issue

Metriche repository

Star
 (2957 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Issue Description

Type: bug report

Describe what happened

https://github.com/alibaba/sentinel-golang/blob/683c229b23a96c4ad07dc795da3730db8fd9d93c/exporter/metric/exporter.go#L35-L45

Since the above code (code 1) uses the init function and is executed before the following code (code 2), the app variable in code 1 is an error.

https://github.com/alibaba/sentinel-golang/blob/683c229b23a96c4ad07dc795da3730db8fd9d93c/api/init.go#L54-L74

Guida contributor