question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DiagnosticTelemetryModule( and HeartBeat) is not added via DI, hence configuration is differently done

See original GitHub issue

DiagnosticTelemetryModule( and HeartBeat) is added to TelemetryConfiguration by base SDK and not added via DI like other modules. This means it’ll not possible to configure this module via services.ConfigureTelemetryModule<DiagnosticModule>() mechanism. However, this module is part of the TelemetryModules.Instance.Modules singleton, and hence can be retrieved this way for configuration.

Version Info

SDK Version : .NET Version : How Application was onboarded with SDK(VisualStudio/StatusMonitor/Azure Extension) : OS : Hosting Info (IIS/Azure WebApps/ etc) :

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
cijothomascommented, Jun 19, 2020

@TimothyMothra is working on addressing this issue. Expecting to ship with next stable release.

1reaction
Taudriscommented, Jan 18, 2020

Is this an adequate upgrade-resistant workaround I can use in production until this gets resolved?

if (!services.Any(o => typeof(IHeartbeatPropertyManager).IsAssignableFrom(o.ImplementationType)))
{
    services.AddSingleton<ITelemetryModule, DiagnosticsTelemetryModule>();
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

DiagnosticsTelemetryModule Class
Gets or sets diagnostics Telemetry Module LogLevel configuration setting. Possible values LogAlways, Critical, Error, Warning, Informational and Verbose.
Read more >
An Overview of the Sensors for Heart Rate Monitoring ...
This work presents an overview of the main strategies that have been proposed for non-invasive monitoring of heart rate (HR) in extramural and...
Read more >
Multi-purpose ECG telemetry system - PMC
Post-event short-term ECG recording using the proposed design provide physicians reliable three ECG leads with direct symptom-rhythm correlation ...
Read more >
IntelliVue Patient Monitor
22 Using a Telemetry Device and a Monitor (PIIC only) ... Hence settings may be different than implied by the profile name.
Read more >
server.conf
Each stanza controls different search commands settings. # # There is a server.conf file in the $SPLUNK_HOME/etc/system/default/ directory.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found