Skip to content

[feldera-types] Implement some traits for multihost samply profiles.#5553

Merged
blp merged 1 commit intomainfrom
multihost-samply
Feb 4, 2026
Merged

[feldera-types] Implement some traits for multihost samply profiles.#5553
blp merged 1 commit intomainfrom
multihost-samply

Conversation

@blp
Copy link
Member

@blp blp commented Feb 3, 2026

No description provided.

@blp blp self-assigned this Feb 3, 2026
@blp blp added the API Distributed system APIs label Feb 3, 2026
Copilot AI review requested due to automatic review settings February 3, 2026 23:50
@blp blp added rust Pull requests that update Rust code enterprise Issue related to Feldera Enterprise features. multihost Related to multihost or distributed pipelines labels Feb 3, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR implements additional traits (Serialize and Default) for structs related to samply profile query parameters in the feldera-types crate. The changes standardize the implementation pattern by using Default trait instead of standalone default functions and adding serialization support.

Changes:

  • Added Serialize trait to SamplyProfileParams and SamplyProfileGetParams
  • Replaced standalone default_samply_profile_duration() function with Default trait implementation for SamplyProfileParams
  • Added Default trait to SamplyProfileGetParams and applied #[serde(default)] at the struct level

@blp blp enabled auto-merge February 3, 2026 23:53
@blp blp added this pull request to the merge queue Feb 3, 2026
Merged via the queue into main with commit d8d3a8a Feb 4, 2026
6 of 7 checks passed
@blp blp deleted the multihost-samply branch February 4, 2026 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

API Distributed system APIs enterprise Issue related to Feldera Enterprise features. multihost Related to multihost or distributed pipelines rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants