feat: Adopt TraceExporter's Telemetry stuff - #183
Conversation
Overall package sizeSelf size: 30.44 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------|🤖 This report was automatically generated by heaviest-objects-in-the-universe |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: aa886f64ab
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
jules.wiriath@datadoghq.com unqueued this merge request |
This comment has been minimized.
This comment has been minimized.
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
This merge request conflicts with another merge request ahead in the queue. The merge requests in front of this one are: |
…adog (and are most likely not useful in the near/middel future in dd-trace-js)
53d666e to
cf9b356
Compare
| debug_enabled: bool, | ||
| ) { | ||
| self.telemetry_config.set(Some(TelemetryConfig { | ||
| heartbeat: heartbeat_ms as u64, |
There was a problem hiding this comment.
Very nit: making the fact it's lossless obvious
| heartbeat: heartbeat_ms as u64, | |
| heartbeat: u32:from(heartbeat_ms), |
No description provided.