Skip to content
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

feat: add opencensus tracing support #360

Merged

Conversation

athakor
Copy link
Contributor

@athakor athakor commented Sep 4, 2020

Fixes #359

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 4, 2020
@codecov
Copy link

codecov bot commented Sep 4, 2020

Codecov Report

Merging #360 into master will decrease coverage by 0.18%.
The diff coverage is 41.46%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #360      +/-   ##
============================================
- Coverage     72.64%   72.45%   -0.19%     
+ Complexity     1056     1048       -8     
============================================
  Files            64       64              
  Lines          5535     5570      +35     
  Branches        684      686       +2     
============================================
+ Hits           4021     4036      +15     
- Misses         1301     1320      +19     
- Partials        213      214       +1     
Impacted Files Coverage Δ Complexity Δ
...va/com/google/cloud/firestore/CollectionGroup.java 20.58% <0.00%> (-2.75%) 1.00 <0.00> (ø)
...om/google/cloud/firestore/CollectionReference.java 43.75% <0.00%> (-3.98%) 10.00 <0.00> (ø)
.../com/google/cloud/firestore/DocumentReference.java 70.32% <0.00%> (-3.24%) 31.00 <0.00> (ø)
...rc/main/java/com/google/cloud/firestore/Query.java 87.93% <ø> (ø) 120.00 <0.00> (-7.00)
...java/com/google/cloud/firestore/FirestoreImpl.java 76.86% <50.00%> (-1.71%) 26.00 <0.00> (ø)
...ain/java/com/google/cloud/firestore/TraceUtil.java 50.00% <57.14%> (+25.00%) 3.00 <2.00> (+2.00)
...n/java/com/google/cloud/firestore/Transaction.java 86.27% <100.00%> (+0.85%) 11.00 <3.00> (ø)
...java/com/google/cloud/firestore/UpdateBuilder.java 95.63% <100.00%> (+0.04%) 83.00 <0.00> (ø)
...rc/main/java/com/google/cloud/firestore/Watch.java 91.70% <100.00%> (+0.03%) 56.00 <0.00> (ø)
...in/java/com/google/cloud/firestore/BulkWriter.java 71.02% <0.00%> (-0.47%) 28.00% <0.00%> (-1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 107aa05...69ba68c. Read the comment docs.

@product-auto-label product-auto-label bot added the api: firestore Issues related to the googleapis/java-firestore API. label Sep 5, 2020
@BenWhitehead BenWhitehead merged commit edaa539 into googleapis:master Sep 9, 2020
gcf-merge-on-green bot pushed a commit that referenced this pull request Sep 15, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
## [2.1.0](https://www.github.com/googleapis/java-firestore/compare/v2.0.0...v2.1.0) (2020-09-10)


### Features

* add method to set emulator host programmatically ([#319](https://www.github.com/googleapis/java-firestore/issues/319)) ([#336](https://www.github.com/googleapis/java-firestore/issues/336)) ([97037f4](https://www.github.com/googleapis/java-firestore/commit/97037f42f76e9df3ae458d4e2b04336e64b834c3)), closes [#210](https://www.github.com/googleapis/java-firestore/issues/210) [#190](https://www.github.com/googleapis/java-firestore/issues/190)
* add opencensus tracing support ([#360](https://www.github.com/googleapis/java-firestore/issues/360)) ([edaa539](https://www.github.com/googleapis/java-firestore/commit/edaa5395be0353fb261d954429c624623bc4e346))
* add support for != and NOT_IN queries ([#350](https://www.github.com/googleapis/java-firestore/issues/350)) ([68aff5b](https://www.github.com/googleapis/java-firestore/commit/68aff5b406fb2732951750f3d5f9768df6ee12b5))
* generate protos to add NOT_EQUAL, NOT_IN, IS_NOT_NAN, IS_NOT_NULL query operators ([#343](https://www.github.com/googleapis/java-firestore/issues/343)) ([3fb1b63](https://www.github.com/googleapis/java-firestore/commit/3fb1b631f8dd087f0f3e1c43363e9642f497993a))


### Bug Fixes

* **samples:** re-add maven exec config for Quickstart sample ([#347](https://www.github.com/googleapis/java-firestore/issues/347)) ([4c2329b](https://www.github.com/googleapis/java-firestore/commit/4c2329bf89ffab4bd3060e16e1cf231b7caf4653))
* add support to deserialize to custom Lists and Maps ([#337](https://www.github.com/googleapis/java-firestore/issues/337)) ([dc897e0](https://www.github.com/googleapis/java-firestore/commit/dc897e00a85e745f57f615460b29d17b7dd247c6))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.9.0 ([#352](https://www.github.com/googleapis/java-firestore/issues/352)) ([783d41e](https://www.github.com/googleapis/java-firestore/commit/783d41e167c7c79957faeeebd7a76ab72b5b157d))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the googleapis/java-firestore API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add OpenCensus spans to all firestore clients
2 participants