AgentStatsEvent

JSON representation
{
  "start_time": string,
  "window_start_time": string,
  "last_successful_upload_time": string,
  "agent_id": string,
  "receiver_stats": [
    {
      object (ReceiverStats)
    }
  ],
  "processor_stats": [
    {
      object (ProcessorStats)
    }
  ],
  "exporter_stats": [
    {
      object (ExporterStats)
    }
  ],
  "process_cpu_seconds": string,
  "process_memory_rss": string,
  "process_uptime": string
}
Fields
start_time

string (Timestamp format)

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

window_start_time

string (Timestamp format)

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

last_successful_upload_time

string (Timestamp format)

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

agent_id

string (bytes format)

A base64-encoded string.

receiver_stats[]

object (ReceiverStats)

processor_stats[]

object (ProcessorStats)

exporter_stats[]

object (ExporterStats)

process_cpu_seconds

string (int64 format)

process_memory_rss

string (int64 format)

process_uptime

string (int64 format)

ReceiverStats

JSON representation
{
  "name": string,
  "accepted_spans": string,
  "refused_spans": string
}
Fields
name

string

accepted_spans

string (int64 format)

refused_spans

string (int64 format)

ProcessorStats

JSON representation
{
  "name": string,
  "accepted_spans": string,
  "refused_spans": string
}
Fields
name

string

accepted_spans

string (int64 format)

refused_spans

string (int64 format)

ExporterStats

JSON representation
{
  "name": string,
  "accepted_spans": string,
  "refused_spans": string,
  "queue_capacity": string,
  "queue_size": string
}
Fields
name

string

accepted_spans

string (int64 format)

refused_spans

string (int64 format)

queue_capacity

string (int64 format)

queue_size

string (int64 format)