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

Fix missing attribute sent along with the data #40

Merged
merged 2 commits into from
Mar 7, 2024

Commits on Mar 6, 2024

  1. Fix missing attribute sent along with the data

    Problem:
    
    F5 telemetry service requires the dataType attribute present, which
    must be equal to the `@df_datatype` annotation in the scheme.
    
    Solution:
    
    Add dataType attribute to the generated Attributes() method.
    
    Note: the attribute only required for the struct for which we generate
    the scheme. In the Attribute() method of any embedded structs,
    dataType attribute must not be set.
    
    CLOSES #39
    pleshakov committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    938b041 View commit details
    Browse the repository at this point in the history
  2. Trim whitespace a bit

    pleshakov committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c429671 View commit details
    Browse the repository at this point in the history