Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit db78d91

Browse files
authored
Post Release: update CHANGELOG and example (#235)
1 parent d173cc5 commit db78d91

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
All notable changes to this project will be documented in this file.
44

55
## Unreleased
6+
- Add Metrics API.
7+
- Add Resource API.
8+
- Add Gauges (`DoubleGauge`, `LongGauge`, `DerivedDoubleGauge`, `DerivedLongGauge`) APIs.
9+
10+
## 0.0.8 - 2018-12-14
11+
**Contains API breaking changes for stats/metrics implementations**
12+
613
- Enforce `--noUnusedLocals` Compiler Options on [opencensus-core] package.
714
- Fix bugs related to Stackdriver Metrics Descriptor and TimeSeries.
8-
- Add Resource API.
9-
- Add Metrics API.
1015
- Remove support for `min`/`max` in the stats Distribution to make it compatible with Metrics.
1116
- Remove default prefix from [exporter-prometheus]. 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 prefix instead.
12-
- Add Gauges (`DoubleGauge`, `LongGauge`, `DerivedDoubleGauge`, `DerivedLongGauge`) APIs.
17+
- Zipkin exporter: Convert "timestamp" and "duration" to "number" type per spec.
18+
- Exporter/Stats/Prometheus: Sanitize metric names.
1319

1420
## 0.0.7 - 2018-11-12
1521
**Contains API breaking changes for stats/metrics implementations**

examples/stats/web_client_monitoring/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"scripts": {
1212
"deploy": "gcloud app deploy",
1313
"start": "node app.js",
14-
"lint": "npm run lint",
14+
"lint": "npm run lint"
1515
},
1616
"dependencies": {
17-
"@opencensus/core": "0.0.7",
18-
"@opencensus/exporter-stackdriver": "0.0.7",
17+
"@opencensus/core": "0.0.8",
18+
"@opencensus/exporter-stackdriver": "0.0.8",
1919
"express": "^4.16.3"
2020
}
2121
}

0 commit comments

Comments
 (0)