WileESpaghetti / grafana-bitbucket-datasource

Grafana plugin for fetching stats about issues and pull requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana Data Source Plugin Template

Build

This template is a starting point for building Grafana Data Source Plugins

What is Grafana Data Source Plugin?

Grafana supports a wide range of data sources, including Prometheus, MySQL, and even Datadog. There’s a good chance you can already visualize metrics from the systems you have set up. In some cases, though, you already have an in-house metrics solution that you’d like to add to your Grafana dashboards. Grafana Data Source Plugins enables integrating such solutions with Grafana.

Getting started

  1. Install dependencies

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

    yarn dev

    or

    yarn watch
  3. Build plugin in production mode

    yarn build

Learn more

Bitbucket API 2.0 Support

https://developer.atlassian.com/cloud/bitbucket/rest/intro/

Resource Supported
Addon
Branch restrictions
Branching model
Commit statuses
Commits - [x]
Deployments
Downloads
Issue Tracker
Pipelines
Projects
Pullrequests
Refs
Reports
Repositories
Snippets
Source
Ssh
Teams
Users
Webhooks
Workspaces
Other operations

About

Grafana plugin for fetching stats about issues and pull requests

License:Apache License 2.0


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%