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

feat: Add custom dimensions for metrics #122

Closed
wants to merge 10 commits into from
Closed

feat: Add custom dimensions for metrics #122

wants to merge 10 commits into from

Commits on Dec 21, 2023

  1. Adding class for MetricHookCustomDimensions

    Signed-off-by: André Silva <[email protected]>
    askpt committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4de9a9a View commit details
    Browse the repository at this point in the history
  2. Add support for custom dimensions in MetricsHook

    Signed-off-by: André Silva <[email protected]>
    askpt committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e700a53 View commit details
    Browse the repository at this point in the history
  3. Refactor MetricHookCustomDimensions to use List<KeyValuePair> instead…

    … of TagList
    
    Signed-off-by: André Silva <[email protected]>
    askpt committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e0be24e View commit details
    Browse the repository at this point in the history
  4. Update MetricsHook to use KeyValuePair array for custom dimensions

    Signed-off-by: André Silva <[email protected]>
    askpt committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    674b984 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Remove unused using statements and update MetricsHook constructor

    Signed-off-by: André Silva <[email protected]>
    askpt committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1450022 View commit details
    Browse the repository at this point in the history
  2. Adding documentation.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3edc462 View commit details
    Browse the repository at this point in the history
  3. Added unit tests.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a62f7e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08ce525 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    f152a94 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Initial attempt for custom function.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    37f8b44 View commit details
    Browse the repository at this point in the history