-
Notifications
You must be signed in to change notification settings - Fork 673
Closed as not planned
Labels
area: instrumentationRelated to an instrumentation packageRelated to an instrumentation packageenhancementNew feature or requestNew feature or requestinstrumentation: otelgrpc
Description
Problem Statement
There are two problems discovered in #4322:
- There are no tests around the metrics produced by a ServerStreamInteceptor
- Under test, ServerStreamInteceptors don't have
peerInfo
within the call made. This means that peer info will not show in tests, but does show in actual use.
Proposed Solution
Write a test similar to checkUnaryServerRecords to assert that the produced metrics match
Change the test such that it does have peerInfo within it's context
Metadata
Metadata
Assignees
Labels
area: instrumentationRelated to an instrumentation packageRelated to an instrumentation packageenhancementNew feature or requestNew feature or requestinstrumentation: otelgrpc