(e entry)
| 1341 | } |
| 1342 | |
| 1343 | func mapInstrumentationAttr(e entry) traceql.Static { |
| 1344 | switch e.Key { |
| 1345 | case columnPathInstrumentationName, columnPathInstrumentationVersion: |
| 1346 | return traceql.NewStaticString(unsafeToString(e.Value.ByteArray())) |
| 1347 | } |
| 1348 | return traceql.Static{} |
| 1349 | } |
| 1350 | |
| 1351 | func mapResourceAttr(e entry) traceql.Static { |
| 1352 | switch e.Value.Kind() { |
nothing calls this directly
no test coverage detected