
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
grafana-dashboards
Advanced tools
A quick way to generate helpful, pre-canned grafana dashboards for Cloudwatch and Graphite.
A quick way to generate helpful, pre-canned grafana dashboards for Cloudwatch and Graphite.
npm install -g grafana-dashboards
dashboards.js
with your dashboard changes. See this package's dashboards.example.js
for a starter.grafana_dashboards
By default, the grafana dashboard creator will iterate through the dashboardsByEnvironment
exposed in the dashboard.js file and run the generateEnvironmentDashboard
function that has a set of default dashboards depending on the configurations in the dashboardsByEnvironment
.
Your dashboards.js file should have at least the dashboardsByEnvironment
object exported. If you want to generate the dashboards differently than the default, you can export the generateEnvironmentDashboard
function in your dashboard.js
file and it'll use that one instead of the one specified in index.js
.
See the dashboards.examples.js
as an example dashboard configuration.
Grafana Dashboard Creator uses dotenv to allow for a .env
file to have locally defined environment variables.
If you want to define these, they can bypass the prompts:
GRAFANA_USERNAME=my_user_name
GRAFANA_URL=https://grafana.example.com
GRAFANA_DASHBOARD_JS=./dashboards
FAQs
A quick way to generate helpful, pre-canned grafana dashboards for Cloudwatch and Graphite.
The npm package grafana-dashboards receives a total of 3 weekly downloads. As such, grafana-dashboards popularity was classified as not popular.
We found that grafana-dashboards demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.