Skip to content

Files

Latest commit

e53ffb2 · Feb 7, 2023

History

History
44 lines (40 loc) · 3.11 KB

Proxy.md

File metadata and controls

44 lines (40 loc) · 3.11 KB

Proxy

Properties

Name Type Description Notes
bytes_left_for_buffer int Number of bytes of space remaining in the persistent disk queue of this proxy [optional]
bytes_per_minute_for_buffer int Bytes used per minute by the persistent disk queue of this proxy [optional]
collector_rate_limit int Proxy's rate limit [optional]
collector_sets_rate_limit bool When true, this proxy's rate limit is controlled remotely [optional]
customer_id str [optional]
deleted bool [optional]
ephemeral bool When true, this proxy is expected to be ephemeral (possibly hosted on a short-lived container) and will be deleted after a period of inactivity (not checking in) [optional]
events_rate_limit float Proxy's rate limit for events [optional]
histo_disabled bool Proxy's histogram feature disabled [optional]
histogram_rate_limit int Proxy's rate limit for histograms [optional]
hostname str Host name of the machine running the proxy [optional]
id str [optional]
in_trash bool [optional]
last_check_in_time int Last time when this proxy checked in (in milliseconds since the unix epoch) [optional]
last_error_event Event [optional]
last_error_time int deprecated [optional]
last_known_error str deprecated [optional]
local_queue_size int Number of items in the persistent disk queue of this proxy [optional]
logs_disabled bool Proxy's logs feature disabled for customer [optional]
name str Proxy name (modifiable)
preprocessor_rules str Proxy's preprocessor rules [optional]
proxyname str Proxy name set by customer [optional]
shutdown bool When true, attempt to shut down this proxy remotely [optional]
source_tags_rate_limit float Proxy's rate limit for source tag operations [optional]
span_logs_disabled bool Proxy's span logs feature disabled [optional]
span_logs_rate_limit int Proxy's rate limit for span logs [optional]
span_rate_limit int Proxy's rate limit for spans [optional]
ssh_agent bool deprecated [optional]
status str the proxy's status [optional]
status_cause str The reason why the proxy is in current status [optional]
time_drift int Time drift of the proxy's clock compared to Wavefront servers [optional]
trace_disabled bool Proxy's spans feature disabled [optional]
truncate bool When true, attempt to truncate down this proxy backlog remotely [optional]
user_id str The user associated with this proxy [optional]
version str [optional]

[Back to Model list] [Back to API list] [Back to README]