You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(debugger): support for all metric kinds with value expression (#4699)
## Description
Effort to make feature parity with dd-trace-java metric implementation.
To gain parity python debugger need to support:
1. GAUGE and HISTOGRAM metrics.
2. Be able to evaluate the metric value expression
3. Support Method Metric Probe with duration
We also decided to support DISTRIBUTION metric support as well.
This PR address the two main features. future PR would add support for
function level Metric Probe
## Reviewer Checklist
- [ ] Title is accurate.
- [ ] Description motivates each change.
- [ ] No unnecessary changes were introduced in this PR.
- [ ] Avoid breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes unless absolutely necessary.
- [ ] Tests provided or description of manual testing performed is
included in the code or PR.
- [ ] Release note has been added and follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines),
or else `changelog/no-changelog` label added.
- [ ] All relevant GitHub issues are correctly linked.
- [ ] Backports are identified and tagged with Mergifyio.
Co-authored-by: Brett Langdon <[email protected]>
Co-authored-by: Gabriele N. Tornetta <[email protected]>
0 commit comments