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

(feature) Support for multiple exporters #2505

Open
hoangnv-bkhn opened this issue Oct 12, 2024 · 2 comments · May be fixed by #2535
Open

(feature) Support for multiple exporters #2505

hoangnv-bkhn opened this issue Oct 12, 2024 · 2 comments · May be fixed by #2535
Assignees
Labels
📍 Assigned enhancement New feature or request good first issue Good for newcomers p2 Medium priority 📌 Pinned

Comments

@hoangnv-bkhn
Copy link
Contributor

hoangnv-bkhn commented Oct 12, 2024

Requirements

The addition of support for multiple exporters increases the efficiency of the data export feature.

Some of the benefits include:

  • Redundancy and Reliability:
    • Backup: If one exporter fails (e.g., an HTTP endpoint is down), having another exporter (e.g., a file exporter) ensures that the data is still captured.
  • Different Use Cases:
    • Auditing: There may be a need to export data to secure, immutable storage for audit purposes.
    • Monitoring: Simultaneously, we might want to send data to a monitoring system, such as a logging service, for real-time analysis.
    • Analytics: Exporting data to an analytics platform can help in understanding user behavior and feature adoption.
  • Separation of Concerns:
    • Security: Sensitive data might be exported to a secure location, while less sensitive data can be sent to a more accessible endpoint.
    • Performance: Exporting to a local file might be faster and less resource-intensive, while exporting to a remote server might be more useful for centralized data collection.
@hoangnv-bkhn hoangnv-bkhn added enhancement New feature or request needs-triage A priority should be added to the issue labels Oct 12, 2024
@thomaspoignant thomaspoignant added p2 Medium priority and removed needs-triage A priority should be added to the issue labels Oct 12, 2024
@hoangnv-bkhn
Copy link
Contributor Author

/assign-me

@thomaspoignant thomaspoignant added the good first issue Good for newcomers label Oct 16, 2024
@hoangnv-bkhn hoangnv-bkhn linked a pull request Oct 17, 2024 that will close this issue
4 tasks
Copy link
Contributor

This issue has been automatically unassigned due to inactivity.

@github-actions github-actions bot added the Stale When an issue is open for too long label Oct 26, 2024
@github-actions github-actions bot removed the Stale When an issue is open for too long label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📍 Assigned enhancement New feature or request good first issue Good for newcomers p2 Medium priority 📌 Pinned
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants