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

Make json_stream_sampler handle UID, GID, and perm #1281

Closed
wants to merge 6 commits into from

Commits on Sep 19, 2023

  1. Make json_stream_sampler handle UID, GID, and perm

    Without the patch, the json_stream_sampler ignores the UID, GID, and
    perm given at the config line.
    
    With the patch, the plugin creates LDMS sets with the specified UID,
    GID, and permission. If one of the values are not given, it will use the
    security data from the received stream data.
    
    After the set has been created, the configuration command set_sec_mod
    must be used to modify the sets' security (UID, GID, and perm). The
    plugin does not automatically revise the set security according to the
    stream data's security changes.
    nichamon committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    aa94b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    274f9af View commit details
    Browse the repository at this point in the history
  3. Make 'instance' optional for json_stream_sampler

    The plugin automatically generates the set instance name if none is
    given. The generated name is <producer>_<schema name>.
    nichamon committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    280188e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abcb056 View commit details
    Browse the repository at this point in the history
  5. Update ldms.pyx

    Add metric types to the LDMS sets' JSON objects
    nichamon committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    54c7f47 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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