Skip to content

Latest commit

 

History

History
executable file
·
58 lines (38 loc) · 1.4 KB

README.md

File metadata and controls

executable file
·
58 lines (38 loc) · 1.4 KB

AppDynamics Grafana Data Source Plugin

CI

This is an AppDynamics Grafana Data Source Plugin.

Getting started

  1. Install dependencies

    npm install
  2. Build plugin in development mode or run in watch mode

    npm run dev

    or

    npm run watch
  3. Unit Testing

    npm run test
  4. Build plugin in production mode

    npm run build

Contribution Guide

Become a contributor

You can contribute to us in several ways. Here are some examples:

  • Contribute to the codebase.
  • Report and triage bugs.
  • Develop community plugins and dashboards.
  • Write technical documentation and blog posts, for users and contributors.
  • Organize meetups and user groups in your local area.
  • Help others by answering questions about this plugin.

For more ways to contribute, check out the Open Source Guides.

Contributing

If you are interested in contributing to Fluent bit with bug fixes, new features or coding in general, please refer to the code CONTRIBUTING guidelines.