Marc Pichler
ec56837f22
chore: fix markdownlint issues ( #3252 )
...
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2022-09-14 11:21:38 -04:00
Hector Hernandez
6807deff5a
Rename @opentelemetry/sdk-metrics-base to @opentelemetry/sdk-metrics ( #3162 )
...
* Rename @opentelemetry/sdk-metrics-base to @opentelemetry/sdk-metrics
* Update all remaining references
* Addressing comments
* Add pr number in changelog
* Changing path of metrics SDK project
2022-08-16 10:00:49 +08:00
Chengzhong Wu
18dce78c47
docs: merge outdated development-guide.md ( #3081 )
...
Co-authored-by: Marc Pichler <marcpi@edu.aau.at>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2022-07-20 11:12:27 -04:00
legendecas
754d96d36e
fix(resources): align exported names in different environments ( #2739 )
...
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2022-01-29 09:54:01 +01:00
legendecas
04f9edd12f
feat(sdk-trace-web): web worker support ( #2719 )
...
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2022-01-20 22:33:54 +01:00
Marc Pichler
7578e50028
docs: remove circle-ci from development guide, update link, and fix typo. ( #2685 )
2021-12-22 12:51:31 -05:00
legendecas
f59c5b268b
chore: add markdown link checks ( #2657 )
...
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-12-11 21:31:36 +01:00
legendecas
f9f43e565a
feat(api-metrics): rename metric instruments to match feature-freeze API specification ( #2496 )
...
* feat: rename metric instruments to match feature-freeze API specification
* fixup! rename observables
* fixup!
* fixup!
* fixup!
* fixup! observable naming
* fixup! remove unnecessary spaces
* fixup! add upgrade guidelines
2021-10-15 21:35:18 +02:00
legendecas
6a78db163f
chore: mark @opentelemetry/exporter-prometheus as experimental ( #2479 )
...
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-09-22 08:56:02 -04:00
Jessica Kerr
20cb74a7b2
Update links to packages moved to experimental ( #2478 )
2021-09-22 14:12:10 +02: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
Bartlomiej Obecny
4a3fd1f4d8
remove plugins ( #2081 )
...
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-04-09 11:04:20 +02: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
Daniel Dyla
5f4e479b27
Fix all links to point to main ( #1865 )
2021-01-25 16:19:27 -05:00
Bartlomiej Obecny
781b30f5bb
Metrics updates ( #1700 )
...
* feat: renaming batcher to processor, fixing aggregators, adding missing metrics in api
* chore: fixing metrics in exporter collector, updated tests, fixing observer result
* chore: refactoring tests for rest of collectors
* chore: fixing monotonic sum observer, updated test to cover that scenario correctly
2020-12-03 00:40:42 +01:00
dengliming
cb58e7a7f4
Fix typo in document. ( #1431 )
2020-08-17 08:47:20 -04:00
Connor Lindsey
13d87e4d22
Fixed broken link to BasePlugin ( #1270 )
...
* Fixed broken link to BasePlugin
Updated the link to the BasePlugin.
* Update base plugin link
I should probably include the correct link if I'm fixing the link...
2020-07-01 14:17:48 -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
Valentin Marchaud
2987534686
docs(batcher): document how to configure custom aggregators #989 ( #1100 )
...
* docs(batcher): document how to configure custom aggregators #989
* chore: address PR comments
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-05-28 10:36:58 -07:00
Bartlomiej Obecny
12570c9e02
chore: aligning names for npm linting scripts ( #807 )
...
* chore: aligning names for npm linting scripts
* chore: grouping lint scripts together
2020-02-21 11:24:35 -08:00
Mayur Kale
cdec5574d4
chore: clear Prometheus todo and rename ReadableMetric -> MetricRecord ( #799 )
2020-02-19 21:47:59 -08:00
Mayur Kale
014b324f8d
Chore: minor fixes to API docs ( #779 )
...
* chore: fix API docs
* update WEB Readme: WebTracer => WebTracerProvider
2020-02-18 11:18:12 -05:00
Daniel Dyla
5c9ad85816
chore: fix build errors ( #747 )
...
* chore: switch from yarn to npm
* chore: ignore unpublished package
2020-02-04 16:21:57 -08:00
Daniel Dyla
5d6c99d126
Api separation ( #727 )
...
* feat: create an api package
* chore: update circle for new api package
* chore: bring back getTracer
* chore: add wrongly removed dev dependency
* chore: review comments
* chore: review comments
* chore: lint
* chore: export all noop implementations
* chore: update API README
* chore: ignore known working links that are not yet published
* chore: add jsdoc for getInstance calls
* chore: add jsdoc for private constructors
* chore: review comments
* chore: fix readme npm url
* chore: fix old readmes without registry
* chore: update api calling convention
2020-01-29 13:30:49 -08:00
Mayur Kale
9297a4d715
Add exporter guide ( #575 )
...
* chore: add exporter guide
* chore: add exporter guide
* chore: add exporter guide
* fix: review comments
* fix: review comment
2019-12-02 14:01:03 -08:00
Daniel Khan
a411313cb3
Refactor: Consistent package naming and structure ( #413 )
...
* fix(http-plugin): move node-sdk to dev deps
* refactor: rename opentelemetry-sdk-base
* refactor: rename opentelemetry-tracer-basic
* refactor: rename opentelemetry-node-sdk
* docs: update readme
* docs: update readme
* refactor: rename opentelemetry-tracer-web
* fix: styling
* fix: doc consistency
* fix: sliiped in typo
* fix: postgres and doc
2019-10-08 22:01:47 +02:00
Mayur Kale
ab8f3c1d71
chore: add development guide ( #358 )
2019-09-27 20:54:01 +02:00
Mayur Kale
61ea2ad663
chore: add plugin developer guide ( #348 )
...
* chore: add plugin developer guide
* chore: add a link to example plugin
2019-09-27 10:46:43 +02:00