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

[processor/transform] Introduce optional metric name suffix setup for convert summary and extract histogram functions #37238

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

Conversation

odubajDT
Copy link
Contributor

@odubajDT odubajDT commented Jan 15, 2025

Description

Introduce optional metric name suffix setup for the following functions:

  • extract_count_metric
  • extract_sum_metric
  • convert_summary_sum_val_to_sum
  • convert_summary_count_val_to_sum

This PR also introduces a breaking change by adapting the metric suffix according to the latest OTel convention which uses . instead of _

Link to tracking issue

Fixes #33850

Note

Addition of convert_summary_quantile_val_to_gauge(Optional[suffix]) function as described in the linked issue will be added in a separate PR

… convert summary and extract histogram functions

Signed-off-by: odubajDT <[email protected]>
@odubajDT odubajDT force-pushed the transform-name-suffix branch from 24ae419 to 3590927 Compare January 15, 2025 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
processor/transform Transform processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[processor/transform] Allow specifying metric name suffix when using convert summary functions
2 participants