Skip to content

Commit

Permalink
[mq] working branch - merge af9e842 on top of master at 7168970
Browse files Browse the repository at this point in the history
{"baseBranch":"master","baseCommit":"716897048f234950b75d150c443fef15ec5acc5a","createdAt":"2024-10-28T14:29:31.401837Z","headSha":"af9e842c2ba90d8484d1700fbbbf79c69009eba5","id":"c15212b9-b320-49ff-9298-e0436090bf3c","priority":"200","pullRequestNumber":"25934","queuedAt":"2024-10-28T17:29:43.870370Z","status":"STATUS_QUEUED"}
  • Loading branch information
dd-mergequeue[bot] authored Oct 28, 2024
2 parents 0989079 + af9e842 commit e07d704
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This processor generates either a count metric of logs that match a query or a distribution metric of a numeric value contained in the logs, such as a request duration.

**Note**: The metrics generated are [custom metrics][10031] and billed accordingly. See [Custom Metrics Billing][10032] for more information.

To set up the processor:

Click **Manage Metrics** to create new metrics or edit existing metrics. This opens a side panel.
Expand All @@ -18,13 +20,15 @@ Click **Manage Metrics** to create new metrics or edit existing metrics. This op

##### Metrics Types

You can generate these types of metrics for your logs. See the [Metrics Types][10031] and [Distributions][10032] documentation for more details.
You can generate these types of metrics for your logs. See the [Metrics Types][10033] and [Distributions][10034] documentation for more details.

| Metric type | Description | Example |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| COUNT | Represents the total number of event occurrences in one time interval. This value can be reset to zero, but cannot be decreased. | You want to count the number of logs with `status:error`. |
| GAUGE | Represents a snapshot of events in one time interval. | You want to measure the latest CPU utilization per host for all logs in the production environment. |
| DISTRIBUTION | Represent the global statistical distribution of a set of values calculated across your entire distributed infrastructure in one time interval. | You want to measure the average time it takes for an API call to be made. |

[10031]: /metrics/types/
[10032]: /metrics/distributions/
[10031]: /metrics/custom_metrics/
[10032]: /account_management/billing/custom_metrics/
[10033]: /metrics/types/
[10034]: /metrics/distributions/

0 comments on commit e07d704

Please sign in to comment.