Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metrics stdout export pipeline #265
Metrics stdout export pipeline #265
Changes from 63 commits
19346a4
cb9557a
03f7854
09d88a1
865b7ab
5719abe
c6ca4fd
acc2450
5bebed5
5b23af4
80e0df8
f533814
3423242
a788631
fbc50a1
49aa969
c2c73be
5ea9128
f0d986c
63d79a8
8716da3
837035d
9586471
0c09f8c
03ff7d2
88a236e
bf313da
db41c9d
dd6229c
0bc5ffe
c575b08
3be8e6e
214b882
048c8d9
657c064
0d78cfa
f81aa34
94580ae
2dee926
e4c9dde
a7623d8
8fcfe95
df3b3af
4121362
41d3f7b
72872fa
0160c3d
77e4c3f
dc23ae1
18b8340
dfbc881
9ecdf51
60ab98b
bf2f1e6
419ed4f
0953112
8034ebe
a472048
08a26de
c09bd0e
9ef0a37
557f912
0133786
e518398
72e3d30
9acdc5a
d7a5cda
399c34c
2a75566
efb75ed
1153503
623a63a
e298c94
d75bc6e
723d084
8b5a4d6
13e0580
b75059e
d03709a
93fe58f
782cabf
eedaaab
f67b47c
2e7007d
046db4a
a294720
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use of these extra labels was not obvious until I understood how everything works. Essentially they are ignored because it is using defaultkey batcher which only uses labels defined as part of metric descriptor.
Also, labels set via distributedcontext are not automatically used. It is by design but it is not obvious.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sort of feel like throwing away this example. It's full of random, incoherent calls.