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

New component: YDB Exporter #25186

Closed
2 tasks done
gingersamurai opened this issue Aug 14, 2023 · 4 comments
Closed
2 tasks done

New component: YDB Exporter #25186

gingersamurai opened this issue Aug 14, 2023 · 4 comments
Labels

Comments

@gingersamurai
Copy link

The purpose and use-cases of the new component

YDB is an open-source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions.

Purpose

The purpose of this exporter is to extract telemetry to YDB.

  • YDB is a distributed fault-tolerant database with support for vertical scaling out of the box, which is useful if a service has uneven load.
  • YDB is already used as a jaeger storage plugin.

Use cases

Example configuration for the component

exporters:  
  ydb:
    connection:
      dsn: "grpc://localhost:2136/local"
      credentials: 
        anonymous: true
  
service:
  pipelines:
    traces:
      receivers: [otlp]
      exporters: [ydb]
    metrics:
      receivers: [otlp]
      exporters: [ydb]
    logs:
      receivers: [otlp]
      exporters: [ydb]

Telemetry data types supported

  • traces
  • metrics
  • logs

Is this a vendor-specific component?

  • This is a vendor-specific component
  • If this is a vendor-specific component, I am proposing to contribute and support it as a representative of the vendor.

Code Owner(s)

No response

Sponsor (optional)

No response

Additional context

No response

@bryan-aguilar
Copy link
Contributor

Hi @gingersamurai,

Thank you for the new component proposal. If you have not already please make sure you review the new component guidelines.

If you have not found a volunteer sponsor yet then I encourage you to come to our weekly collector sig meetings. You can add an item to the agenda to discuss this new component proposal.

@bryan-aguilar bryan-aguilar removed the needs triage New item requiring triage label Oct 13, 2023
@bryan-aguilar
Copy link
Contributor

bryan-aguilar commented Oct 13, 2023

As a note, since this is marked as a vendor specific component. Would it be possible to build in an OTLP receiver to YDB instead? I am not familiar with the system, so I recognize there may be a chance that this is not technically feasible. But accepting OTLP directly instead of relying on a collector exporter can be a really great direction also.

Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Copy link
Contributor

This issue has been closed as inactive because it has been stale for 120 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants