Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Only include fixed length fields in events #3076

@tevoinea

Description

@tevoinea

As a continuation of #2937, we must slim down the data contained by our events. This will be a breaking change and that will be reflected in both the OneFuzz version number and the event version number.

Which fields we choose to keep will vary event to event but in general:

Data that is OK to keep

  • Guids
  • DateTimes
  • Enums
  • Numbers
  • Any models that exclusively contain fields of those types

Examples of data to remove

  • Open ended strings (ex: notification templates)
  • Unbounded lists (ex: call stacks)
  • Any models that include either of those types

AB#141950

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions