Stackdriver Trace Client - Class Annotation (1.8.10)

Reference documentation and code samples for the Stackdriver Trace Client class Annotation.

This plain PHP class represents an Annotation resource. Text annotation with a set of attributes.

Example:

 use Google\Cloud\Trace\Annotation;

$annotation = new Annotation('some note');
$span->addTimeEvent($annotation); 

Namespace

Google \ Cloud \ Trace

Methods

__construct

Create a new Annotation.

Parameters
Name
Description
description
string

A user-supplied message describing the event. The maximum length for the description is 256 bytes.

options
array

Configuration options.

↳ attributes
array

A set of attributes on the annotation. You can have up to 4 attributes per Annotation.

info

Returns a serializable array representing this Link.

Returns
Type
Description
array
Create a Mobile Website
View Site in Mobile | Classic
Share by: