Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

miniduikboot/Impostor.Metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Impostor.Metrics

Important

This plugin is no longer supported. We highly recommend switching to Boot.Metrics

This plugin exports data to Prometheus. A Grafana dashboard is included.

To set this up, you need to add the following to your server's config:

For windows:

"PluginLoader": {
    "LibraryPaths": [
      "C:\\Program Files\\dotnet\\shared\\Microsoft.AspNetCore.App\\5.0.1"
    ]
  }

For linux:

"PluginLoader": {
    "LibraryPaths": [
      "/opt/dotnet_core/shared/Microsoft.AspNetCore.App/5.0.5/"
    ]
  }

Then, just set up Prometheus to query on port 8080.

About

Impostor metrics export to Prometheus / Grafana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages