Commit Graph

92 Commits

Author SHA1 Message Date
Nev 8b9935b937
fix: tracer typo in fetchxhr examples (#2680) 2021-12-21 13:14:51 -05:00
Nev 10cd9163a0
chore: update and fix tracer-web examples (#2661) 2021-12-15 11:05:40 -05:00
legendecas 5bb83224be
feat(api-metrics): remove bind/unbind and bound instruments (#2559)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-11-02 14:14:48 -04:00
Daniel Dyla bebd82a7f1
chore!: rename collector exporters (#2476)
* chore!: rename collector exporters

* chore: finish renaming

* chore: finish renaming

* chore: typo
2021-09-15 20:41:08 +02:00
Daniel Dyla 0ef1fc28d3
chore: release proposal 0.25.0 (#2415)
* chore: release proposal 0.25.0

* chore: changelog
2021-08-18 16:13:38 -04:00
Valentin Marchaud a8d39317b5
chore: rename sdks to better represent what they are [#2146] (#2340)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-08-05 21:13:18 +02:00
Daniel Dyla fd2410cc9e
chore: 0.24.0 release proposal (#2377) 2021-07-28 10:00:07 -04:00
Weyert de Boer 3bc3452814
feat: updated spec to v1.5.0 and renamed resource class (#2345)
Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-07-25 08:41:34 +02:00
Ofer Adelstein 39c6ea52fa
examples opentelemetry-api version fix (#2358)
Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-07-21 15:52:28 -04:00
Jonathan Church 3a327ddea7
chore: fix tracer-web example webpack config (#2326) 2021-07-06 14:26:13 -04:00
Daniel Dyla f2a958dfee
chore: 0.23.0 proposal (#2310) 2021-06-30 16:02:09 -04:00
Omkar Kirpan de6cee9ebc
fix: service.name resource attribute (#2290)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-06-25 15:11:30 -04:00
Daniel Dyla 7860344eca
chore: release proposal 0.22.0 (#2288) 2021-06-17 12:58:59 -04:00
Daniel Dyla 7750282034
chore: 0.21.0 proposal (#2269) 2021-06-10 13:18:43 -04:00
Daniel Dyla d4df2f7eba
chore: update API to 0.21.0 (#2255)
* chore: update API to 0.21.0

* chore: revert accidentally renamed argument

* chore: fix test

* chore: make tsdocs more clear
2021-06-05 10:23:21 +02:00
Daniel Dyla f79aef422b
Release Proposal 0.20.0 (#2246)
* chore: update tsconfig

* chore: 0.20.0 proposal

* chore: pin deps

* chore: pin deps that were previously pinned
2021-06-03 19:02:49 +02:00
Bartlomiej Obecny ac81e17c68
chore: upgrading to api ver. 0.20.0 (#2225)
* chore: upgrading to api ver. 0.20.0
2021-05-25 23:32:54 +02: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
Daniel Dyla 0c15999dcc
chore: 0.19.0 release proposal (#2107) 2021-04-22 08:13:36 -04:00
Bartlomiej Obecny e27f9fb08b
chore: adding interceptor for getting headers before each request (#2050)
* chore: adding interceptor for getting headers before each request

* chore: renaming getHeadersBeforeSend into getExportRequestHeaders
2021-04-13 11:54:38 +02:00
Daniel Dyla 02175dfafd
chore: update API dependency to 1.0.0-rc.0 (#2063) 2021-04-05 12:28:02 -04:00
Daniel Dyla 2409f1cddd
chore: release proposal 0.18.2 (#2057) 2021-03-30 11:18:53 -04:00
Daniel Dyla 54857c0124
chore: downgrade API for patch release (#2056) 2021-03-30 08:56:02 -04:00
Daniel Dyla e369035cd2
chore: v0.18.1 release proposal (#2052) 2021-03-29 15:43:08 -04:00
Bartlomiej Obecny 435ab73b89
chore: removing examples of packages that are part of contrib repo (#2028) 2021-03-24 19:22:08 +01:00
Daniel Dyla 8010ac2fcd
chore: use api release candidate (#2038) 2021-03-24 10:01:36 -04: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
Nev 1d682c2f75
feat(diag-logger): introduce a new global level api.diag for internal diagnostic logging (#1880)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-02-10 17:12:26 -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 de8c2be324
Check in lockfiles (#1829) 2021-01-28 14:59:12 -05:00
Daniel Dyla 5f4e479b27
Fix all links to point to main (#1865) 2021-01-25 16:19:27 -05:00
Daniel Dyla 960b868f5b
chore: 0.15.0 release proposal (#1836) 2021-01-21 16:56:31 -05:00
Bartlomiej Obecny 5862bc082f
chore: converting fetch plugin to instrumentation (#1796) 2021-01-12 15:11:15 +01:00
Bartlomiej Obecny 89664a7c4e
feat: creating one auto loader for instrumentation and old plugins (#1731)
* feat: creating one auto loader for instrumentation and old plugins

* feat: adding temporary tests for autoloader

* chore: adding auto loader for instrumentation and plugins

* chore: removing temporary test

* chore: reverting changes done temporary

* chore: linting

* chore: updating submodule for opentelemetry-proto

* chore: updating submodule for exporter-collector-grpc
2021-01-07 17:03:39 +01:00
Gerhard Stöbich a2304c9a82
chore: remove tracer apis not part of spec (#1764)
Co-authored-by: Mayur Kale <mayurkale@google.com>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-12-21 17:12:42 -05:00
Daniel Dyla 27a8d4530c
chore: version 0.14.0 proposal (#1763) 2020-12-17 15:44:39 -05:00
Daniel Dyla 86cbd6798f
chore: 0.13.0 proposal (#1718) 2020-12-04 16:14:05 -05:00
Bartlomiej Obecny 97736be262
feat: replacing base plugin with instrumentation for xml-http-request (#1659)
* feat: replacing base plugin with instrumentation for xml-http-request

* feat: fixing import and checking for instrumentation based on function instead of instance
2020-11-10 17:56:38 +01:00
Bartlomiej Obecny 0caaf6a829
chore: fixing the error in web about promise (#1641) 2020-11-06 14:02:04 +01:00
Matthew Wear 46f31dd228
chore!: move b3 into its own package (#1595) 2020-10-26 17:00:08 -04:00
Bartlomiej Obecny 3f72613a36
chore: 0.12.0 proposal (#1592)
* chore: 0.12.0 proposal
2020-10-19 14:39:09 +02:00
Alex Hinds bc9244fc48
chore: variable names cleanup (#1536)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-09-22 08:55:00 -04:00
Bartlomiej Obecny a7b9e9d482
chore: refactoring zipkin to be able to use it in web (#1399) 2020-09-03 15:21:49 -04:00
Bartlomiej Obecny 15174c6647
0.11.0 proposal (#1481) 2020-09-01 21:13:24 +02:00
Bartlomiej Obecny fb06b5bb11
Collector split (#1446)
* chore: removing submodule protos from exporter-collector

* chore: adding submodule opentelemetry-proto to exporter collector

* chore: fixing submodule path

* chore: updating proto to version v0.4.0

* chore: splitting exporter collector into 3 packages - depending on transport layer, updated examples, fixed the metrics collector for proto, fixed bug for label

* chore: fixing bug with controller when shutting down

* chore: ignored files

* chore: fixing submodule links

* chore: lint fixes - seems like some latest updates forcing extend to be in new line

* chore: lint space

* chore: fixing test when waiting to load proto files
2020-08-24 18:34:17 +02:00
Daniel Dyla b247e69034
chore: 0.10.2 proposal (#1382) 2020-08-03 19:16:43 -04:00