Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
| _ => unreachable!(), | ||
| }; | ||
|
|
||
| Ndp(NumberDataPoint { |
There was a problem hiding this comment.
could be worthwhile to include a comment referencing the upstream NumberDataPoint docs
There was a problem hiding this comment.
I will add some commentary around this. The main module links to the data-model docs and the spec but the protobuf definition -- which is where I sourced information about this piece -- has further details yet. It's kind of spread around.
There was a problem hiding this comment.
Is this done up-stack? I don't see anything additional here
There was a problem hiding this comment.
I added what I have on the subject in the comment block beginning line 41 in this PR. It's meager.
6d5ccc7 to
d98f9e7
Compare
972f1c9 to
afd9721
Compare
afd9721 to
ff7beef
Compare
d828cd2 to
832c121
Compare
ff7beef to
1d5cdf2
Compare
832c121 to
5e0b3b6
Compare
1d5cdf2 to
6f427f7
Compare
5e0b3b6 to
c002711
Compare
6f427f7 to
02e8aa4
Compare
Datadog Summary✅ Code Quality ✅ Code Security ✅ Dependencies Was this helpful? Give us feedback! |
02e8aa4 to
4bd6e06
Compare
1b58fc0 to
c9d262d
Compare
0966a3e to
922e878
Compare
198b629 to
7505fde
Compare
922e878 to
c0e8cb9
Compare
This commit asserts that contexts are properly bounded in OTel metrics generation. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
…experiment Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
c0e8cb9 to
ff661c3
Compare
ff661c3 to
de3a40b
Compare

What does this PR do?
Bound contexts in OpenTelemetry metrics generation by use of template
mechanism. The implementation here is slow -- note we are not yet using
the tag generator from down-stack, that will be addressed -- but it does
pass its property tests.
Motivation
REF SMPTNG-659