semconv.com

code.function.name

Stablestringas of v1.44.0

The method or function fully-qualified name without arguments. The value should fit the natural representation of the language runtime, which is also likely the same used within code.stacktrace attribute value. This attribute MUST NOT be used on the Profile signal since the data is already captured in 'message Function'. This constraint is imposed to prevent redundancy and maintain data integrity.

Values and format depends on each language runtime, thus it is impossible to provide an exhaustive list of examples. The values are usually the same (or prefixes of) the ones found in native stack trace representation stored in code.stacktrace without information on arguments.

Examples:

* Java method: com.example.MyHttpService.serveRequest * Java anonymous class method: com.mycompany.Main$1.myMethod * Java lambda method: com.mycompany.Main$$Lambda/0x0000748ae4149c00.myMethod * PHP function: GuzzleHttp\Client::transfer * Go function: github.com/my/repo/pkg.foo.func5 * Elixir: OpenTelemetry.Ctx.new * Erlang: opentelemetry_ctx:new * Rust: playground::my_module::my_cool_func * C function: fopen

Examples

History

  1. v1.33.0stability

    Promoted to stable.

  2. v1.31.0stability

    Promoted to release_candidate.

  3. v1.30.0

    Already present at v1.30.0, the oldest release tracked here (experimental).

Definition sourceRegistry docsJSON