Adds system test that reports grpc status code in the stats#6483
Conversation
|
|
b7577af to
5e94312
Compare
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🔗 Commit SHA: ab9a025 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
* Adds a parameteric test for the grpc status code * Replace parametric test by regular for the grpc status code
5e94312 to
a4048d8
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a4048d858b
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| tests/serverless/span_pointers/aws/test_s3_span_pointers.py::Test_PutObject: missing_feature | ||
| tests/stats/test_stats.py: v1.54.0 | ||
| tests/stats/test_stats.py::Test_Client_Drop_P0s::test_client_drop_p0s_false: v2.6.0 | ||
| tests/stats/test_stats.py::Test_Client_Stats::test_grpc_status_code: irrelevant (variant has no gRPC endpoint) |
There was a problem hiding this comment.
Two questions:
- Should we add grpc endpoints to our weblogs ?
- Should every tracer now report grpc status codes ?
There was a problem hiding this comment.
Should we add grpc endpoints to our weblogs ?
In my opinion, yes. Since this is an important part of the stats aggregation.
Should every tracer now report grpc status codes ?
Theoretically, they should since it's part of the CCS protocol.
Motivation
The java agent didn't included the gRPC status code in the stats payload. It will do so in 1.61.0. So let's add a system test to verify that.