Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comprehensive Logging and Metrics (Opt in) #3892

Open
tznind opened this issue Dec 26, 2024 · 0 comments · May be fixed by #3837
Open

Comprehensive Logging and Metrics (Opt in) #3892

tznind opened this issue Dec 26, 2024 · 0 comments · May be fixed by #3837
Labels
enhancement v2 For discussions, issues, etc... relavant for v2

Comments

@tznind
Copy link
Collaborator

tznind commented Dec 26, 2024

I have taken this on as part of #3837

'Opt in' means you have to specifically create a logger in your host program before logging output gets created (i.e. we default to null logger).

Is your feature request related to a problem? Please describe.

  • Log when key events happen e.g. Init/Shutdown
  • Log fatal events in background threads e.g. input loop thread
  • Knowing how long things like the iteration loop is taking

Describe the solution you'd like
Add logging abstraction dependency (i.e. ILogger).
Add standard metrics dependency e.g. System.Diagnostics.Metrics

Describe alternatives you've considered
We could roll our own or write a scenario in UICatalog but its better to just go with the standard. It also makes things work for downstream customers.

@tznind tznind added enhancement v2 For discussions, issues, etc... relavant for v2 labels Dec 26, 2024
@tznind tznind linked a pull request Dec 26, 2024 that will close this issue
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement v2 For discussions, issues, etc... relavant for v2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant