Skip to content

OpenTelemetry Semantic Conventions #147

@bpholt

Description

@bpholt

Should the trace attributes added by this library follow OpenTelemetry semantic conventions? For example,

"client.http.uri" -> req.uri.toString(),
"client.http.method" -> req.method.toString
should be url.full and http.request.method, respectively, and
_ <- Trace[F].put("client.http.status_code" -> rsrc._1.status.code.toString())
should be http.response.status_code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions