aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMayur Kale <mayurkale@google.com>2018-09-17 15:11:48 -0700
committerGitHub <noreply@github.com>2018-09-17 15:11:48 -0700
commit69360e984884902e60c0ffafe4c73a18702896ad (patch)
treed87abfff61b3f29d59ae0ead56d0aa901563fab0 /CHANGELOG.md
parent3d98a788798898ca653d3d2ac0aa984410e2a436 (diff)
downloadplatform_external_opencensus-java-69360e984884902e60c0ffafe4c73a18702896ad.tar.gz
platform_external_opencensus-java-69360e984884902e60c0ffafe4c73a18702896ad.tar.bz2
platform_external_opencensus-java-69360e984884902e60c0ffafe4c73a18702896ad.zip
allow arbitrary metric prefixes (#1440)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 463abda5..c3d346b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## Unreleased
- Add `AttributeValueDouble` to `AttributeValue`.
-
+- Allow users to report metrics for their registered domain (using custom prefix). This could be a
+ breaking change if you have custom prefix without (registered) domain.
## 0.16.0 - 2018-09-14
- Add APIs to register gRPC client and server views separately.