| 54 | } |
| 55 | |
| 56 | type MetadataMetricsCombiner struct { |
| 57 | Metrics *tempopb.MetadataMetrics |
| 58 | } |
| 59 | |
| 60 | func NewMetadataMetricsCombiner() *MetadataMetricsCombiner { |
| 61 | return &MetadataMetricsCombiner{ |
nothing calls this directly
no outgoing calls
no test coverage detected