Plugins 〉Destiny Datasource


Developer

Josh Hunt

Sign up to receive occasional product news and updates:


Grafana Cloud
Grafana Cloud
  • Grafana, of course
  • 10k series Prometheus metrics
  • 50 GB logs
  • 50 GB traces
  • 2,232 app o11y host hours
  • ...and more
Create free account

No credit card needed, ever.


Data Source
community

Destiny Datasource

  • Overview
  • Installation
  • Change log
  • Related content

Destiny Data source

Fetches activity history for players from Destiny 2 using the Bungie.net API.

Screenshot of the plugin

  • Lists activity history for single player.
  • Can return history for all characters, or specific characters
  • Can filter activity history by activity mode

Data returned for each activity:

  • Character played
  • Activity details (activity name, PvP map, and 'directory activity')
  • Specific activity (e.g. map for PvP)
  • Start and end times, and activity duration
  • Time character was in the activity (e.g. if joined in progress)
  • PGCR ID
  • Whether activity was successfully completed or not
  • Whether character won or lost

Setup

This data source plugin requires a developer API key from Bungie.net:

  • Log into bungie.net
  • Visit www.bungie.net/en/Application/Create
  • Fill in the fields. It's not particuarly important for most of the values:
    • Application Name: a familiar name for you to refer to this API key
    • Website: Doesn't matter - example.com is fine
    • OAuth Client Type: "Not applicable"
    • Redirect URL: leave blank
    • Origin Header: leave blank
  • Once created, the page will list the API Key. Copy and use this when configuring this Data source in Grafana.

Installing Destiny Datasource on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Data Source

Use the grafana-cli tool to install Destiny Datasource from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Configure the Data Source

Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.

Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.

To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.

Changelog

1.0.0 (Unreleased)

Initial release.