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

client application histogram metrics not exporting in production #2345

Open
jonathanj-square opened this issue Aug 13, 2024 · 1 comment
Open
Assignees

Comments

@jonathanj-square
Copy link
Contributor

Histogram metrics are unexpectedly failing to export to Datadog for client applications OTEL metric integration. The metrics, when fed a static value of 1, do export to Datadog, but when real production values, such as measured execution latency, are supplied the metric does not export successfully.

@github-actions github-actions bot added the triage Issue needs triaging label Aug 13, 2024
@ftl-robot ftl-robot mentioned this issue Aug 13, 2024
@jonathanj-square jonathanj-square self-assigned this Aug 13, 2024
@github-actions github-actions bot removed the triage Issue needs triaging label Aug 13, 2024
@jonathanj-square
Copy link
Contributor Author

jonathanj-square commented Aug 14, 2024

Histograms are bucketed based on extents defined either by default or by adopting explicit extents at histogram metric startup. The documentation on how collection behaves when the values land outside of the specified or default extents is not well covered but I suspect the reason for the difference in export behavior between the explicit value of 1 and actual values observed in the clients execution environment has to do with the live values landing outside of the default extents - which appear to cap out at 1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant