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

Can't see any data when Grafana is running as a Windows service #5

Open
alexanderzobnin opened this issue May 11, 2022 · 1 comment

Comments

@alexanderzobnin
Copy link
Owner

There's an issue with accessing memory-mapped files when the program is running as a Windows service. In this mode Windows runs services in Session 0, but runs applications in other sessions. So when Grafana and game are run in different Sessions, then plugin cannot get access to the memory-mapped files created by the game.

Read more about Impact of Session 0 Isolation on Services and Drivers in Windows.

@alexanderzobnin
Copy link
Owner Author

The workaround is run grafana from a standalone binary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant