OpenTelemetry PHP

Stack extends Message
in package

A Stack represents a stack trace as a list of locations.

Generated from protobuf message opentelemetry.proto.profiles.v1development.Stack

Table of Contents

Properties

$location_indices  : mixed
References to locations in ProfilesDictionary.location_table.

Methods

__construct()  : mixed
Constructor.
getLocationIndices()  : RepeatedField
References to locations in ProfilesDictionary.location_table.
setLocationIndices()  : $this
References to locations in ProfilesDictionary.location_table.

Properties

$location_indices

References to locations in ProfilesDictionary.location_table.

private mixed $location_indices

The first location is the leaf frame.

Generated from protobuf field repeated int32 location_indices = 1;

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type int[]|\Google\Protobuf\Internal\RepeatedField $location_indices
      References to locations in ProfilesDictionary.location_table.
      The first location is the leaf frame.

}

getLocationIndices()

References to locations in ProfilesDictionary.location_table.

public getLocationIndices() : RepeatedField

The first location is the leaf frame.

Generated from protobuf field repeated int32 location_indices = 1;

Return values
RepeatedField

setLocationIndices()

References to locations in ProfilesDictionary.location_table.

public setLocationIndices(array<string|int, int>|RepeatedField $var) : $this

The first location is the leaf frame.

Generated from protobuf field repeated int32 location_indices = 1;

Parameters
$var : array<string|int, int>|RepeatedField
Return values
$this

        
On this page

Search results