Skip to content

[9.3](backport #48684) fix(x-pack/filebeat/input/cel): add descriptions and units to OTel metrics#48716

Merged
andrewkroh merged 1 commit into9.3from
mergify/bp/9.3/pr-48684
Feb 5, 2026
Merged

[9.3](backport #48684) fix(x-pack/filebeat/input/cel): add descriptions and units to OTel metrics#48716
andrewkroh merged 1 commit into9.3from
mergify/bp/9.3/pr-48684

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Feb 5, 2026

Proposed commit message

Add OpenTelemetry metric metadata (descriptions and units) to all CEL
input metrics to enable proper context when viewing data in metrics
databases.

Units follow UCUM [1] standard codes:
- "s" for duration metrics (seconds)
- "{run}", "{batch}", "{event}" for count metrics

Descriptions follow otelhttp style (capitalized, ending with period).

References:

[1]: https://ucum.org/ucum
[2]: https://opentelemetry.io/docs/specs/semconv/general/metrics/

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works. Where relevant, I have used the stresstest.sh script to run them under stress conditions and race detector to verify their stability.
  • I have added an entry in ./changelog/fragments using the changelog tool.

Related issues

References


This is an automatic backport of pull request #48684 done by [Mergify](https://mergify.com).
…#48684)

Add OpenTelemetry metric metadata (descriptions and units) to all CEL
input metrics to enable proper context when viewing data in metrics
databases.

Units follow UCUM [1] standard codes:
- "s" for duration metrics (seconds)
- "{run}", "{batch}", "{event}" for count metrics

Descriptions follow otelhttp style (capitalized, ending with period).

References:

[1]: https://ucum.org/ucum
[2]: https://opentelemetry.io/docs/specs/semconv/general/metrics/

(cherry picked from commit 878303f)
@mergify mergify bot added the backport label Feb 5, 2026
@mergify mergify bot requested a review from a team as a code owner February 5, 2026 18:00
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Feb 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)
@github-actions github-actions bot added Filebeat Filebeat Team:Security-Service Integrations Security Service Integrations Team labels Feb 5, 2026
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Feb 5, 2026
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)

@andrewkroh andrewkroh merged commit 8456587 into 9.3 Feb 5, 2026
22 checks passed
@andrewkroh andrewkroh deleted the mergify/bp/9.3/pr-48684 branch February 5, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Filebeat Filebeat Team:Security-Service Integrations Security Service Integrations Team

2 participants