Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add other metric types and weight (part 2) #1949

Merged
merged 7 commits into from
Apr 4, 2024

Commits on Mar 25, 2024

  1. added crc32_utils.dart, taken from archive library

    added Gauge, Distribution and Set metrics
    added weight to Metrics and auto flush when weight is too much
    stefanosiano committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ec89011 View commit details
    Browse the repository at this point in the history
  2. fixed formatting

    stefanosiano committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3488ae8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge branch 'feat/metrics_counter_p1' into feat/metrics_types_weight_p2

    # Conflicts:
    #	dart/lib/src/metrics/metric.dart
    #	dart/lib/src/metrics/metrics_aggregator.dart
    stefanosiano committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a8bc29a View commit details
    Browse the repository at this point in the history
  2. removed useless types

    stefanosiano committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2d7cc55 View commit details
    Browse the repository at this point in the history
  3. fixed typo

    stefanosiano committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    268ce92 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. addressed PR feedbacks

    stefanosiano committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    78c7087 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Add timing metric and beforeMetric callback (part 3) (#1954)

    * added SentryOptions.beforeMetricCallback
    * added beforeMetricCallback logic in metrics_aggregator.dart
    * added timing metric api with span auto start
    * timing api uses span duration as value for the emitted metric if possible
    
    * Feat/metrics span summary p4 (#1958)
    * added local_metrics_aggregator.dart to spans
    * metrics_aggregator.dart now adds to current span's localMetricsAggregator
    * added metric_summary.dart
    * added metricSummary to spans and transaction JSONs
    stefanosiano authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d93ace2 View commit details
    Browse the repository at this point in the history