All Projects → megahoneybadger → grafana-ng

megahoneybadger / grafana-ng

Licence: other
Grafana on .net core + angular.

Programming Languages

C#
18002 projects
typescript
32286 projects
SCSS
7915 projects
HTML
75241 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to grafana-ng

bounded-disturbances
A k6/.NET red/green load testing workshop
Stars: ✭ 39 (-23.53%)
Mutual labels:  grafana, netcore
DominicanWhoCodes
DominicanWho.Codes App
Stars: ✭ 58 (+13.73%)
Mutual labels:  netcore
docker-graphite
Run Graphite with Docker
Stars: ✭ 15 (-70.59%)
Mutual labels:  grafana
MudBlazor.Markdown
Markdown component based on the MudBlazor environment
Stars: ✭ 30 (-41.18%)
Mutual labels:  netcore
Kong-API-Manager
Kong API Manager with Prometheus And Graylog
Stars: ✭ 78 (+52.94%)
Mutual labels:  grafana
grafana-redis-datasource
Redis Data Source for @grafana allows connecting to any @redis database On-Premises and in the Cloud.
Stars: ✭ 107 (+109.8%)
Mutual labels:  grafana
DDNRuntime-examples
DDNRuntime(Delphi .NET Framework/.NET Core Runtime) example. DDNRuntime is a library for Delphi to call .net dll. Support the assembly written by c#, vb.net. Support importing .net dll to delphi, can create .net wrapper automatically.
Stars: ✭ 15 (-70.59%)
Mutual labels:  netcore
darksky2influxdb
Stores wheather forcecast data from darkskyapi into a influxdb database
Stars: ✭ 21 (-58.82%)
Mutual labels:  grafana
alexandra-trackmap-panel
Grafana map plugin to visualise coordinates as markers, hexbin, ant path, or heatmap.
Stars: ✭ 58 (+13.73%)
Mutual labels:  grafana
grafana-redis-app
Redis Application for @grafana provides Application pages and custom panels for Redis Data Source.
Stars: ✭ 23 (-54.9%)
Mutual labels:  grafana
grafana-operator
Grafana Operator creates and manages Grafana deployments on Kubernetes.
Stars: ✭ 18 (-64.71%)
Mutual labels:  grafana
tilt-pitch
Simple replacement for the Tilt Hydrometer mobile apps and TiltPi with lots of features
Stars: ✭ 32 (-37.25%)
Mutual labels:  grafana
jmeterReports
Jmeter autogenerater reports after test to Confluence, using grafana custom dushboards.
Stars: ✭ 23 (-54.9%)
Mutual labels:  grafana
k3s-gitops
GitOps principles to define kubernetes cluster state via code
Stars: ✭ 103 (+101.96%)
Mutual labels:  grafana
zabbix-monitor
monitor system based on zabbix API pyzaabix grafana
Stars: ✭ 70 (+37.25%)
Mutual labels:  grafana
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (+186.27%)
Mutual labels:  grafana
grafana-pnp-datasource
PNP4Nagios/RRD Datasource for Grafana
Stars: ✭ 27 (-47.06%)
Mutual labels:  grafana
remote-storage-wars
Prometheus remote storages playground
Stars: ✭ 22 (-56.86%)
Mutual labels:  grafana
octane-exporter
Export Laravel Octane metrics using this Prometheus exporter.
Stars: ✭ 14 (-72.55%)
Mutual labels:  grafana
azure-ad-b2c-asp-net-core
A sample demonstrating how you can configure your ASP.NET Core 5.0 applications to take advantage of Azure AD B2C to perform such tasks as authenticating users, protecting Web APIs, redeeming authorization code, calling a protected Web API.
Stars: ✭ 31 (-39.22%)
Mutual labels:  netcore

General

This project is an amateur attempt to build Grafana on .net core + angular.

How to use

Firstly get the sources:

git clone https://github.com/megahoneybadger/grafana-ng.git
cd grafana-ng

Secondly build server and client (you will need .net core for server and npm for client):

make build

And finally:

make run

It must start up the server listening on localhost:5000;

Changes

1.3.0 (2021-08-18)

  • Add grid panel
  • Add dashboard import/export

1.2.1 (2021-07-19)

  • Add sparkline into singlestat panel

1.2.0 (2021-07-16)

  • Add svg panel
  • Add singlestat panel
  • Add redis datasource

1.0.1 (2021-03-22)

  • Add text panel
  • Add browser panel

1.0.0 (2021-01-26)

First public release

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].