Commit Graph

69 Commits

Author SHA1 Message Date
WhiteSource Renovate 2afcc7c90d
chore(deps): update all non-major dependencies (#2150) 2021-04-29 16:58:16 -04:00
Gerhard Stöbich f077df3f14
chore: prefer use of global TracerProvider/MeterProvider (#2127)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-04-23 14:58:16 +02:00
WhiteSource Renovate a0385c4537
chore(deps): update all non-major dependencies (#2113) 2021-04-22 20:07:32 +02:00
Daniel Dyla 0c15999dcc
chore: 0.19.0 release proposal (#2107) 2021-04-22 08:13:36 -04:00
Bartlomiej Obecny 4a3fd1f4d8
remove plugins (#2081)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-04-09 11:04:20 +02:00
WhiteSource Renovate cabf8630cf
chore(deps): update all non-major dependencies (#2047) 2021-03-30 19:18:40 +02:00
Daniel Dyla 2409f1cddd
chore: release proposal 0.18.2 (#2057) 2021-03-30 11:18:53 -04:00
Daniel Dyla e369035cd2
chore: v0.18.1 release proposal (#2052) 2021-03-29 15:43:08 -04:00
WhiteSource Renovate 24bcfe8234
chore(deps): update all non-major dependencies (#1825) 2021-03-24 14:02:35 +01:00
Daniel Dyla 1905296fc8
chore: remove package lock (#1993)
* chore: remove package lock

* chore: remove remaining lock files
2021-03-03 08:48:28 -05:00
Daniel Dyla 6540b54a8b
chore: release proposal 0.18.0 (#1982)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-03-02 08:45:56 -05:00
Daniel Dyla a91ea7617f
chore: release 0.17.0 proposal (#1926)
* chore: release 0.17.0 proposal

* chore: bump backwards compatibility version

* chore: relock

* chore: update changelog
2021-02-17 16:06:47 -05:00
Nev 62f8695d3f
feat(diag-logger): part 2 - breaking changes - remove api.Logger, api… (#1925) 2021-02-17 15:46:27 -05:00
Bartlomiej Obecny 9cfa92c4a5
Use instrumentation loader to load plugins and instrumentations (#1855)
* chore: removing plugin loader from node, updating usage and docs

* chore: testing and updating examples

* chore: lint

* chore: adding comment about usage

* chore: adding upgrading guidelines
2021-02-05 19:02:29 +01:00
Bartlomiej Obecny e68863f8e6
0.16.0 proposal (#1888)
* chore: 0.16.0-proposal

* v0.16.0

* chore: aligning examples to have correct version that is compatible with contrib
2021-02-01 23:23:06 +01:00
Daniel Dyla 960b868f5b
chore: 0.15.0 release proposal (#1836) 2021-01-21 16:56:31 -05:00
WhiteSource Renovate 14931cec97
chore(deps): update all non-major dependencies (#1767)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-01-14 14:20:58 -05:00
Gerhard Stöbich 0545122860
chore: update versions of OTel components (#1809) 2021-01-12 13:24:52 -05:00
Daniel Dyla 27a8d4530c
chore: version 0.14.0 proposal (#1763) 2020-12-17 15:44:39 -05:00
WhiteSource Renovate 0d06a52eed
chore(deps): update all non-major dependencies (#1716) 2020-12-11 17:18:05 +01:00
Daniel Dyla 86cbd6798f
chore: 0.13.0 proposal (#1718) 2020-12-04 16:14:05 -05:00
WhiteSource Renovate 6a55593cff
chore(deps): update all non-major dependencies (#1451) 2020-11-30 15:44:11 -05:00
snyder114 7242c76059
Updates to getting started page (#1673)
* Updates to getting started page

* NodeJS --> node

* Removed one lingering "we"

* Update getting-started/README.md

Co-authored-by: Mayur Kale <mayurkale@google.com>

Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-11-18 01:18:58 +01:00
Bartlomiej Obecny 3f72613a36
chore: 0.12.0 proposal (#1592)
* chore: 0.12.0 proposal
2020-10-19 14:39:09 +02:00
Severin Neumann 11947bfbe2
docs: fix and update getting-started (#1553)
* docs: fix and update getting-started

* docs: fix and update app.ts

* Fix conflict in ts-example package.json
2020-09-30 17:29:53 +02:00
WhiteSource Renovate 6eb157c669
chore(deps): update dependency ts-node to v9 (#1473) 2020-09-30 14:27:53 +02:00
Severin Neumann 350d91cea0
Add missing plugins for tracing the sample app (#1509)
When I followed this guide I got some errors after running 

```sh
$ npm install \
  @opentelemetry/core \
  @opentelemetry/node \
  @opentelemetry/plugin-http
```

The errors:
PluginLoader#load: could not load plugin @opentelemetry/plugin-https of module https. Error: Cannot find module '@opentelemetry/plugin-https'
and
PluginLoader#load: could not load plugin @opentelemetry/plugin-express of module express. Error: Cannot find module '@opentelemetry/plugin-express'

By adding those 2 plugins to the `npm install` I got that step working.

Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-09-20 20:16:33 -07:00
Justin Walz 305a5224bb
docs: update ts-example types and formatting (#1506) 2020-09-09 01:12:12 +02:00
Bartlomiej Obecny 15174c6647
0.11.0 proposal (#1481) 2020-09-01 21:13:24 +02:00
WhiteSource Renovate 04338beb9d
chore(deps): pin dependencies (#1401) 2020-08-10 00:49:54 -07:00
WhiteSource Renovate 978506ce75
chore(deps): update all non-major dependencies (#1402) 2020-08-10 00:38:38 -07:00
Mick Dekkers 88cd842ecd
Fix issues in TypeScript getting started example code (#1374)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-08-05 12:53:08 -04:00
Daniel Dyla b247e69034
chore: 0.10.2 proposal (#1382) 2020-08-03 19:16:43 -04:00
Daniel Dyla 03981e4299
chore: 0.10.1 release proposal (#1359) 2020-07-28 11:07:22 -04:00
Daniel Dyla ab62a4d69b
chore: 0.10.0 release proposal (#1345) 2020-07-27 16:48:06 -04:00
Mayur Kale 4e61459712
chore: update metrics example with UpDownCounter (#1239)
* chore: update metrics example with UpDownCounter

* chore: update getting-started

* chore: update README

* fix: lint

* Update packages/opentelemetry-metrics/README.md

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>

* Update packages/opentelemetry-metrics/README.md

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-06-27 19:10:34 -07:00
Mayur Kale 904245f767
chore: 0.9.0 release proposal (#1208) 2020-06-18 14:20:29 -07:00
WhiteSource Renovate d326a83c4c
Update dependency @opentelemetry/plugin-express to ^0.8.0 (#1155)
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-06-09 14:42:34 -04:00
WhiteSource Renovate a576f3a812
Pin dependencies (#1154) 2020-06-09 13:52:36 -04:00
Naseem c24d992305
feat!: remove label keys as they are no longer part of the spec (#1126)
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-06-08 18:12:41 -07:00
Naseem e93a86633b
ci: lint markdown files (#1147)
* ci: add markdown linting

Signed-off-by: Naseem <naseem@transit.app>

* fix: lint markdown files

Signed-off-by: Naseem <naseem@transit.app>

* docs: add markdown lint configuration

Signed-off-by: Naseem <naseem@transit.app>

* docs: lint change log

Signed-off-by: Naseem <naseem@transit.app>
2020-06-08 15:29:21 -04:00
Naseem 121b03d5ef
chore: template prometheus endpoint in examples rather than hardcode (#1142)
Signed-off-by: Naseem <naseem@transit.app>
2020-06-04 14:39:42 -04:00
Daniel Dyla 65b5ba2d04
chore: 0.8.3 release proposal (#1122) 2020-05-28 16:13:08 -04:00
Kanika Shah 63dfcb5d93
Add the missing plugin dependencies in tracing example (#1078)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-05-26 13:32:19 -04:00
Daniel Dyla 7233a03a50
chore: 0.8.2 release proposal (#1092) 2020-05-21 15:18:17 -04:00
Daniel Dyla d808ea72e3
chore: 0.8.1 release proposal (#1054) 2020-05-18 15:24:09 -04:00
Mayur Kale 94f7c4f780
chore: 0.8.0 release proposal (#1046) 2020-05-12 09:33:34 -07:00
Mayur Kale b28bed4791
chore: 0.7.0 release proposal (#973)
* chore: 0.7.0 release proposal

* chore: update CHANGELOG.md

* chore: update CHANGELOG
2020-04-24 11:09:37 -07:00
Daniel Dyla c5ed47d413
chore: 0.6.1 release proposal (#951) 2020-04-08 14:24:15 -04:00
Mayur Kale 5ea46ebf89
chore: 0.6.0 release proposal (#922)
* chore: 0.6.0 release proposal

* chore: update getting-started version
2020-04-02 10:19:33 -07:00