diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-05-18 09:17:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-18 09:17:44 -0700 |
| commit | b647dbda2e7131d7d350f63d28943c93fe94fc47 (patch) | |
| tree | 453d28c71ec0f380a610006563c8f2d9f875a16e /CHANGELOG.md | |
| parent | d61eb4727e9601328c62daf4739dc5221f46909a (diff) | |
| download | platform_external_opencensus-java-b647dbda2e7131d7d350f63d28943c93fe94fc47.tar.gz platform_external_opencensus-java-b647dbda2e7131d7d350f63d28943c93fe94fc47.tar.bz2 platform_external_opencensus-java-b647dbda2e7131d7d350f63d28943c93fe94fc47.zip | |
Prometheus exporter: remove namespace and prefix for help message. (#1203)
* Prometheus exporter: remove namespace and prefix for help message.
* Add this change to CHANGELOG.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e92bfaa..9bccb10f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ returning a zero `Duration` when the arguments are invalid. - `Timestamp.create` now throws an `IllegalArgumentException` instead of returning a zero `Timestamp` when the arguments are invalid. +- Remove namespace and help message prefix for Prometheus exporter. This could be + a breaking change if you have Prometheus metrics from OpenCensus Prometheus exporter + of previous versions, please point to the new metrics with no namespace instead. ## 0.13.2 - 2018-05-08 - Map http attributes to Stackdriver format (fix [#1153](https://github.com/census-instrumentation/opencensus-java/issues/1153)). |
