Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Jul 11, 2024
1 parent 76444d9 commit 9570e1c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Development

## 1.1.0

### Added

- `MONTH` option to interval selection
Expand Down
10 changes: 10 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Development

## 1.1.0

### Added

- `MONTH` option to interval selection

### Changed

- improved fetching and handling of possibly incomplete first Datapoint

## 1.0.0

- Migrate angular-based plugin to Grafana's React-based plugin platform.
7 changes: 7 additions & 0 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ 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).

## Gauges

Configure the Gauge's `Value Options`, depending on your query.

- For table data (`Format as time series` option **unchecked**) for the `Show` option select `All Values`.
- For time series data (`Format as time series` option **checked**) for the `Show` option select `Calculate` and choose a reducer function.

## 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/).
2 changes: 1 addition & 1 deletion dist/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
{"name": "Apache License", "url": "https://github.com/bitmovin/analytics-grafana-datasource/blob/main/LICENSE"}
],
"screenshots": [],
"version": "1.0.0",
"updated": "2024-07-05"
"version": "1.1.0",
"updated": "2024-07-11"
},
"dependencies": {
"grafanaDependency": ">=10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitmovin-analytics",
"version": "1.0.0",
"version": "1.1.0",
"description": "Data source plugin which allows you to query analytics data from the bitmovin api",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 9570e1c

Please sign in to comment.