1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-10-31 00:07:40 +02:00
Files
Tyler Yahn c4bdd87543 Support custom error type semantics (#7442)
Allow instrumentation to provide domain-specific error type values (i.e.
HTTP or gRPC status codes) for the "error.type" semantic attribute. This
is accomplished by passing an error value that implements the
`interface{ ErrorType string }` interface.

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
2025-10-03 15:39:35 -07:00
..
2024-04-23 17:29:17 +02:00
2024-10-20 07:50:39 -07:00
2025-02-04 07:52:00 -08:00
2025-05-20 10:33:50 -07:00
2024-03-26 20:13:54 +01:00

Semconv

PkgGoDev