Commit Graph

10 Commits

Author SHA1 Message Date
Svetlana Brennan 8efceed28c
feat(instrumentation-http)!: Remove legacy http span attributes and metrics (#5552)
Co-authored-by: Trent Mick <trentm@gmail.com>
2025-04-22 17:01:41 +00:00
Marc Pichler 030aff30f7
feat(instrumentation-http)!: reduce public API surface by removing exports and making protected methods private (#5124)
Co-authored-by: Hector Hernandez <39923391+hectorhdzg@users.noreply.github.com>
2024-11-08 16:39:06 +00:00
Marc Pichler 330172c1d8
fix(instrumentation-http): add server attributes after they become available (#5081) 2024-10-23 09:15:16 +00:00
Daniel Dyla 776993f0fc
feat(instrumentation-http): emit semconv 1.27 metrics (#5026) 2024-10-04 08:35:04 +00:00
Jamie Danielson f9a0d3ec33
refactor(instr-http): use exported strings for semconv (#4573)
* chore(instr-http): use exported strings for semconv

* add changelog entry
2024-03-22 17:17:45 +01:00
Marc Pichler 0f6518dd63
feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor of 'readers' constructor option (#4427)
* feat(sdk-metrics): add 'readers' constructor option, deprecate MeterProvider.addMetricReader()

* fix(changelog): update changelog entry, fix format
2024-01-24 14:30:06 +01:00
Pierre Tessier 73da976982
fix(instrumentation-http): use semantic convention metric descriptions (#3710) 2023-04-04 11:27:53 +02:00
Chengzhong Wu 369b07e1c7
chore: enforce format with prettier (#3444) 2022-12-01 14:58:56 +08:00
Marc Pichler fade3c989b
ci(instrumentation-http): improve metrics test stability (#3242)
* fix(instrumentation-http): improve metrics test stability

* fix(changelog): add changelog entry.

* fix(instrumentation-http): clean up test reader.

* fix(changlog): move entry to internal

* fix(instrumentation-http): fix TestMetricReader
2022-09-14 00:25:51 +08:00
Hector Hernandez 597ea98e58
Add HTTP Server and Client duration Metrics in HTTP Node.js Instrumentation (#3149) 2022-09-06 14:22:22 -04:00