(spans ...*v1.Span)
| 1809 | } |
| 1810 | |
| 1811 | func makeScope(spans ...*v1.Span) *v1.ScopeSpans { |
| 1812 | return &v1.ScopeSpans{ |
| 1813 | Scope: &v1_common.InstrumentationScope{ |
| 1814 | Name: "super library", |
| 1815 | Version: "0.0.1", |
| 1816 | }, |
| 1817 | Spans: spans, |
| 1818 | } |
| 1819 | } |
| 1820 | |
| 1821 | func makeResourceSpans(serviceName string, ils []*v1.ScopeSpans, attributes ...*v1_common.KeyValue) *v1.ResourceSpans { |
| 1822 | rs := &v1.ResourceSpans{ |
no outgoing calls
no test coverage detected