Home
last modified time | relevance | path

Searched refs:GetLogs (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dtracer_transport_test.go36 GetLogs() []interface{} methodSpec
399 Expect(fakeClient.GetSpan(0).GetLogs()).To(HaveLen(1))
447 Expect(fakeClient.GetSpan(0).GetLogs()).To(BeEmpty())
471 Expect(fakeClient.GetSpan(0).GetLogs()).To(HaveLen(10))
473 for i, log := range fakeClient.GetSpan(0).GetLogs() {
492 Expect(fakeClient.GetSpan(0).GetLogs()).To(HaveLen(10))
494 split := (len(fakeClient.GetSpan(0).GetLogs()) - 1) / 2
495 firstLogs := fakeClient.GetSpan(0).GetLogs()[:split]
504 warnLog := fakeClient.GetSpan(0).GetLogs()[split]
512 KeyValue("dropped_log_count", logCount-len(fakeClient.GetSpan(0).GetLogs())+1),
[all …]
H A Dtracer_transport_proto_test.go44 func (span *cpbSpan) GetLogs() []interface{} { func
45 logs := make([]interface{}, 0, len(span.Span.GetLogs()))
46 for _, log := range span.Span.GetLogs() {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dtracer_transport_test.go36 GetLogs() []interface{} methodSpec
399 Expect(fakeClient.GetSpan(0).GetLogs()).To(HaveLen(1))
447 Expect(fakeClient.GetSpan(0).GetLogs()).To(BeEmpty())
471 Expect(fakeClient.GetSpan(0).GetLogs()).To(HaveLen(10))
473 for i, log := range fakeClient.GetSpan(0).GetLogs() {
492 Expect(fakeClient.GetSpan(0).GetLogs()).To(HaveLen(10))
494 split := (len(fakeClient.GetSpan(0).GetLogs()) - 1) / 2
495 firstLogs := fakeClient.GetSpan(0).GetLogs()[:split]
504 warnLog := fakeClient.GetSpan(0).GetLogs()[split]
512 KeyValue("dropped_log_count", logCount-len(fakeClient.GetSpan(0).GetLogs())+1),
[all …]
H A Dtracer_transport_proto_test.go44 func (span *cpbSpan) GetLogs() []interface{} { func
45 logs := make([]interface{}, 0, len(span.Span.GetLogs()))
46 for _, log := range span.Span.GetLogs() {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dtracer_transport_test.go36 GetLogs() []interface{} methodSpec
399 Expect(fakeClient.GetSpan(0).GetLogs()).To(HaveLen(1))
447 Expect(fakeClient.GetSpan(0).GetLogs()).To(BeEmpty())
471 Expect(fakeClient.GetSpan(0).GetLogs()).To(HaveLen(10))
473 for i, log := range fakeClient.GetSpan(0).GetLogs() {
492 Expect(fakeClient.GetSpan(0).GetLogs()).To(HaveLen(10))
494 split := (len(fakeClient.GetSpan(0).GetLogs()) - 1) / 2
495 firstLogs := fakeClient.GetSpan(0).GetLogs()[:split]
504 warnLog := fakeClient.GetSpan(0).GetLogs()[split]
512 KeyValue("dropped_log_count", logCount-len(fakeClient.GetSpan(0).GetLogs())+1),
[all …]
H A Dtracer_transport_proto_test.go44 func (span *cpbSpan) GetLogs() []interface{} { func
45 logs := make([]interface{}, 0, len(span.Span.GetLogs()))
46 for _, log := range span.Span.GetLogs() {
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/
H A Doffline_page_model_event_logger_unittest.cc30 logger.GetLogs(&log); in TEST()
44 logger.GetLogs(&log); in TEST()
57 logger.GetLogs(&log); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/
H A Doffline_page_model_event_logger_unittest.cc30 logger.GetLogs(&log); in TEST()
44 logger.GetLogs(&log); in TEST()
57 logger.GetLogs(&log); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/background/
H A Drequest_coordinator_event_logger_unittest.cc39 logger.GetLogs(&log); in TEST()
54 logger.GetLogs(&log); in TEST()
67 logger.GetLogs(&log); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/background/
H A Drequest_coordinator_event_logger_unittest.cc39 logger.GetLogs(&log); in TEST()
54 logger.GetLogs(&log); in TEST()
67 logger.GetLogs(&log); in TEST()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/sysutils/consul/consul-1.10.3/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/net/concourse-fly/concourse-6.7.1/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/client-go/kubernetes/typed/core/v1/
H A Dpod_expansion.go30 GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request methodSpec
43 func (c *pods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { func

12345678910>>...22