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

Convert top level deserializers #2

Merged
merged 6 commits into from
Feb 12, 2020

Commits on Feb 10, 2020

  1. Converted AzureMetricConfigurationDeserializer

    Converted AzureMetricConfigurationDeserializer to the new way of defining a deserializer, and added support in the base Deserializer for using another deserializer to deserialize child properties.
    
    I had to add a new `IDeserializer` interface that isn't generic to allow us to deserialize a child property at runtime without knowing its type.
    adamconnelly committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    b3e11b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5c4ef5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3d0027 View commit details
    Browse the repository at this point in the history
  4. Converted MetricDefinitionDeserializer

    Also:
    - Fixed the metrics definition docs to indicate that 'labels' is optional.
    adamconnelly committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    5b2b03e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b522be4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f420135 View commit details
    Browse the repository at this point in the history