JSON representation |
---|
{ "startTime": string, "windowStartTime": string, "lastSuccessfulUploadTime": string, "agentId": string, "receiverStats": [ { object ( |
Fields | |
---|---|
startTime |
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: |
windowStartTime |
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: |
lastSuccessfulUploadTime |
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: |
agentId |
A base64-encoded string. |
receiverStats[] |
|
processorStats[] |
|
exporterStats[] |
|
processCpuSeconds |
|
processMemoryRss |
|
processUptime |
|
ReceiverStats
JSON representation |
---|
{ "name": string, "acceptedSpans": string, "refusedSpans": string } |
Fields | |
---|---|
name |
|
acceptedSpans |
|
refusedSpans |
|
ProcessorStats
JSON representation |
---|
{ "name": string, "acceptedSpans": string, "refusedSpans": string } |
Fields | |
---|---|
name |
|
acceptedSpans |
|
refusedSpans |
|
ExporterStats
JSON representation |
---|
{ "name": string, "acceptedSpans": string, "refusedSpans": string, "queueCapacity": string, "queueSize": string } |
Fields | |
---|---|
name |
|
acceptedSpans |
|
refusedSpans |
|
queueCapacity |
|
queueSize |
|