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

feat: cross platform tracing client written in rust #1107

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

agola11
Copy link
Contributor

@agola11 agola11 commented Oct 18, 2024

todo:

  • add more tests for inputs/outputs verification
  • actually test integration with langsmith
  • attempt switching to mpmc pattern
  • stop excessive copying
  • python binding
  • add benchmarks
  • stream multipart requests

@agola11 agola11 changed the title Ankush/rust feat: cross platform tracing client written in rust Oct 18, 2024
end_time: Some(TimeValue::String("2024-10-16T14:00:00Z".to_string())),
outputs: serde_json::json!({"output_key": "output_value"}),
run_type: String::from("test_run_type"),
session_id: None,
Copy link
Contributor

Choose a reason for hiding this comment

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

session id and name should be in common


pub struct ClientConfig {
pub endpoint: String,
pub queue_capacity: usize,
Copy link
Contributor

Choose a reason for hiding this comment

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

what's the idea with a limited capacity? if it goes over what do we expect should happen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants