applicationhealth-extension.../main
frank-pang-msft aefdba0144
Improve logging to kusto for better debugging (#77)
Some info is missing in the kusto logs that are present in the local
logs that makes it difficult to debug.

- Log specific command being executed at startup
(install/enable/update/etc)
- Include extension sequence number and pid at startup for debugging
from GuestAgent logs when extension logs are missing or seqNum.status
file is missing
- Log overall status file so we have better debugging when
VMExtensionProvisioning fails. This status is only sent when extension
transitions between Transitioning -> Success/Error or whenever extension
starts up.
- Update azure-extension-platform package to pull in change to increase
precision of event timestamp to include milliseconds/nanoseconds,
Previously it was RFC3339, which is in format yyyy-mm-ddThh:mm:ssZ,
which causes issue in sorting timestamps.
https://github.com/Azure/azure-extension-platform/pull/34
2024-05-21 15:02:52 -07:00
..
cmds.go Removing Unnecessary Telemetry Events and Log CustomMetrics Changes only (#68) 2024-05-03 16:24:36 -07:00
cmds_test.go
constants.go
handlersettings.go Improve logging to kusto for better debugging (#77) 2024-05-21 15:02:52 -07:00
handlersettings_test.go
health.go Removing Unnecessary Telemetry Events and Log CustomMetrics Changes only (#68) 2024-05-03 16:24:36 -07:00
health_test.go
main.go Improve logging to kusto for better debugging (#77) 2024-05-21 15:02:52 -07:00
probeResponse.go
reportstatus.go Improve logging to kusto for better debugging (#77) 2024-05-21 15:02:52 -07:00
reportstatus_test.go Improve logging to kusto for better debugging (#77) 2024-05-21 15:02:52 -07:00
schema.go
schema_test.go
seqnum.go
status.go Improve logging to kusto for better debugging (#77) 2024-05-21 15:02:52 -07:00
version.go
version_test.go
vmWatch.go feedback 2024-05-15 22:05:44 +00:00
vmWatch_test.go Change the commandline used for systemd-run depeding on the installed version 2024-05-06 09:51:49 -07:00