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.

Include logger as part of SensorContext

See original GitHub issue

Use Case

Add logging to sensors so I can monitor it

Ideas of Implementation

context.log.info("Hello")

Additional Info


Message from the maintainers:

Excited about this feature? Give it a 👍. We factor engagement into prioritization.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:55
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

0reactions
mikeatlascommented, Nov 14, 2022

In Slack chat today this feature is “not currently on the foreseeable roadmap”: https://dagster.slack.com/archives/C01U954MEER/p1668448723605789?thread_ts=1666232923.892439&cid=C01U954MEER

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sensors | Dagster Docs
The sensor context, provided to every sensor evaluation function, has a cursor property and a update_cursor method for sensors to track state across...
Read more >
org.sonar.api.batch.SensorContext.saveLink java code examples ...
How to use. saveLink. method. in. org.sonar.api.batch.SensorContext ... private void updateLink(SensorContext context, String key, String name, ...
Read more >
sensors package - github.com/alexec/argo-events/sensors - Go ...
type SensorContext struct { // SensorClient is the client for Sensor SensorClient ... Logger // NotificationQueue is internal NotificationQueue to manage ...
Read more >
Plugin basics - SonarQube Documentation
The API used to be part of SonarQube and released with it, ... If you want to start the project from scratch, use...
Read more >
Sonar plugin, how to save violations - Stack Overflow
You should use Issueable rather than Violations (because it's deprecated and will ... public void analyse(Project project, SensorContext context) { Resource ...
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