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

ref(eap): Add configuration for attributes meta #6162

Closed
wants to merge 12 commits into from

Commits on Jul 26, 2024

  1. feat(eap): Add attribute key/value lookup table

    Create a table that stores just the attribute keys and values that have been seen by an org. This
    can be used for autocomplete or any other validation feature.
    
    The table doesn't have any indexes on it at the moment. It also provides a count, to do simple
    ranking if that's useful in the future.
    evanh committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8f417c4 View commit details
    Browse the repository at this point in the history
  2. fix typing

    evanh committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ed954ae View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. remove numerical values

    evanh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f03aae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c3c0a View commit details
    Browse the repository at this point in the history
  3. start

    evanh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    97d9576 View commit details
    Browse the repository at this point in the history
  4. ref(eap): Add configuration for attributes meta

    Add the storage for the spans attributes meta. Also add a basic test file for the eap dataset, and a
    test for the spans storage and the meta storage.
    evanh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b9c5ce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. merge

    evanh committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    737c081 View commit details
    Browse the repository at this point in the history
  2. enforce limits

    evanh committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8b61411 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    a6d3ed3 View commit details
    Browse the repository at this point in the history
  2. fix test

    evanh committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4df0664 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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