SkyAPM / go2sky

Distributed tracing and monitor SDK in Go for Apache SkyWalking APM
https://skywalking.apache.org/
Apache License 2.0
448 stars 122 forks source link

fixed instance register without hostname and pid #35

Closed liweiv closed 4 years ago

liweiv commented 4 years ago

fixed #27

wu-sheng commented 4 years ago

CI fails, please fix it.

liweiv commented 4 years ago

image

liweiv commented 4 years ago

CI fails, please fix it.

fixed.

withlin commented 4 years ago

Hi @veily , and thanks for opening this pull request.

One comment about this patch:

hs, err := os.Hostname() Why the err not return it?