Граф коммитов

931 Коммитов

Автор SHA1 Сообщение Дата
Hector Hernandez b14cd2e5fc
2.5.1 release (#1116) 2023-03-27 11:01:59 -07:00
Hector Hernandez 19d92af250
Add @azure/opentelemetry-instrumentation-azure-sdk dependency (#1110)
* Add @azure/opentelemetry-instrumentation-azure-sdk dependency

* Update

* Node.js 18 npm i

* npm i
2023-03-24 15:16:53 -07:00
Hector Hernandez 3913b1c7a6
Azure Functions do not propagate if CorrelationContext Manager is disabled (#1112) 2023-03-23 09:30:13 -07:00
Hector Hernandez 24d6dc3283
Heartbeat Update (#1109) 2023-03-22 10:46:29 -07:00
Jackson Weber 493b321eb2
Add fabric bot rules. (#1101) 2023-03-08 10:39:24 -08:00
Jackson Weber bdcd8f70b3
Truncate Trace Messages When Input Exceeds Maximum Length (#1087)
* Truncate telemetry messages over size limit.

* Remove assumption that telemetry is defined.

* Remove truncation in the public telemetry methods.

* Update truncation for telemetry.

* Remove truncation of measurements to be in line with other languages.

* Remove constants and wrap dangerous methods with error handling.
2023-03-03 12:48:01 -08:00
Hector Hernandez da0762e0d4
2.5.0 release (#1091)
* 2.5.0 release

* Update

* Adding package-lock.json

* Update

* Adding policheck exclusions file
2023-02-28 14:37:19 -08:00
Hector Hernandez 1307dd185d
Remove App ID exchange functionality (#1079)
* Remove App ID exchange functionality

* WIP

* Undo wrong changes
2023-02-21 12:07:39 -08:00
Hector Hernandez ef49ac7f60
Remove console log in AuthorizationHandler (#1082) 2023-02-21 11:18:24 -08:00
Hector Hernandez 8b322090f5
2.4.2 release (#1075) 2023-02-08 11:27:24 -08:00
Hector Hernandez d405a4dace
Add back Azure Functions correlation context hook (#1070)
* Fix issue with Azure Functions callback return

* Update

* Update

* Update

* WIP

* WIP

* WIP

* WIP

* Address comments

* Addressing comments

* WIP

* Addresing comments
2023-02-07 09:32:45 -08:00
Hector Hernandez 89eca6191a
2.4.1 release (#1068) 2023-01-18 13:49:26 -08:00
Hector Hernandez f5869d7a31
Remove preinvocation hook in Azure Functions (#1067) 2023-01-18 13:44:37 -08:00
Eric Jizba db4425b610
Add types for "@azure/functions-core" (#1065) 2023-01-18 09:53:14 -08:00
Hector Hernandez dd7c195f48
2.4.0 release (#1060) 2023-01-11 15:27:15 -08:00
Hector Hernandez 2617f05f22
Update automatic creation of incoming request in Azure functions config (#1059)
* Update automatic creation of incoming request in Azure functions config

* typo
2023-01-11 15:21:13 -08:00
Hector Hernandez c59867afb0
Add Azure Functions correlation properties (#1047) 2023-01-06 14:18:11 -08:00
Hector Hernandez f20cea0b98
Update readme to reflect support for node.js 17 and 18 (#1056) 2023-01-06 14:09:54 -08:00
Hector Hernandez 8d2fbfe429
Update unsecure dependencies (#1057)
* Update unsecure dependencies

* Update
2023-01-06 11:41:16 -08:00
Hector Hernandez b6dfcb8c70
Add Azure Functions Agent initialization (#1048) 2023-01-06 10:12:49 -08:00
Hector Hernandez a4b6f71dfc
Fixing issue with status in auto generated request in Azure Fn (#1046) 2022-12-13 10:30:52 -08:00
Hector Hernandez 9909cbd9c3
Automatically handle request/dependency correlation in Azure Functions (#1044)
* Automatically handle request/dependency correlation in Azure Functions

* Update

* Adding tests
2022-12-05 13:08:44 -08:00
Jackson Weber 39213a322c
Address Negative Average Duration (#1039)
* Bring short host value up to spec.

* Fix EU regions to comply with spec and fix reporting negative statsbeat.
2022-12-01 09:23:27 -08:00
Jeremy Meng 358fbceef7
Migrate from @azure/core-http to @azure/core-rest-pipeline (#1040) 2022-11-28 10:43:16 -08:00
Hector Hernandez 2f626c2cfe
Remove deprecated URL in readme (#1035)
* Update readme

* Removing old workflows
2022-11-14 13:10:07 -08:00
Hector Hernandez 5e1cbcbc7d
Add beta reference in README (#1034)
* Add beta reference in README

* test names causing conflicts
2022-11-14 12:45:03 -08:00
Hector Hernandez cf5a142ae9
2.3.6 release (#1030) 2022-11-01 11:16:05 -07:00
travism-lgm 7314a97a20
Update the comment for the default DistributedTracingModes to be accurate (#1027) 2022-10-28 09:44:21 -07:00
Hector Hernandez 5b7f145203
Avoid duplication of telemetry when abort event is triggered (#1026) 2022-10-26 16:00:48 -07:00
Hector Hernandez 9c9e0b3aaa
File write error handling (#1024) 2022-10-24 15:16:06 -07:00
Karlie-777 4c65638d83
[Task]15209420: add web snippet prefix and config (#1012)
* add snippet prefix

* add client snippet src

* add rp prefix

* update

* resolve comments
2022-10-18 14:10:12 -07:00
Karlie-777 34a9932559
add prefix class (#1020) 2022-10-12 10:53:29 -07:00
Jackson Weber cb098755d5
Release 2.3.5 (#1011)
Co-authored-by: Jackson Weber <jacksonweber@microsoft.com>
2022-09-12 14:54:24 -07:00
Jackson Weber 225fad5266
Add statusCode and exceptionType Fields to Network Statsbeat (#1007)
* Add statusCode for appropriate StatsBeat metrics.

* Add exceptionType and relevant tests.

* Add relevant tests for statusCode.

* Adjust method of collecting new statsbeat fields.

* Fix typing related to exceptions and exception counts.

* Remove unneded variables.

* Add additional statsbeat tests.

* Add undefined statusCode check.

Co-authored-by: Jackson Weber <jacksonweber@microsoft.com>
Co-authored-by: Hector Hernandez <39923391+hectorhdzg@users.noreply.github.com>
2022-09-12 11:11:41 -07:00
Hector Hernandez b5317d42d0
Add msgId property in Diagnostic Logs (#1010)
* Add msgId property in Diagnostic Logs

* Improve test reliability for InternalAzureLogger

* Update

* Update
2022-09-09 16:22:20 -07:00
Hector Hernandez c507448f1f
Add error when ikey/connection string not present in TelemetryClient (#1008) 2022-09-07 13:18:54 -07:00
Hector Hernandez ab798447cd
Only retry errors if 429, 500 or 503 response codes during Partial Accept (#1005)
* Only retry errors if 429, 500 or 503 response codes during Partial Accept

* Update test
2022-09-06 10:13:57 -07:00
Jackson Weber e0d2ad4f5c
Add 500 retry codes and associated unit tests. (#1003)
Co-authored-by: Jackson Weber <jacksonweber@microsoft.com>
2022-08-18 10:27:33 -07:00
Jackson Weber 34208e407d
Add HTTP Request Timeout (#1001) 2022-08-11 15:49:25 -07:00
Ramanuj Bhattacharjee 6031c83a11
Rename and update redirect header for QuickPulse (#997)
* initial commit

* save work

* tiny fix

* PR comment fix

* save PR comment fix

* PR comment fix

* add initial changes

* fix

* save

* save work

Co-authored-by: Ramanuj Bhattacharjee <rambhatt@microsoft.com>
Co-authored-by: Hector Hernandez <39923391+hectorhdzg@users.noreply.github.com>
2022-08-05 12:10:41 -07:00
Hector Hernandez 1add6ce486
2.3.4 release (#999) 2022-08-01 16:15:08 -07:00
Hector Hernandez bef97aad27
Update and add legal compliance notices and license terms (#998)
* Update and add legal compliance notices and license terms

* NIT
2022-07-27 15:32:14 -07:00
Karlie-777 3617fc3863
update readme (#986)
* update readme

* change to previous config
2022-07-21 15:38:01 -07:00
Hector Hernandez cc89cc7532
Updating contributing instructions (#991) 2022-07-18 12:15:44 -07:00
Hector Hernandez 6a4420cb63
Adding timeout to Azure Metadata service call (#988) 2022-07-14 22:46:08 -07:00
Hector Hernandez 9d653391d3
Do not enable auto tracking of Azure SDK if dependency tracking is disabled (#982) 2022-06-22 11:21:40 -07:00
Karlie-777 8bbc37ce60
add web snippet npm (#974)
* add web snippet npm

* fix modernCorp check errors
2022-06-09 11:26:17 -07:00
Hector Hernandez 2023942b51
2.3.3 release (#965) 2022-05-09 13:13:30 -07:00
Karlie-777 c74ae99751
Add snippet injection Statsbeat signal (#950)
* add snippet injection stats

* resolve comments

* addremovesnippetstats
2022-05-04 16:23:47 -07:00
Karlie-777 200bbe6162
update readme (#962) 2022-05-04 15:56:50 -07:00