-
Notifications
You must be signed in to change notification settings - Fork 75
Feat: client side metrics #1840
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
Changes from 42 commits
30a7011
ed85413
57084c4
571c095
f4b8416
da0fe82
61432eb
b5bfe5c
f0a029d
5456038
5efaba6
c0b4cc1
3979331
a9d08b5
029bd8c
50e05fb
53cd48a
7adb9d6
690e4ee
e6f8ba6
c4ca4ae
887221d
a2c715a
ed78182
e0d46be
a72a685
92c83c1
c5137c1
63b5bd3
ac424a6
52f428f
c06b2cb
daf9fbe
1999ff7
81e349b
f4e36d9
05e8efb
b0b1687
4abbcf0
328855d
5e1fb4b
4fa8874
7deb0d6
637f878
8480fa8
ef9baa8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -314,4 +314,19 @@ | |
| <method>com.google.cloud.firestore.Query getQuery()</method> | ||
| </difference> | ||
|
|
||
| <!-- Relocate constants in TraceUtil --> | ||
| <difference> | ||
| <differenceType>6011</differenceType> | ||
| <className>com/google/cloud/firestore/telemetry/TraceUtil</className> | ||
| <field>SPAN_NAME_*</field> | ||
| </difference> | ||
|
|
||
| <!-- Change the parameter type of internalStream function --> | ||
| <difference> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. waiting for #1896 to lift the clirr alert
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe the decision for #1896 was to use
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. they are changing the |
||
| <differenceType>7005</differenceType> | ||
| <className>com/google/cloud/firestore/StreamableQuery</className> | ||
| <method>* internalStream(com.google.api.gax.rpc.ApiStreamObserver, long, com.google.protobuf.ByteString, com.google.cloud.Timestamp, com.google.cloud.firestore.ExplainOptions, boolean)</method> | ||
| <to>*</to> | ||
| </difference> | ||
|
|
||
| </differences> | ||
Uh oh!
There was an error while loading. Please reload this page.