Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor implementation for converting incoming Daemon messages into stats and spanData objects. This processor uses the OpenCensus Go stats implementation to handle the PHP stats and converts the PHP span data into Go's spanData objects. This allows PHP to have the same featureset as Go applications without doing much processing in the critical path and reuse Go's OpenCensus Agent Exporter for Stats and Traces.
Click to show internal directories.
Click to hide internal directories.