This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +25
-15
lines changed
packages/opencensus-exporter-prometheus/src Expand file tree Collapse file tree 7 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
55## Unreleased
66
7+ ## 0.0.15 - 2019-07-09
8+ - Update dependency codecov to 3.5 (#612 )
9+ - feat(nodejs-base): do not hook require when not necessary (#585 )
10+ - Update dependency google-auth-library and googleapis (#579 )
11+ - Update dependency gts to v1 (#578 )
12+ - Add Express example (#577 )
13+ - License header fix: replace gRPC:// with https:// (#576 )
14+ - Upgrade gts to 1.0 (#572 )
15+ - fix(zipkin-exporter): fix nested child span support (#574 )
16+ - fix(deps): update dependency grpc to ~ 1.21.0 (#549 )
717
818## 0.0.14 - 2019-06-04
919- Exporter/Stats/Stackdriver: Add support for exemplar
Original file line number Diff line number Diff line change 2121 "fix" : " semistandard --fix"
2222 },
2323 "dependencies" : {
24- "@opencensus/exporter-zipkin" : " ^0.0.14 " ,
25- "@opencensus/nodejs" : " ^0.0.14 " ,
26- "@opencensus/propagation-b3" : " ^0.0.14 " ,
24+ "@opencensus/exporter-zipkin" : " ^0.0.15 " ,
25+ "@opencensus/nodejs" : " ^0.0.15 " ,
26+ "@opencensus/propagation-b3" : " ^0.0.15 " ,
2727 "cookie-parser" : " ^1.4.4" ,
2828 "express" : " ^4.17.0" ,
2929 "http" : " *" ,
Original file line number Diff line number Diff line change 2121 },
2222 "dependencies" : {
2323 "@grpc/proto-loader" : " ^0.4.0" ,
24- "@opencensus/exporter-stackdriver" : " ^0.0.14 " ,
25- "@opencensus/instrumentation-grpc" : " ^0.0.14 " ,
26- "@opencensus/nodejs" : " ^0.0.14 " ,
24+ "@opencensus/exporter-stackdriver" : " ^0.0.15 " ,
25+ "@opencensus/instrumentation-grpc" : " ^0.0.15 " ,
26+ "@opencensus/nodejs" : " ^0.0.15 " ,
2727 "grpc" : " ^1.18.0"
2828 },
2929 "devDependencies" : {
Original file line number Diff line number Diff line change 2020 "fix" : " semistandard --fix"
2121 },
2222 "dependencies" : {
23- "@opencensus/exporter-zipkin" : " ^0.0.14 " ,
24- "@opencensus/nodejs" : " ^0.0.14 " ,
25- "@opencensus/propagation-tracecontext" : " ^0.0.14 " ,
23+ "@opencensus/exporter-zipkin" : " ^0.0.15 " ,
24+ "@opencensus/nodejs" : " ^0.0.15 " ,
25+ "@opencensus/propagation-tracecontext" : " ^0.0.15 " ,
2626 "http" : " *"
2727 },
2828 "devDependencies" : {
Original file line number Diff line number Diff line change 2626 "semistandard" : " ^13.0.1"
2727 },
2828 "dependencies" : {
29- "@opencensus/core" : " ^0.0.14 " ,
30- "@opencensus/exporter-prometheus" : " ^0.0.14 " ,
31- "@opencensus/exporter-stackdriver" : " ^0.0.14 "
29+ "@opencensus/core" : " ^0.0.15 " ,
30+ "@opencensus/exporter-prometheus" : " ^0.0.15 " ,
31+ "@opencensus/exporter-stackdriver" : " ^0.0.15 "
3232 }
3333}
Original file line number Diff line number Diff line change 1414 "lint" : " npm run lint"
1515 },
1616 "dependencies" : {
17- "@opencensus/core" : " 0.0.14 " ,
18- "@opencensus/exporter-stackdriver" : " 0.0.14 " ,
17+ "@opencensus/core" : " 0.0.15 " ,
18+ "@opencensus/exporter-stackdriver" : " 0.0.15 " ,
1919 "express" : " ^4.16.3"
2020 }
2121}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export class PrometheusStatsExporter implements StatsEventListener {
5757 static readonly DEFAULT_OPTIONS = {
5858 port : 9464 ,
5959 startServer : false ,
60- contentType : 'text/plain; text/plain; version=0.0.13 ; charset=utf-8' ,
60+ contentType : 'text/plain; text/plain; version=0.0.15 ; charset=utf-8' ,
6161 prefix : '' ,
6262 } ;
6363
You can’t perform that action at this time.
0 commit comments