Skip to content

Monitoring Fair Usage Limits

Effectively monitor and manage fair usage limits to prevent ingestion delays, performance degradation, or service interruptions.

Prerequisites

After configuring your S3 metrics bucket, enable the data usage metrics feature. Once enabled, Coralogix will auto-populate data for the past 24 hours, a process that may take up to two hours.

Accessing limits

Navigate to Settings > Metric Data > Fair Usage Limits in the Coralogix toolbar.

Under the Fair Usage Limits tab, you will find each metric with imposed limits, including its category, description, and thresholds. Limit breaches, if any, are displayed in the right-most column.

Viewing limit breaches over time

For each limit, the number of breaches within the selected timeframe will be displayed as a bar or line chart when one clicks on the drop-down arrow.

Hover over a point on the graph to see the exact number of violations and corresponding dates.

Monitoring limits in Custom Dashboards

Metrics can also be monitored in Custom Dashboards. For example, a user can create a line chart with unique_series_daily meter using the queries below:

max(unique_series_daily) by (metric_name)

Retrieves the maximum number of unique time series ingested per metric, helping to track peak cardinality usage.

increase(unique_series_daily[30m])

Calculates the increase in unique time series over the past 30 minutes, allowing users to identify ingestion trends and spikes.

Monitoring limits with Alerts

Metrics may also be monitored with Alerts. For example, a user might build a metrics-based threshold alert that monitors unique_series_daily, which tracks cardinality growth and detects potential limit violations, using this example query:

max(unique_series_daily) by (metric_name)

When the number of unique time series exceeds a specific threshold, matching one or more conditions, an alert is triggered, enabling proactive adjustments before limits impact system performance.

Requesting limit adjustments

If your team consistently approaches or exceeds fair usage thresholds and requires additional capacity, Coralogix offers flexibility through managed adjustments.

To explore increasing your ingestion or query limits, contact Customer Support via our in-app chat or by email at support@coralogix.com.

Global limits are not adjustable.