toggly
  • What is toggly?
  • 🚀Getting started
    • Creating your first project
    • Using our Feature Flag Demo
    • Inviting Your Team
    • API Documentation
  • 🔘Feature Flags
    • Feature Flags in C# / .NET
      • Views
      • Controllers & Actions
      • Dependency Injection
      • Routing
      • IFeatureManagerSnapshot
      • Persistent Flags Across Requests
      • Disabled Action Handling
      • State Change Handlers
      • Custom Context
      • Snapshot Providers
        • RavenDB
        • Entity Framework
      • Debugging Endpoint
      • Serving Front-end Flags
      • Undefined Features In Development
      • Deployments and Version
    • Feature Flags in Vue.js
      • Feature Component
      • Directly Checking a Flag
      • Users and Rollouts
      • Flag Defaults
    • Feature Flags in JavaScript
      • Directly Checking a Flag
      • Definition Refresh
      • Users and Rollouts
      • Flag Defaults
    • Feature Flags in Flutter
      • Feature Widget
      • Directly Checking a Flag
      • Users and Rollouts
      • Flag Defaults
    • Feature Flags in HTML/CSS
  • 📈Metrics
    • Metrics in C# / .NET
      • Feature Usage
      • Business Metrics
      • Performance Metrics
  • 👩‍💻Use Cases
    • For Engineers
      • Develop continuously, turn on when ready
    • For Product Managers
      • Measure Feature Impact
    • For Agile Teams
      • Faster QA Cycles
      • Streamline Your Releases
Powered by GitBook
On this page
  • Automatically tracked
  • Feature checks
  • Get Definitions
  • Send Metrics
  • Semi-Manually tracked

Was this helpful?

  1. Metrics

Metrics in C# / .NET

PreviousFeature Flags in HTML/CSSNextFeature Usage

Last updated 2 years ago

Was this helpful?

Metrics allow you to gain useful additional information to give you a clearer picture of what's going on in your app.

There are a lot of different types of metrics in Toggly. Some are tracked automatically, and some are up to you to define.

Automatically tracked

Feature checks

We automatically track how many times a feature was checked and returned on or off, and we separately track how many times each happened unique per request (useful when a feature is checked multiple times within a single request)

Get Definitions

We track how many times you fetch definitions, and what the cache-hit ratio is

Send Metrics

We track how often you send metrics / report usage

Semi-Manually tracked

Some types of metrics are more useful when assisted by you, who knows the application best. For this, we have helpers to enable you to easily capture additional usage, business and performance metrics.

📈
Feature Usage
Business Metrics
Performance Metrics