Skip to content

seilorjunior/InfluxDB

 
 

Repository files navigation

App Metrics InfluxDB App Metrics

Official Site License

What is it?

This repo contains InfluxDB extension packages to App Metrics.

Latest Builds, Packages & Repo Stats

Branch AppVeyor Travis Coverage
dev AppVeyor Travis Coveralls
master AppVeyor Travis Coveralls
Package Dev Release PreRelease Latest Release
App.Metrics.Reporting.InfluxDB MyGet Status NuGet Status NuGet Status
App.Metrics.AspNetCore.Formatters.InfluxDB MyGet Status NuGet Status NuGet Status
App.Metrics.Formatters.InfluxDB MyGet Status NuGet Status NuGet Status

Grafana/InfluxDB Web Monitoring

Grafana/InfluxDB Generic Web Dashboard Demo

Grab the dashboard here

Grafana/InfluxDB OAuth2 Client Monitoring on a Web API

Grafana/InfluxDB Generic OAuth2 Web Dashboard Demo

Grab the dashboard here

Grafana/InfluxDB Web Application Setup

  • Download and install InfluxDB. Runs well on Windows using Bash on Windows on Ubuntu
  • Create a new InfluxDB Database. Keep note of this for configuring the InfluxDB reporter in your web application and configuring the InfluxDB Datasource in Grafana
  • Download and install Grafana, then create a new InfluxDB Datasource pointing the the Database just created and import App.Metrics web dashboard
  • Drop in the App.Metrics.Extensions.Mvc and App.Metrics.Extensions.Reporting.InfluxDB nuget packages into your web application.
  • Add App.Metrics configuration to the Startup.cs of your web application, including the InfluxDB reporter configuration. You might want to check out the Sandbox project if you get stuck
  • Run your app and Grafana at visit http://localhost:3000

There is also a more detailed step-by-step guide here

How to build

AppVeyor and Travis CI builds are triggered on commits and PRs to dev and master branches.

See the following for build arguments and running locally.

Configuration Description Default Environment Required
BuildConfiguration The configuration to run the build, Debug or Release Release All Optional
PreReleaseSuffix The pre-release suffix for versioning nuget package artifacts e.g. beta ci All Optional
CoverWith DotCover or OpenCover to calculate and report code coverage, None to skip. When not None, a coverage file and html report will be generated at ./artifacts/coverage OpenCover Windows Only Optional
SkipCodeInspect false to run ReSharper code inspect and report results, true to skip. When true, the code inspection html report and xml output will be generated at ./artifacts/resharper-reports false Windows Only Optional
BuildNumber The build number to use for pre-release versions 0 All Optional

Windows

Run build.ps1 from the repositories root directory.

	.\build.ps1'

With Arguments

	.\build.ps1 --ScriptArgs '-BuildConfiguration=Release -PreReleaseSuffix=beta -CoverWith=OpenCover -SkipCodeInspect=false -BuildNumber=1'

Linux & OSX

Run build.sh from the repositories root directory. Code Coverage reports are now supported on Linux and OSX, it will be skipped running in these environments.

	.\build.sh'

With Arguments

	.\build.sh --ScriptArgs '-BuildConfiguration=Release -PreReleaseSuffix=beta -BuildNumber=1'

Contributing

See the contribution guidlines in the main repo for details.

Acknowledgements

Thanks for providing free open source licensing

License

This library is release under Apache 2.0 License ( see LICENSE ) Copyright (c) 2016 Allan Hardy

Packages

No packages published

Languages

  • C# 92.9%
  • PowerShell 4.4%
  • Shell 2.7%