Home
last modified time | relevance | path

Searched defs:clientTrace (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/security/lego/lego-4.5.3/vendor/github.com/go-resty/resty/v2/
H A Dtrace.go63 type clientTrace struct { struct
64 getConn time.Time
65 gotConn time.Time
66 gotFirstResponseByte time.Time
67 dnsStart time.Time
68 dnsDone time.Time
69 tlsHandshakeStart time.Time
70 tlsHandshakeDone time.Time
71 wroteRequest time.Time
72 endTime time.Time
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-resty/resty/v2/
H A Dtrace.go63 type clientTrace struct { struct
64 getConn time.Time
65 gotConn time.Time
66 gotFirstResponseByte time.Time
67 dnsStart time.Time
68 dnsDone time.Time
69 tlsHandshakeStart time.Time
70 tlsHandshakeDone time.Time
71 wroteRequest time.Time
72 endTime time.Time
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-resty/resty/v2/
H A Dtrace.go63 type clientTrace struct { struct
64 getConn time.Time
65 gotConn time.Time
66 gotFirstResponseByte time.Time
67 dnsStart time.Time
68 dnsDone time.Time
69 tlsHandshakeStart time.Time
70 tlsHandshakeDone time.Time
71 wroteRequest time.Time
72 endTime time.Time
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/go-resty/resty/v2/
H A Dtrace.go74 type clientTrace struct { struct
75 getConn time.Time
76 dnsStart time.Time
77 dnsDone time.Time
78 connectDone time.Time
79 tlsHandshakeStart time.Time
80 tlsHandshakeDone time.Time
81 gotConn time.Time
82 gotFirstResponseByte time.Time
83 endTime time.Time
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/labkit/tracing/
H A Doutbound_http.go90 type clientTrace struct { struct
91 span opentracing.Span
94 func (h *clientTrace) gotFirstResponseByte() {
98 func (h *clientTrace) connectStart(network, addr string) {
106 func (h *clientTrace) connectDone(network, addr string, err error) {
115 func (h *clientTrace) tlsHandshakeStart() {
119 func (h *clientTrace) tlsHandshakeDone(state tls.ConnectionState, err error) {
126 func (h *clientTrace) wroteHeaders() {
130 func (h *clientTrace) wroteRequest(info httptrace.WroteRequestInfo) {
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/gitlab.com/gitlab-org/labkit/tracing/
H A Doutbound_http.go90 type clientTrace struct { struct
91 span opentracing.Span
94 func (h *clientTrace) gotFirstResponseByte() {
98 func (h *clientTrace) connectStart(network, addr string) {
106 func (h *clientTrace) connectDone(network, addr string, err error) {
115 func (h *clientTrace) tlsHandshakeStart() {
119 func (h *clientTrace) tlsHandshakeDone(state tls.ConnectionState, err error) {
126 func (h *clientTrace) wroteHeaders() {
130 func (h *clientTrace) wroteRequest(info httptrace.WroteRequestInfo) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/labkit/tracing/
H A Doutbound_http.go90 type clientTrace struct { struct
91 span opentracing.Span
94 func (h *clientTrace) gotFirstResponseByte() {
98 func (h *clientTrace) connectStart(network, addr string) {
106 func (h *clientTrace) connectDone(network, addr string, err error) {
115 func (h *clientTrace) tlsHandshakeStart() {
119 func (h *clientTrace) tlsHandshakeDone(state tls.ConnectionState, err error) {
126 func (h *clientTrace) wroteHeaders() {
130 func (h *clientTrace) wroteRequest(info httptrace.WroteRequestInfo) {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/labkit/tracing/
H A Doutbound_http.go90 type clientTrace struct { struct
91 span opentracing.Span
94 func (h *clientTrace) gotFirstResponseByte() {
98 func (h *clientTrace) connectStart(network, addr string) {
106 func (h *clientTrace) connectDone(network, addr string, err error) {
115 func (h *clientTrace) tlsHandshakeStart() {
119 func (h *clientTrace) tlsHandshakeDone(state tls.ConnectionState, err error) {
126 func (h *clientTrace) wroteHeaders() {
130 func (h *clientTrace) wroteRequest(info httptrace.WroteRequestInfo) {
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
61 func traceWroteHeaders(trace *clientTrace) {
67 func traceGot100Continue(trace *clientTrace) {
73 func traceWait100Continue(trace *clientTrace) {
79 func traceWroteRequest(trace *clientTrace, err error) {
85 func traceFirstResponseByte(trace *clientTrace) {
/dports/devel/awless/awless-0.1.11/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/devel/etcd32/etcd-3.2.32/cmd/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {
/dports/security/acmetool/acmetool-0.2.1/vendor/golang.org/x/net/http2/
H A Dgo17.go38 type clientTrace httptrace.ClientTrace type
68 func traceWroteHeaders(trace *clientTrace) {
74 func traceGot100Continue(trace *clientTrace) {
80 func traceWait100Continue(trace *clientTrace) {
86 func traceWroteRequest(trace *clientTrace, err error) {
92 func traceFirstResponseByte(trace *clientTrace) {

1234567