Skip to content

Dashboard

The Dashboard is the main landing page of the Beacon application, providing an overview of feature flag metrics.

Overview

The Dashboard displays key metrics and visualizations to help teams monitor their feature flag usage and health. It includes metric cards, charts, data tables, and an onboarding flow for new users.

Metrics are updated approximately every 60 seconds.

Dashboard OverviewDashboard Overview

Onboarding Dialog

If you are new to Beacon, you will be greeted with a dialog that guides you through the setup process.

First, you will need to install the Beacon Pennant driver using Composer, click the Next button to proceed.

Next, you will be prompted to add the environment variables to add to your .env file. Click the Next button to proceed.

Finally, Beacon will guide you through testing the integration is functional, using cURL, httpie, or Pennant.

Once Beacon receives an evaluation request, you can click the Finish button to complete the onboarding.

TIP

If you are already familiar with Beacon setup, or have completed it manually, you can click Skip to hide it going forward.

Metrics

The dashboard displays key metrics for your team:

Total Flags

Total Flags Metrics CardTotal Flags Metrics Card

The total number of flags, as well as the difference from last month.

Changes This Month

Changes Metrics CardChanges Metrics Card

The number of changes this month — this includes the number of newly created flags, deleted flags, and any changes to the flags settings or configuration.

Created This Month

Created Metrics CardCreated Metrics Card

The number of flags created this month, as well as the difference compared to the number created in the previous month.

Completed This Month

Completed Metrics CardCompleted Metrics Card

The number of feature flags marked as Completed this month, as well as the difference compared to the number completed in the previous month.

Health Scorecard

Health Score CardHealth Score Card

The Health Score is an at-a-glance metric that determines the overall health of your feature flags. It measures the number of active flags vs the number of unused, stale, and inactive flags.

Possible Health Scores are:

  • Excellent
  • Good
  • Fair
  • Poor
  • Critical

Flag Types

Flag Type Chart CardFlag Type Chart Card

The distribution of feature flag types.

Usage

Usage Over Time ChartUsage Over Time Chart

This graph shows the number of feature flag evaluations over time, and their active/inactive result.

Average Flag Age

Average Flag Age ChartAverage Flag Age Chart

Line chart showing the average age of your feature flags over time.

Data Tables

Most Used Flags

Most Used Flags TableMost Used Flags Table

A list of the most evaluated flags.

Oldest Flags

Oldest Flags TableOldest Flags Table

A list of the oldest flags.

Made with 🦁💖🏳️‍🌈 by Davey Shafik.