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

examples: Health example #9991

Merged
merged 22 commits into from
Mar 30, 2023
Merged

Commits on Mar 22, 2023

  1. checkpoint

    larry-safran committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4afc5b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    bb3faec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0d287a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. fix bazel

    larry-safran committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    5a14ea8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    9b25ddc View commit details
    Browse the repository at this point in the history
  2. fixed

    larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    aae877e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09efd9d View commit details
    Browse the repository at this point in the history
  4. gcp-o11y: add sleep in Observability close()

    This commit adds sleep in `close()` for metrics and/or traces to be
    flushed before closing observability.
    
    Currently sleep is set to 2 * [Metrics export interval (30 secs)].
    DNVindhya authored and larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    caac3f0 View commit details
    Browse the repository at this point in the history
  5. test/android: fix the import for AndroidJUnit4

    Everywhere else is using
    androidx.test.ext.junit.runners.AndroidJUnit4, and google internally
    only has that variant.
    zhangkun83 authored and larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7b6caef View commit details
    Browse the repository at this point in the history
  6. netty: implement GrpcHttp2InboundHeaders.iterator()

    This will be used to generate more useful debugging information in
    cases such as headers size exceeding the limit.
    zhangkun83 authored and larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c5949da View commit details
    Browse the repository at this point in the history
  7. examples: waitForReady example (grpc#9960)

    Add an example using waitForReady
    
    Part of fixit.  Fixes b/259286751
    larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4002b4e View commit details
    Browse the repository at this point in the history
  8. gcp-o11y: add default custom tag for metrics exporter

    This PR adds a default custom tag for metrics, irrespective of custom
    tags being present in the observability configuration. 
    
    OpenCensus by default adds a custom tag
    [opencenus_task](https://docs.google.com/document/d/1sWC-XD277cM0PXxAhzJKY2X0Uj2W7bVoSv-jvnA0N8Q/edit?resourcekey=0-l-wqh1fctxZXHCUrvZv2BQ#heading=h.xy85j580eik0)
    for metrics which gets overriden if custom tags are set.
    
    The unique custom tag is required to ensure the uniqueness of the
    Timeseries. The format of the default custom tag is:
    `java-{PID}@{HOSTNAME}`, if `{PID}` is not available a random number
    will be used.
    DNVindhya authored and larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f618fee View commit details
    Browse the repository at this point in the history
  9. Remove sleep from Observability Interop Test binary now that its done…

    … in close() (grpc#9977)
    
    After grpc#9972, the `sleep()` is done inside Observability `close()`, we can remove this `sleep()` in the Observability Interop test binary.
    stanley-cheung authored and larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    21fe4c2 View commit details
    Browse the repository at this point in the history
  10. examples: add gcp-observability examples (grpc#9967)

    * add examples for gcp-observability
    DNVindhya authored and larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7581150 View commit details
    Browse the repository at this point in the history
  11. examples: Add cancellation example

    It uses the echo service for both unary and bidi RPCs, to show the
    various cancellation circumstances and APIs.
    ejona86 authored and larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c672d99 View commit details
    Browse the repository at this point in the history
  12. Add support for cross-compiling for s390x platform (grpc#9455)

    * Added s390x platform support
    * Adapt to existing platform naming scheme
    * Updated s390_64 library whitelist
    * Use g++ compiler version 8.x for s390x
    * Introduced dedicated Docker container for building s390x artifacts Minor fix
    
    ---------
    
    Signed-off-by: Dirk Haubenreisser <haubenr@de.ibm.com>
    Co-authored-by: Eric Anderson <ejona@google.com>
    2 people authored and larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2d38926 View commit details
    Browse the repository at this point in the history
  13. [Examples] health service example

    Add round robin to the example.
    
    fixed
    larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    490de36 View commit details
    Browse the repository at this point in the history
  14. fixed

    larry-safran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c43c4fe View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. fix build

    larry-safran committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    db31ca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cebe3e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f49f709 View commit details
    Browse the repository at this point in the history
  4. Address review comments.

    larry-safran committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    11f8d06 View commit details
    Browse the repository at this point in the history