sls sdk

SLSClient.GetHistograms Method 

Get The log status(histogram info) from sls server which match input parameters. All the logs with logstore and topic in [from, to) which contain the keys in query are the matched data.

public GetHistogramsResponse GetHistograms(
   GetHistogramsRequest request
);

Parameters

GetHistogramsRequest
The get histograms request

Return Value

The get histograms response

Exceptions

Exception Type Condition
SLSException

See Also

SLSClient Class | Aliyun.Api.SLS Namespace