Home
last modified time | relevance | path

Searched refs:Traces (Results 1 – 25 of 2333) sorted by relevance

12345678910>>...94

/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig/
H A Doptions_test.go82 assert.Equal(t, 10*time.Second, c.Traces.Timeout)
134 assert.Equal(t, true, c.Traces.Insecure)
144 assert.Equal(t, true, c.Traces.Insecure)
154 assert.Equal(t, false, c.Traces.Insecure)
165 assert.Equal(t, true, c.Traces.Insecure)
176 assert.Equal(t, true, c.Traces.Insecure)
187 assert.Equal(t, true, c.Traces.Insecure)
200 assert.NotNil(t, c.Traces.GRPCCredentials)
216 assert.NotNil(t, c.Traces.GRPCCredentials)
234 assert.NotNil(t, c.Traces.GRPCCredentials)
[all …]
H A Doptions.go53 Traces SignalConfig member
67 Traces: SignalConfig{
187 cfg.Traces.Endpoint = endpoint
193 cfg.Traces.Compression = compression
199 cfg.Traces.URLPath = urlPath
211 cfg.Traces.TLSCfg = tlsCfg.Clone()
213 cfg.Traces.GRPCCredentials = credentials.NewTLS(tlsCfg)
219 cfg.Traces.Insecure = true
225 cfg.Traces.Insecure = false
231 cfg.Traces.Headers = headers
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/model/pdata/
H A Dtraces.go27 MarshalTraces(td Traces) ([]byte, error) argument
34 UnmarshalTraces(buf []byte) (Traces, error)
38 type Traces struct { struct
43 func NewTraces() Traces {
49 func TracesFromInternalRep(wrapper internal.TracesWrapper) Traces {
50 return Traces{orig: internal.TracesToOtlp(wrapper)}
55 func (td Traces) InternalRep() internal.TracesWrapper { argument
60 func (td Traces) Clone() Traces { argument
67 func (td Traces) SpanCount() int { argument
82 func (td Traces) OtlpProtoSize() int { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/exporters/otlp/internal/otlpconfig/
H A Doptions_test.go58 assert.Equal(t, "localhost:4317", c.Traces.Endpoint)
64 assert.Equal(t, 10*time.Second, c.Traces.Timeout)
76 assert.Equal(t, "someendpoint", c.Traces.Endpoint)
98 assert.Equal(t, "env_endpoint", c.Traces.Endpoint)
137 assert.NotNil(t, c.Traces.GRPCCredentials)
155 assert.NotNil(t, c.Traces.GRPCCredentials)
173 assert.NotNil(t, c.Traces.GRPCCredentials)
194 assert.NotNil(t, c.Traces.GRPCCredentials)
215 assert.NotNil(t, c.Traces.GRPCCredentials)
345 assert.Equal(t, 5*time.Second, c.Traces.Timeout)
[all …]
H A Doptions.go89 Traces SignalConfig member
107 Traces: SignalConfig{
235 cfg.Traces.Endpoint = endpoint
242 cfg.Traces.Endpoint = endpoint
273 cfg.Traces.URLPath = urlPath
323 cfg.Traces.Insecure = true
330 cfg.Traces.Insecure = true
342 cfg.Traces.Headers = headers
349 cfg.Traces.Headers = headers
361 cfg.Traces.Timeout = duration
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/
H A Dwriter_test.go108 assert.Len(v.Traces, 20, "Expected 20 traces, but have %d", len(v.Traces))
109 for _, t := range v.Traces {
152 Traces [][]jsonSpan `json:"traces"`
260 assert.Len(v.Traces, 1, "Expected 1 trace, but have %d", len(v.Traces))
261 spann := len(v.Traces[0])
264 assert.Len(v.Traces, 1, "Expected 1 trace, but have %d", len(v.Traces))
265 spann += len(v.Traces[0])
284 assert.Len(v.Traces, 1, "Expected 1 trace, but have %d", len(v.Traces))
285 assert.Len(v.Traces[0], 1, "Expected 1 span, but have %d", len(v.Traces[0]))
288 assert.Len(v.Traces, 1, "Expected 1 trace, but have %d", len(v.Traces))
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/
H A Dwriter_test.go108 assert.Len(v.Traces, 20, "Expected 20 traces, but have %d", len(v.Traces))
109 for _, t := range v.Traces {
152 Traces [][]jsonSpan `json:"traces"`
260 assert.Len(v.Traces, 1, "Expected 1 trace, but have %d", len(v.Traces))
261 spann := len(v.Traces[0])
264 assert.Len(v.Traces, 1, "Expected 1 trace, but have %d", len(v.Traces))
265 spann += len(v.Traces[0])
284 assert.Len(v.Traces, 1, "Expected 1 trace, but have %d", len(v.Traces))
285 assert.Len(v.Traces[0], 1, "Expected 1 span, but have %d", len(v.Traces[0]))
288 assert.Len(v.Traces, 1, "Expected 1 trace, but have %d", len(v.Traces))
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/consumer/consumererror/
H A Dsignalerrors.go25 type Traces struct { struct
27 failed pdata.Traces argument
31 func NewTraces(err error, failed pdata.Traces) error { argument
32 return Traces{
40 func AsTraces(err error, target *Traces) bool { argument
48 func (err Traces) GetTraces() pdata.Traces { argument
53 func (err Traces) Unwrap() error { argument
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.opentelemetry.io/otel/exporters/otlp/internal/otlpconfig/
H A Doptions.go89 Traces SignalConfig member
107 Traces: SignalConfig{
235 cfg.Traces.Endpoint = endpoint
242 cfg.Traces.Endpoint = endpoint
273 cfg.Traces.URLPath = urlPath
323 cfg.Traces.Insecure = true
330 cfg.Traces.Insecure = true
342 cfg.Traces.Headers = headers
349 cfg.Traces.Headers = headers
361 cfg.Traces.Timeout = duration
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/profiler/google-cloud-go-0.1.0/trace/
H A Dtrace_test.go140 expected := api.Traces{
141 Traces: []*api.Trace{
174 var patch api.Traces
180 …if len(patch.Traces) != len(expected.Traces) || len(patch.Traces[0].Spans) != len(expected.Traces[…
186 n := len(patch.Traces[0].Spans)
187 rootSpan := patch.Traces[0].Spans[n-1]
188 for i, s := range patch.Traces[0].Spans {
199 if a, b := patch.Traces[0].Spans[i-1].EndTime, s.StartTime; a > b {
208 for i, s := range patch.Traces[0].Spans {
213 for i, s := range patch.Traces[0].Spans {
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/state/
H A DSwitches.hs62 SwitchBoard(..), Traces(..), initialSwitchBoard
78 tracesSB :: Traces, -- trace flags
112 data Traces = Traces { type
123 initialTraces :: Traces
124 initialTraces = Traces {
H A DC2HSState.hs50 SwitchBoard(..), Traces(..), setTraces, traceSet,
58 import Switches (SwitchBoard(..), Traces(..),
80 setTraces :: (Traces -> Traces) -> CST s ()
85 traceSet :: (Traces -> Bool) -> CST s Bool
91 putTraceStr :: (Traces -> Bool) -> String -> CST s ()
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/state/
H A DSwitches.hs62 SwitchBoard(..), Traces(..), initialSwitchBoard
78 tracesSB :: Traces, -- trace flags
112 data Traces = Traces { constructor
123 initialTraces :: Traces
124 initialTraces = Traces {
H A DC2HSState.hs50 SwitchBoard(..), Traces(..), setTraces, traceSet,
58 import Switches (SwitchBoard(..), Traces(..),
80 setTraces :: (Traces -> Traces) -> CST s ()
85 traceSet :: (Traces -> Bool) -> CST s Bool
91 putTraceStr :: (Traces -> Bool) -> String -> CST s ()
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/src/C2HS/
H A DSwitches.hs55 SwitchBoard(..), Traces(..), initialSwitchBoard
73 tracesSB :: Traces, -- trace flags
105 data Traces = Traces { type
116 initialTraces :: Traces
117 initialTraces = Traces {
H A DState.hs48 SwitchBoard(..), Traces(..), setTraces, traceSet,
58 import C2HS.Switches (SwitchBoard(..), Traces(..),
79 setTraces :: (Traces -> Traces) -> CST s ()
84 traceSet :: (Traces -> Bool) -> CST s Bool
90 putTraceStr :: (Traces -> Bool) -> String -> CST s ()
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/processor/processorhelper/
H A Dtraces.go34 type ProcessTracesFunc func(context.Context, pdata.Traces) (pdata.Traces, error)
38 consumer.Traces anonMember
45 nextConsumer consumer.Traces, argument
59 traceConsumer, err := consumerhelper.NewTraces(func(ctx context.Context, td pdata.Traces) error {
80 Traces: traceConsumer,
/dports/databases/tile38/tile38-1.12.0/vendor/google.golang.org/genproto/googleapis/devtools/cloudtrace/v1/
H A Dtrace.pb.go153 type Traces struct { struct
155 Traces []*Trace `protobuf:"bytes,1,rep,name=traces" json:"traces,omitempty"` argument
158 func (m *Traces) Reset() { *m = Traces{} } argument
160 func (*Traces) ProtoMessage() {} argument
163 func (m *Traces) GetTraces() []*Trace { argument
165 return m.Traces
371 return m.Traces
415 Traces *Traces `protobuf:"bytes,2,opt,name=traces" json:"traces,omitempty"` member
430 func (m *PatchTracesRequest) GetTraces() *Traces {
432 return m.Traces
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/genproto/googleapis/devtools/cloudtrace/v1/
H A Dtrace.pb.go167 type Traces struct { struct
175 func (m *Traces) Reset() { *m = Traces{} } argument
177 func (*Traces) ProtoMessage() {} argument
178 func (*Traces) Descriptor() ([]byte, []int) { argument
191 func (m *Traces) XXX_Size() int { argument
194 func (m *Traces) XXX_DiscardUnknown() { argument
200 func (m *Traces) GetTraces() []*Trace { argument
202 return m.Traces
541 return m.Traces
608 Traces *Traces `protobuf:"bytes,2,opt,name=traces,proto3" json:"traces,omitempty"` member
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/devtools/cloudtrace/v1/
H A Dtrace.pb.go170 type Traces struct { struct
178 func (m *Traces) Reset() { *m = Traces{} } argument
180 func (*Traces) ProtoMessage() {} argument
181 func (*Traces) Descriptor() ([]byte, []int) { argument
194 func (m *Traces) XXX_Size() int { argument
197 func (m *Traces) XXX_DiscardUnknown() { argument
203 func (m *Traces) GetTraces() []*Trace { argument
205 return m.Traces
544 return m.Traces
611 Traces *Traces `protobuf:"bytes,2,opt,name=traces,proto3" json:"traces,omitempty"` member
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/devtools/cloudtrace/v1/
H A Dtrace.pb.go170 type Traces struct { struct
178 func (m *Traces) Reset() { *m = Traces{} } argument
180 func (*Traces) ProtoMessage() {} argument
181 func (*Traces) Descriptor() ([]byte, []int) { argument
194 func (m *Traces) XXX_Size() int { argument
197 func (m *Traces) XXX_DiscardUnknown() { argument
203 func (m *Traces) GetTraces() []*Trace { argument
205 return m.Traces
544 return m.Traces
611 Traces *Traces `protobuf:"bytes,2,opt,name=traces,proto3" json:"traces,omitempty"` member
[all …]
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/devtools/cloudtrace/v1/
H A Dtrace.pb.go170 type Traces struct { struct
178 func (m *Traces) Reset() { *m = Traces{} } argument
180 func (*Traces) ProtoMessage() {} argument
181 func (*Traces) Descriptor() ([]byte, []int) { argument
194 func (m *Traces) XXX_Size() int { argument
197 func (m *Traces) XXX_DiscardUnknown() { argument
203 func (m *Traces) GetTraces() []*Trace { argument
205 return m.Traces
544 return m.Traces
611 Traces *Traces `protobuf:"bytes,2,opt,name=traces,proto3" json:"traces,omitempty"` member
[all …]
/dports/devel/goprotobuf/protobuf-1.1.0/src/google.golang.org/genproto/googleapis/devtools/cloudtrace/v1/
H A Dtrace.pb.go162 type Traces struct { struct
170 func (m *Traces) Reset() { *m = Traces{} } argument
172 func (*Traces) ProtoMessage() {} argument
173 func (*Traces) Descriptor() ([]byte, []int) { argument
185 func (m *Traces) XXX_Size() int { argument
188 func (m *Traces) XXX_DiscardUnknown() { argument
194 func (m *Traces) GetTraces() []*Trace { argument
196 return m.Traces
532 return m.Traces
598 Traces *Traces `protobuf:"bytes,2,opt,name=traces,proto3" json:"traces,omitempty"` member
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/genproto/googleapis/devtools/cloudtrace/v1/
H A Dtrace.pb.go170 type Traces struct { struct
178 func (m *Traces) Reset() { *m = Traces{} } argument
180 func (*Traces) ProtoMessage() {} argument
181 func (*Traces) Descriptor() ([]byte, []int) { argument
194 func (m *Traces) XXX_Size() int { argument
197 func (m *Traces) XXX_DiscardUnknown() { argument
203 func (m *Traces) GetTraces() []*Trace { argument
205 return m.Traces
544 return m.Traces
611 Traces *Traces `protobuf:"bytes,2,opt,name=traces,proto3" json:"traces,omitempty"` member
[all …]
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/genproto/googleapis/devtools/cloudtrace/v1/
H A Dtrace.pb.go167 type Traces struct { struct
175 func (m *Traces) Reset() { *m = Traces{} } argument
177 func (*Traces) ProtoMessage() {} argument
178 func (*Traces) Descriptor() ([]byte, []int) { argument
191 func (m *Traces) XXX_Size() int { argument
194 func (m *Traces) XXX_DiscardUnknown() { argument
200 func (m *Traces) GetTraces() []*Trace { argument
202 return m.Traces
541 return m.Traces
608 Traces *Traces `protobuf:"bytes,2,opt,name=traces,proto3" json:"traces,omitempty"` member
[all …]

12345678910>>...94