ApiTimeSeriesMetadata

Properties

Name Type Description Notes
metric_name str The metric name for the time series. [optional]
entity_name str The display name for the entity associated with this time series. For example, if this was a time series for an HDFS service the entity name might be something like "My HDFS Service". If it was for a host it might be something like "myhost.mysite.com". [optional]
start_time str The start time for the time series. [optional]
end_time str The end time for the time series. [optional]
attributes dict(str, str) The attributes for the time series. Note that the entityName entry in this map is not the same as the entityName field in this ApiTimeSeriesMetadata. The entityName entry in this map is a unique identifier for the entity and not the name displayed in the UI. For example, if this was a time series for the YARN Job History Server the entityName entry in this map might be something like "yarn-JOBHISTORY-6bd17ceb1489aae93fef4c867350d0dd" [optional]
unit_numerators list[str] The numerators of the units for the time series. [optional]
unit_denominators list[str] The denominators of the units for the time series. [optional]
expression str The tsquery expression that could be used to extract just this stream. [optional]
alias str The alias for this stream's metric. Aliases correspond to use of the 'as' keyword in the tsquery. [optional]
metric_collection_frequency_ms float The minimum frequency at which the underlying metric for this stream is collected. Note that this can be null if the stream returns irregularly sampled data. [optional]
rollup_used str The aggregate rollup for the returned data. This can be TEN_MINUTELY, HOURLY, SIX_HOURLY, DAILY, or WEEKLY. [optional]

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