GithubHelp home page GithubHelp logo

Comments (13)

Shreyank031 avatar Shreyank031 commented on June 21, 2024 1

Hi @mapno , Had there been any updates on the functionality implementation part. We're also facing a similar issue and It'd greatly help our use case to not use s3 on a dualstack mode. Let us know if we can help in there somehow, but would appreciate a faster expedition. Though Tempo is fairly new to me, I've been practicing Go for sometime now. Let me know if I can contribute here. If its fine, I can create a fresh PR and you can review and point me in the right direction. Thanks

from tempo.

tejasraj-jar avatar tejasraj-jar commented on June 21, 2024

Facing the same issue

from tempo.

Naresh-Srinivas avatar Naresh-Srinivas commented on June 21, 2024

Facing the same issue

from tempo.

shubhamivane avatar shubhamivane commented on June 21, 2024

Same here :(.

from tempo.

mapno avatar mapno commented on June 21, 2024

Hi! We use minio-go as client in Tempo for S3. The ability to enable/disable dualstack endpoints was recently added and seems to already be available in the latest release.

Support for this in Tempo would require updating the client and adding a new config option for S3 backends to control it. Would you be up for this change?

from tempo.

rohan-changejar avatar rohan-changejar commented on June 21, 2024

Yes, certainly up for the change, this has significant cost impact for us. Can you please guide us through the process

from tempo.

rohan-changejar avatar rohan-changejar commented on June 21, 2024
image adding here for information

from tempo.

mapno avatar mapno commented on June 21, 2024

You'll need to update the library minio/minio-go to the v7.0.70 release (you can run make vendor-check to validate that the library is correctly updated) and use the new method SetS3EnableDualstack to enable/disable this option in S3 clients. The code for S3 clients lives here.

There is also a contributing guide if you have more general questions.

from tempo.

sid-jar avatar sid-jar commented on June 21, 2024
Screenshot 2024-05-28 at 3 04 02 PM @mapno, firstly thanks for the suggestion, but a further question being.. we have disabled minio explicitly to be used with tempo. So does tempo use minio internally to compact and send blocks over to s3 ??

from tempo.

mapno avatar mapno commented on June 21, 2024

No, we use minio-go, which is a "client SDK for S3 compatible object storage". It's just a library to connect to S3-compatible backends.

from tempo.

Shreyank031 avatar Shreyank031 commented on June 21, 2024

@mapno The s3DualstackEnabled bool is not added/updated on the vendor packages (api.go). But on the minio source code, we can see s3DualstackEnabled bool in struct. Could this create the conflict when we try to enable it by force ??

from tempo.

mapno avatar mapno commented on June 21, 2024

I'm not sure I understand what you mean.

S3 dualstack endpoints are configured via the method (function) SetS3EnableDualstack

from tempo.

mapno avatar mapno commented on June 21, 2024

Hi. Yes, you're welcomed to open a new PR or continue this one #3721. I believe I've explained what needs to be done in the multiple comments in the PR (see #3721 (comment)). Thanks!

from tempo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.