The verboseExporter just writes data formatted as %+v to stdout. This allows for easy assertion on the data provided to the exporter.
| 352 | // The verboseExporter just writes data formatted as %+v to stdout. |
| 353 | // This allows for easy assertion on the data provided to the exporter. |
| 354 | type verboseExporter struct{} |
| 355 | |
| 356 | func (e *verboseExporter) Fields() []string { |
| 357 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected