HaoKunT

Results 3 issues of HaoKunT

According to [v1.4.0 semantic specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#http-client), for http clients, it is recommended to use `net.peer.name` instead of `http.host`. Should the client request in the otelhttp package include attributes such as net.peer.ip?...

Sorry for asking another question about `external_url`. I known that this parmater is not offered in this docker. And it generated by the `GITLAB_HOST` and `GITLAB_PORT`. I have a reverse...

``` golang func (i *Injector) injectJobs(cfg *config.Config) error { for _, job := range cfg.ScrapeConfigs { if i.option.ProxyURL != "" { u, err := url.Parse(i.option.ProxyURL) if err != nil {...