Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update value_extractor usage in logs-based metrics #14339

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 17, 2023

  1. [~] explain more aboutvalue_extractor

    Summary of changes:
    * Added clarification that value_extractor is required for distribution logs-based metrics
    * Provided examples for EXTRACT(field) and REGEXP_EXTRACT(field, regex)
    * Clarified the arguments for value_extractor - "field" and "regex"
    * Mentioned the requirement of correct regular expression for the "regex" argument
    Highlighted the requirement of `bucket_options` and `value_extractor` for DISTRIBUTION value type logs-based metrics
    Sahya committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    2f4dab6 View commit details
    Browse the repository at this point in the history