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.

Add ENABLED, RECORDING settings

See original GitHub issue

Currently changing the app`s code is the only way to enable/disable automatic creation of transactions/spans.

Other agents have settings for this and the .NET agent should also have these settings.

The two settings:

  • active
  • instrument

Definition of instrument: https://github.com/elastic/apm/issues/49

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
gregkalaposcommented, Oct 27, 2020

I looked at other agents’ docs and also asked about this in Slack. So far none of the configs mentioned here is implemented. According to current alignments across agents we’ll add these 2:

  • enabled : if false, the agent is totally turned off (doesn’t even instrument, no background threads started, basically the agent does not do anything). This can’t be changed, if the agent starts with enabled=false then only chance to turn on the agent is to set it to true AND restart the app.
  • recording : This is live changeable, and even if it’s false, the agent still listens to central config changes. If it’s false then nothing is collected (no transactions, no errors, not metrics, nothing) - but instrumentation is still in place - it’s just not collecting data.
1reaction
basepicommented, Oct 14, 2020

FYI, https://github.com/elastic/apm/issues/49 was closed, so perhaps this can be closed? Or at least amended to only include enabled and recording.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changing basic and advanced cloud recording settings
With cloud recording enabled, you can determine which recording settings are selected for any meetings or webinars you record to the cloud.
Read more >
Manage Microsoft Teams meeting recording options for ...
Learn how to manage who can record Teams meetings, automatic recording, and the recording lifecycle.
Read more >
Turn Meet recording on or off for your organization
Step 4: Turn recording on or off for Meet · Sign in to your Google Admin console. · In the Admin console, go...
Read more >
Recording settings in Logic Pro for Mac
In the Logic Pro for Mac Recording settings, set the recording file type and determine how Logic Pro for Mac responds while in...
Read more >
Ultimate OBS Settings for High Quality Recordings - YouTube
This best OBS recording settings 2023 video will give you the ultimate ... Capture 3:31 Best OBS Game Capture Settings 4:17 How to...
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