Plugins 〉k6 Cloud App


Developer

Grafana Labs

Sign up to receive occasional product news and updates:


Grafana Cloud
ObservabilityCON on the Road: Chicago (Mar 11)

See demos of new Grafana Cloud observability workflows, hear community success stories, and leave with what you need to advance your observability roadmap.


The k6 Cloud App plugin has been deprecated and is no longer maintained.

Application
grafana

k6 Cloud App

  • Overview
  • Installation
  • Change log

Note: The k6 Cloud Grafana App plugin is deprecated. We stopped the plugin development in favor of Grafana Cloud k6.

Grafana plugin for k6 Cloud. This plugin allows you to:

  • Manage, run and visualize your k6 Cloud tests
  • Add k6 visualizations to your existing dashboards
  • Correlate k6 metrics with other metrics

Beta

This plugin is currently in Beta release and many changes are expected. Pay attention to new versions being released.

Documentation

Installing k6 Cloud App 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 Application

Use the grafana-cli tool to install k6 Cloud App 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. Enable it

Next, log into your Grafana instance. Navigate to the Plugins section, found in your Grafana main menu.

Click the Apps tabs in the Plugins section and select the newly installed app.

To enable the app, click the Config tab. Follow the instructions provided with the application and click Enable. The app and any new UI pages are now accessible from within the main menu, as designed by the app creator.

If dashboards have been included with the application, they will attempt to be automatically installed. To view the dashboards, re-import or delete individual dashboards, click the Dashboards tab within the app page.

Changelog

v0.9.3

  • [fix] Fix test run notes update

v0.9.2

  • [fix/refactor/feat] Breakdown tables crashes when no data is available
  • [feat] Store test run tab states in query parameters
  • [feat] Per scenario performance overview
  • [feat] Add support for creating and editing test run notes
  • [feat] Top navigation support
  • [feat] Add zero state for test page and test card
  • [feat] Add checks counter of succeeded failed checks
  • [feat] Separate name, condition and value columns in threshold table
  • [feat] Add checks counter of succeeded failed checks
  • [feat] Add CLI instructions to new test page
  • [fix] Make links in CollapsibleSection clickable

v0.9.1

  • [fix] Fix typo in CHANGELOG.md to fix builds

v0.9.0

  • [feat] Support for editable ranges in CodeEditor
  • [feat] Run test via CLI guide
  • [feat] Add websockets tab in the insights panel
  • [feat] Batch deletion of tests
  • [feat] Add server side sorting to the tables in the insights panel tabs
  • [feat] Logs panel

v0.8.0

  • [feat] Add advanced filtering to gRPC tab

v0.7.1

  • [feat] Add advanced filtering to results tables
  • [fix] Fix broken redirect when starting a test from runs page

v0.7.0

  • [feat] Add Test Builder
  • [feat] Add GRPC tab in the insights panel
  • [fix] Test card hover state
  • [fix] Capitalize results table headers

v0.6.0

  • [feat] Pagination added to HTTP, Checks & Thresholds.
  • [fix] Glitchy time series tooltip.

v0.5.1

  • [fix] Threshold drill-down chart crashing when there is no data available.

v0.5.0

  • [feat] Performance Insights.
  • [feat] End-of-test summary.
  • [feat] Per protocol performance overview.
  • [feat] Improved test-trending chart.
  • [feat] Success / Total ratio added to result tabs.
  • [feat] Test result script preview.

v0.4.0

  • [feat] Add ability to edit and create tests.
  • [feat] Add support for dynamic dashboard variables.
  • [feat] Display load zone info in Runs view.
  • [fix] Improve number and date formatting.

v0.3.1

  • [fix] Chart lines overflow range when test is started.
  • [fix] Support variables in custom dashboards.
  • [feat] Improve chart style.

v0.3.0

  • [feat] Simplify setup process by creating datasource from plugin screen.
  • [fix] Bug fixes and performance improvements.

v0.2.0

  • [refactor] Remove unnecessary fetches & refactor.
  • [refactor] Extract fetches into hooks.
  • [fix] Fix copy to clipboard for http charts.
  • [feat] Cache fetched data and revalidate in background.
  • [feat] Add error handling and loading indicators.
  • [feat] Add additional meta bar info.

v0.1.2

  • [fix] include all metrics when copying HTTP chart.

v0.1.0

Initial release.