From 83de9509825b0331faf366063f6c5fef94742f13 Mon Sep 17 00:00:00 2001 From: MGJamJam Date: Fri, 7 Jun 2024 08:52:36 -0300 Subject: [PATCH] reorders sections --- bitmovin-analytics-datasource/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bitmovin-analytics-datasource/README.md b/bitmovin-analytics-datasource/README.md index cee0239..e56d355 100644 --- a/bitmovin-analytics-datasource/README.md +++ b/bitmovin-analytics-datasource/README.md @@ -4,6 +4,8 @@ Plugin that allows you to connect Bitmovin Analytics solution into your Grafana ## Setup +### Add the datasource + Add the plugin and acquire your Bitmovin Analytics API key from the [bitmovin dashboard](https://dashboard.bitmovin.com/account). Configure the datasource: @@ -16,6 +18,10 @@ Configure the datasource: Optionally add your `Tenant Org Id` which you can also get from the [bitmovin dashboard](https://dashboard.bitmovin.com). +### Add example dashboard + +See the [example_dashboard.json](example_dashboard.json) for a demo. Configure the datasource with your Api Key and select a license key in each panel. + ## Time Series Graph Add a new panel and select the bitmovin analytics datasource. @@ -44,10 +50,6 @@ To compare e.g. impressions per browser, we provide the `Group By` attribute to Configure the metric as described in [Time Series Graph](#time-series-graph) but uncheck the `Format as time series` option and add a `Group By` dimension. It is recommended to add a limit (e.g. 10). -## Example - -See the [example_dashboard.json](example_dashboard.json) for a demo. Configure the datasource with your Api Key and select the a license key in each panel. - ## Support Please refer to our [Documentation](https://developer.bitmovin.com/playback/docs/integrating-bitmovin-analytics-with-grafana) and [Analytics Api Reference](https://developer.bitmovin.com/playback/reference/overview) for more information or reach out to us at [bitmovin.com](https://bitmovin.com/contact-bitmovin/).