(e entry)
| 1282 | } |
| 1283 | |
| 1284 | func mapInstrumentationAttr(e entry) traceql.Static { |
| 1285 | switch e.Key { |
| 1286 | case columnPathInstrumentationName, columnPathInstrumentationVersion: |
| 1287 | return traceql.NewStaticString(unsafeToString(e.Value.ByteArray())) |
| 1288 | } |
| 1289 | return traceql.Static{} |
| 1290 | } |
| 1291 | |
| 1292 | func mapResourceAttr(e entry) traceql.Static { |
| 1293 | switch e.Value.Kind() { |
nothing calls this directly
no test coverage detected