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

chore: Removing Agent Tracing Backend #3466

Merged
merged 4 commits into from Dec 20, 2023
Merged

Conversation

xoscar
Copy link
Collaborator

@xoscar xoscar commented Dec 20, 2023

This PR removes the agent type for tracking backend

Changes

  • Updates supported tracking backends to remove the agent
  • Removes types and components around it

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

Loom video

trackingbackend

@xoscar xoscar marked this pull request as ready for review December 20, 2023 18:20
@xoscar xoscar requested a review from jorgeepc December 20, 2023 18:20
@xoscar xoscar self-assigned this Dec 20, 2023
<Popover
content={
<div>
In localMode only the Agent data store can be used. <br /> If you want to connect to a different
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to change this text?

const isSelected = value === dataStore;
const isConfigured = configuredDataStoreType === dataStore && dataStoreConfig.mode === ConfigMode.READY;
const isDisabled = isLocalModeEnabled && dataStore !== SupportedDataStores.Agent;
Copy link
Contributor

Choose a reason for hiding this comment

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

are we removing the disabled datastores for localMode? how is this going to look for localMode?

@xoscar xoscar merged commit a1d45f5 into main Dec 20, 2023
10 of 11 checks passed
@xoscar xoscar deleted the feat/agent-tracking-backend-removal branch December 20, 2023 20:39
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.

None yet

2 participants