aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-06-06 13:56:55 -0700
committerGitHub <noreply@github.com>2017-06-06 13:56:55 -0700
commit80ec0c120bb133b3d3747406be7e4c543b9e0446 (patch)
tree94d30b9612fd44408026455597ac7c76492536b2 /README.md
parent84d0f46e88faa89c0d822a73a7a610b9ac1bc471 (diff)
downloadplatform_external_opencensus-java-80ec0c120bb133b3d3747406be7e4c543b9e0446.tar.gz
platform_external_opencensus-java-80ec0c120bb133b3d3747406be7e4c543b9e0446.tar.bz2
platform_external_opencensus-java-80ec0c120bb133b3d3747406be7e4c543b9e0446.zip
Move internal & common & trace to the new package io.opencensus (#339)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index dd7fb57e..965c98fe 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-Instrumentation - A stats collection framework
-======================================================
+OpenCensus - A stats collection and distributed tracing framework
+=================================================================
[![Build Status](https://travis-ci.org/census-instrumentation/instrumentation-java.svg?branch=master)](https://travis-ci.org/census-instrumentation/instrumentation-java) [![Build status](https://ci.appveyor.com/api/projects/status/v5dbthkucuewsu33/branch/master?svg=true)](https://ci.appveyor.com/project/instrumentationjavateam/instrumentation-java/branch/master)
-Instrumentation provides a framework to define and collect stats against metrics and to
-break those stats down across user-defined dimensions. The library is in alpha
+OpenCensus provides a framework to define and collect stats against metrics and to
+break those stats down across user-defined dimensions. The library is in alpha
stage and the API is subject to change.