-
Updated
Jul 3, 2019 - Go
metrics-visualization
Here are 39 public repositories matching this topic...
-
Updated
Jun 26, 2020 - Shell
-
Updated
Feb 17, 2020 - JavaScript
I can't understand what I am doing wrong here, but looks like I need to put something between 0 and 1 here. Can we make a error message for wrong values?
Currently there can only be one fill parameter configured for all metrics.
Ideally it would be configurable per metric path via regular expressions provided in config file, like aggregation functions are configured.
Theoretically, since the page is static and doesn't contain any personal data, there isn't any significant risk for a user with any vulnerabilities.
However, this seems like a popular point to resolve, so for anyone interested in fixing these issues, please use this package: https://www.npmjs.com/package/npm-force-resolutions
And force packages to be updated to the vulnerability free versio
-
Updated
Mar 23, 2020 - TypeScript
-
Updated
Mar 3, 2020 - Java
-
Updated
Jan 30, 2020 - JavaScript
-
Updated
May 5, 2020
-
Updated
Oct 3, 2018 - Go
-
Updated
Mar 6, 2018 - TypeScript
-
Updated
Nov 6, 2018 - Python
-
Updated
Jun 29, 2020 - Java
-
Updated
May 25, 2020 - Java
-
Updated
May 26, 2020 - JavaScript
-
Updated
Jun 19, 2020 - Python
-
Updated
Jan 20, 2020 - TypeScript
-
Updated
Jun 3, 2019 - PHP
-
Updated
Jan 29, 2019 - Jupyter Notebook
-
Updated
Dec 3, 2017 - JavaScript
-
Updated
Jul 10, 2019
-
Updated
Apr 4, 2018
-
Updated
Jun 21, 2020 - Jupyter Notebook
-
Updated
Nov 6, 2019 - Batchfile
-
Updated
Apr 2, 2019 - Roff
-
Updated
Aug 29, 2019
-
Updated
May 15, 2020
-
Updated
Jun 16, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the metrics-visualization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the metrics-visualization topic, visit your repo's landing page and select "manage topics."

this is for RuntimeTools/appmetrics#408
only happens when using .attach() method. Seems we need to require appmetics first then pass it into the constructor for the dashboard
var appmetrics = require('appmetrics')
var dash = require('appmetrics-dash')
var express = require("express");
var app = express();
dash.attach({appmetrics:appmetrics});
docs change r