Custom properties in monitoring and telemetry
Two years ago, I wrote a blog post Monitoring and telemetry in F&O where, among other things, I showed how to add a custom trace message and even include a custom property: Map properties = new Map(Types::String, Types::String); properties.add(’Feature’, ‘My feature 1’); properties.add(’MyCorrelationId’, ‘123456’); SysGlobalTelemetry::logTraceWithCustomProperties(’Custom message from X++’, properties) Microsoft keep evolving this area …
Continue reading ‘Custom properties in monitoring and telemetry’ »