Keys

Keys #

Key List #

image-20211019184157848

Through this module, we can see the access details of all log keys on the platform, including access time, consumption and governance policies (enabling status, current limiting and sampling rate).

At the same time, on this page, we can access new logs or edit existing key information.

New Key #

image-20211019184233279

Some parameters are explained as follows

ParamsDescription
Limit setting-1 represents unrestricted current
Sampling ratePartially sample the log. The larger the value, the lower the sampling rate. The default value is 1, which means 100% sampling
Expired AtLog key is configured in redis expiration time
LengthThe maximum number of keys in the consumption team at the same time

According to the actual configuration, the corresponding log policy will be executed. In some cases, the following alert events will be triggered:

  • Block event: this event will be triggered when a disabled log key is used to send logs.
  • Current limiting event: an event is triggered when the sending rate of the log is too fast and exceeds the set rate threshold.
  • Reaching the length threshold: when the logs accumulate in the consumption queue and exceed the set threshold, an event is triggered.

View events for more detail.