aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-06-25 16:05:14 -0700
committerGitHub <noreply@github.com>2018-06-25 16:05:14 -0700
commit660e8f375bb483a3eb817940b3aa8534f86da314 (patch)
treeca74747ce6a8557d361e9052db3f8a4ebe4c30e1 /CHANGELOG.md
parent518ad98ae217d7ddefe563335280a9e943163978 (diff)
downloadopencensus-java-660e8f375bb483a3eb817940b3aa8534f86da314.tar.gz
gRPC metrics: Add APIs to register gRPC client and server views separately. (#1282)
* gRPC metrics: separate registration of client and server views. * Add this change to CHANGELOG. * Update the unit tests. * Add an auxiliary method for testing.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56a59ac3..99e2d7a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
## Unreleased
+- Add APIs to register gRPC client and server views separately.
## 0.15.0 - 2018-06-20
- Expose the factory methods of MonitoredResource.