Commit Graph

16 Commits

Author SHA1 Message Date
Godfrey Chan f927e82b1d
doc: migrate away from defunct `addMetricReader` in examples (#5349) 2025-01-24 09:09:31 +00:00
Trent Mick e49c4c7f42
chore(lint): refactor Markdown linting to use markdownlint-cli2 (#4713)
* chore(lint): refactor Markdown linting to use markdownlint-cli2

- first commit is just config changes; lint updates will follow

* lint fixes

* fix markdownlint for rule MD045/no-alt-text

* lint config changes for prefering 'dash' style for rule MD004/ul-style

* lint:markdown:fix changes for MD004/ul-style

* manually apply this h3->h2 fix that Amir had in his #4703 PR

* mention markdown linting in the Linting section of the contributor guide

* add link to rules docs

---------

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
2024-05-21 14:44:23 +02:00
Marc Pichler c51c9eb954
docs(otlp-exporters): update docs to reflect OTLP 0.20.0 is used (#3938)
Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de>
2023-07-04 15:23:08 +02:00
Martin Kuba 070b6852a5
LowMemory metrics temporality preference (#3915)
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
2023-06-30 11:13:03 -07:00
Hongbo Miao c4a8387cb4
docs(readme): exporter should be metricExporter (#3688) 2023-03-20 11:08:50 +01:00
Marc Pichler 4420402e16
feat(metrics-exporters): configure temporality via env var(#3305)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2022-10-24 15:10:32 +02:00
Marc Pichler afe0657723
docs(metrics-exporters): fix wrong exporter const name in example (#3271) 2022-09-24 09:25:20 +02:00
Marc Pichler a8047ba9cd
docs: add experimental disclaimers to all experimental packages. (#3233) 2022-09-06 09:34:20 -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
Marc Pichler 474ec864ec
docs(exporters): replace 'collector' with 'OTLP compatible receivers' (#3077) 2022-07-06 08:53:08 -04:00
Marc Pichler d2de661de0
feat(sdk-metrics-base): implement min/max recording for Histograms (#3032)
* feat(sdk-metrics-base): prepare min/max collection.

* chore: updating submodule for otlp-grpc-exporter-base

* chore: updating submodule for otlp-proto-exporter-base

* feat(sdk-trace-base): implement min/max recording, add tests.

* feat(docs): update metrics exporter compatibility.

* fix(changelog): add changelog entry.

* fix(changelog): add more detail to changelog.

* fix(changelog): reword, appease linter.

* refactor(sdk-metrics-base): inline hasMinMax(), reformat.

* fix(otlp-transformer): simplify distinction with for data with min/max and without.

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de>
2022-06-24 08:52:42 -04:00
Marc Pichler 1343d16aa2
feat(exporters): update proto version and use otlp-transformer (#2929) 2022-05-04 17:03:04 -04:00
Sebastian Poxhofer e32879abbc
feat(otlp-exporter-http): change otlp-http port to canonical 4318 (#2557)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2022-01-20 08:57:46 -05:00
Rauno Viskus 89f862b284
chore: bump otlp trace exporters to v1 (#2626)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-12-21 14:04:01 -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
William Armiros c307949125
feat!: Split metric and trace exporters into new experimental packages (#2485)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com>
2021-11-02 13:16:41 -04:00