diff options
| author | sebright <sebright@google.com> | 2018-09-04 23:38:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-04 23:38:07 -0700 |
| commit | a6039fc7c8f364110c952c21884b1960d37f6eae (patch) | |
| tree | 8d015603dae250ac70b1b487fd94281f53777a40 | |
| parent | 6638ad600f91723562925ba88cbd64411e0ab595 (diff) | |
| download | platform_external_opencensus-java-a6039fc7c8f364110c952c21884b1960d37f6eae.tar.gz platform_external_opencensus-java-a6039fc7c8f364110c952c21884b1960d37f6eae.tar.bz2 platform_external_opencensus-java-a6039fc7c8f364110c952c21884b1960d37f6eae.zip | |
Stackdriver log correlation: Improve description of library stability. (#1406)
This change is similar to a change made to Log4j log correlation: https://github.com/census-instrumentation/opencensus-java/pull/1402#discussion_r213934235
| -rw-r--r-- | contrib/log_correlation/stackdriver/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/log_correlation/stackdriver/README.md b/contrib/log_correlation/stackdriver/README.md index 09b3fb6e..286e26a3 100644 --- a/contrib/log_correlation/stackdriver/README.md +++ b/contrib/log_correlation/stackdriver/README.md @@ -1,7 +1,7 @@ # OpenCensus Stackdriver Log Correlation -This subproject is currently experimental, so it doesn't have any stability guarantees. It will -remain experimental until we have a specification for a log correlation feature in +This subproject is currently experimental, so it may be redesigned or removed in the future. It +will remain experimental until we have a specification for a log correlation feature in [opencensus-specs](https://github.com/census-instrumentation/opencensus-specs/) (issue [#123](https://github.com/census-instrumentation/opencensus-specs/issues/123)). |
