aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2017-05-25 12:44:22 -0700
committerKristen Kozak <sebright@google.com>2017-05-25 15:06:28 -0700
commit940ca8508c30b8ed12fa9f89d17fddd1a72451c7 (patch)
tree4ed400e1ae7416711fca51ffbef3b9ed1c2e9d26 /README.md
parent271934633ae9de40abb3dc81e636d40741386965 (diff)
downloadopencensus-java-940ca8508c30b8ed12fa9f89d17fddd1a72451c7.tar.gz
Warn that the API is unstable in README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index cdd290da..dd7fb57e 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,5 @@ Instrumentation - A stats collection 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.
+break those stats down across user-defined dimensions. The library is in alpha
+stage and the API is subject to change.