https://linen.dev logo
Join Discord
Powered by
# mirrord-feedback
  • n

    neimsaci

    08/11/2022, 5:48 PM
    Now when I remove unused dependencies and run cargo udeps in mirrord-layer directory i get this output:
  • n

    neimsaci

    08/11/2022, 5:49 PM
    $ cargo udeps
    Copy code
    warning: /Users/adm/Projects/mirrord/tests/Cargo.toml: unused manifest key: dependencies.mirrord.bin
       Compiling mirrord-macro v2.6.0 (/Users/adm/Projects/mirrord/mirrord-macro)
        Checking mirrord-protocol v2.6.0 (/Users/adm/Projects/mirrord/mirrord-protocol)
        Checking mirrord-layer v2.6.0 (/Users/adm/Projects/mirrord/mirrord-layer)
    error[E0277]: `addrinfo` doesn't implement `std::fmt::Debug`
       --> mirrord-layer/src/socket/hooks.rs:348:9
        |
    348 |         *raw_hints,
        |         ^^^^^^^^^^ `addrinfo` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug`
        |
        = help: the trait `std::fmt::Debug` is not implemented for `addrinfo`
        = note: this error originates in the macro `format_args` which comes from the expansion of the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info)
    
    error[E0277]: `addrinfo` doesn't implement `std::fmt::Debug`
       --> mirrord-layer/src/socket/hooks.rs:415:53
        |
    415 |     trace!("freeaddrinfo_detour -> addrinfo {:#?}", *addrinfo);
        |                                                     ^^^^^^^^^ `addrinfo` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug`
        |
        = help: the trait `std::fmt::Debug` is not implemented for `addrinfo`
        = note: this error originates in the macro `format_args` which comes from the expansion of the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info)
    
    For more information about this error, try `rustc --explain E0277`.
    error: could not compile `mirrord-layer` due to 4 previous errors
  • a

    abhirag

    08/11/2022, 5:58 PM
    cargo udeps is just a cargo extension that tries to find out unused dependencies. For it to work it tries to build stuff beforehand. This is the same error you were getting before while building. The same steps as above should help.
  • n

    neimsaci

    08/11/2022, 6:29 PM
    The same output after cargo clean and cargo update.
  • n

    neimsaci

    08/11/2022, 6:38 PM
    This is changes i made
    Copy code
    1d0
    < cargo-features = ["workspace-inheritance"]
    23a23
    > nix.workspace = true
    27a28
    > clap.workspace = true
    29a31
    > 
    31a34,35
    > 
    > nanoid = "0.4"
    36a41
    > queues = "1"
    37a43
    > multi-map = "1"
  • i

    infiniteregrets

    08/11/2022, 6:39 PM
    you can use three backticks in the start and the three in the end to make a codeblock like: > ``` ```
  • n

    neimsaci

    08/11/2022, 6:42 PM
    Thanks šŸ‘
  • a

    abhirag

    08/12/2022, 5:12 AM
    @neimsaci let's connect on pm whenever you are back and I'll try and help you resolve the issue # 220 you are working on.
  • i

    infiniteregrets

    08/29/2022, 1:45 PM
    Hi @Avizag , we just had our first release yesterday and is available here https://plugins.jetbrains.com/plugin/19772-mirrord, since this is a first version, you might run into issues, so feel free to share any feedback! Also if you need any help running it, please feel free to message me (:
  • a

    Avizag

    08/29/2022, 3:45 PM
    OMG! 😱 10x man! Will try and let you know if experiencing any issues
  • a

    Aviram Hassan

    11/10/2022, 1:05 PM
    @here hey all, we've started working toward the commercial offering of mirrord, which helps organizations/teams integrate it into their stack. we're launching the beta soon, and would love feedback. if anyone here thinks it might be relevant for them/their company, feel free to ping me in DM šŸ™‚
  • s

    shirmagentorq

    02/06/2023, 9:23 AM
    Amazing job! i had a lot of issues using telepresence and mirrord fixed it all in no time, this is great!
    a
    • 2
    • 1
  • a

    Aviram Hassan

    04/18/2023, 8:45 AM
    Hey, This discussion was just created and I was wondering if there are more people waiting for this so we can prioritize it. https://github.com/metalbear-co/mirrord/discussions/1315 You can let us know in this issue: https://github.com/metalbear-co/mirrord/issues/1317
  • Tera
    a

    Aviram Hassan

    08/21/2023, 8:35 AM
    Hi All, We're working on adding templating to mirrord configuration. Feel free to vote for whichever you find best (with the emoji) Current options are: 1. šŸŒ Tera (Jinja-like), https://keats.github.io/tera/docs/ 2. 🌊 Liquid, https://shopify.github.io/liquid/ 3. 🚓 Handlebars, https://handlebarsjs.com/guide/
    b
    • 2
    • 2
  • Feedback
    m

    malbeur

    09/22/2023, 1:35 AM
    I just wanted to drop by to thank you guys for building Mirrord. I've been looking for a Telepresence replacement since they moved on to V2 (which doesn't suit my needs at all) and I'm incredibly impressed with the cleanliness and ease of use Mirrord offers. Absolute minimal necessary configuration with loads of possible configuration if you so desire, works exactly how I want it to and flawlessly at that. A+ work. Thank you so much for giving me exactly the replacement I've been looking for. Actually, better than I could've imagined. (Plus, your FAQ is fantastic. I couldn't get Mirrord to work, went to the FAQ, and was then able to get it working on my own.)
    a
    e
    • 3
    • 8
  • Likewise I want to say this has been an
    d

    Daniel

    01/28/2024, 3:18 PM
    Likewise I want to say this has been an amazing product to watch grow from a distance and check in on it intermittently, though I’m starting to use it regularly at work now. On the theme of feedback, I’d love to be able to sample traffic mirroring - I know you can filter by path and port, but being able to sample either a fixed ratio say one in ten requests or a fixed maximum request per second limit would be an interesting use as for debugging and tapping the traffic off production facing high traffic situations where you just need some of the traffic to reproduce bugs
    a
    • 2
    • 2
  • Website feedback: It would be helpful to
    m

    muenchdo

    02/07/2024, 8:58 AM
    Website feedback: It would be helpful to show a preview of the matched text instead of just the page title and description in the search result popover. For example, when searching for "IntelliJ" to find more details about the IntelliJ IDE plugin, I found it difficult to choose the right page containing what I was looking for (I even though the search was broken initially). https://cdn.discordapp.com/attachments/1001193211152318525/1204712768159350814/CleanShot_2024-02-07_at_09.56.102x.png?ex=65d5bb32&is=65c34632&hm=fda33eeff0eb5d65f4f3cae4d6dcef8abafae73419c87b941929d5493356ab1f&
    a
    i
    • 3
    • 3
  • Health proves
    a

    adorable_rabbit_33935

    03/08/2024, 11:23 AM
    Hey, it would be great if Mirrord provided the option to temporarily disable kubernetes health probes for remote pods while traffic is being rerouted. When routing to a local machine, we found that the added latency is problematic as probes begin to fail due to timeouts. This causes the remote pod to enter a restart loop while also killing off Mirrord's ephermal container. We temporarily solved this by bumping timeout limits for our probes, but this isn't ideal.
    a
    • 2
    • 20
  • d

    Daniel

    03/24/2024, 10:02 AM
    Hey, this is not a request for help - but more asking for some eyes on what I've found and some feedback on if this is a sane, or even desirable solution to a problem I've come up against https://github.com/metalbear-co/mirrord/issues/1658#issuecomment-2016755958
  • We would be interested in filtering
    m

    muenchdo

    03/27/2024, 9:26 AM
    We would be interested in filtering traffic based on a field in a base64 encoded header. Is that something you would consider supporting?
    a
    r
    • 3
    • 16
  • Architecture
    n

    nv08

    05/24/2024, 5:22 AM
    Do we already have a detailed architecture description of what happens under the hood, the connection with k8s cluster and traffic filtering, popular use case implementations? If not, it would really help.
    a
    • 2
    • 2
  • For pricing plan it states $50/seat, and
    n

    nv08

    05/29/2024, 6:46 AM
    For pricing plan it states $50/seat, and specifies for unique user it counts as a seat. For example if someone accidently launched mirrord debugger with operator as true, that would count as a seat. Maybe usage based plans might be more useful, just a thought.
    a
    a
    • 3
    • 9
  • thanks for making mirrors, great project
    a

    Astartes | Imperium

    08/28/2024, 6:40 PM
    thanks for making mirrors, great project, when running with Kind k8s , need to not forget to push agent image into cluster tho, an error message could be improved there not just "Connect() failed"
    a
    • 2
    • 1
  • a

    Astartes | Imperium

    08/28/2024, 6:46 PM
    when it fails to download docker agent image for deployment of agent
  • FYI, not sure if the problem is with the
    k

    kleinstein

    09/22/2024, 7:48 AM
    FYI, not sure if the problem is with the
    kubectl tree
    plugin or with Metalbear, but when I use the
    kubectl tree
    plugin I get:
    Copy code
    > kubectl tree deployment workload1
    Error: error while querying api objects: listing resources failed (operator.metalbear.co/v1, Resource=targets): unknown
    I get this consistently every time I run
    kubectl tree
    (https://github.com/ahmetb/kubectl-tree)
    a
    • 2
    • 9
  • t

    TheSteve0

    10/01/2024, 9:59 PM
    @Eyal Bukchin @Aviram Hassan @meowchinist The mirrord part of the talk went off with a hitch. Thanks again for all your help
  • @Aviram Hassan Hey, any plan to support
    g

    Guy Arye (Reco)

    01/02/2025, 9:28 AM
    @Aviram Hassan Hey, any plan to support "run with Profiler" in IntelliJ/Go Land? I was suprised to found it didn't use mirrord in that case
    a
    • 2
    • 15
  • a

    Aayush

    01/07/2025, 8:34 AM
    @Aviram Hassan , can you help me with the pricing for mirrord for teams. Need to understand how enterprise is different from teams.
  • a

    Aviram Hassan

    01/07/2025, 9:20 AM
    Sent you DM
  • mirrord - Visual Studio Marketplace
    o

    Oli

    04/10/2025, 11:56 AM
    FYI You've got some dead image links on the vscode marketplace plugin https://marketplace.visualstudio.com/items?itemName=MetalBear.mirrord https://cdn.discordapp.com/attachments/1001193211152318525/1359859529684222064/image.png?ex=67f90360&is=67f7b1e0&hm=9293ba27443cec5ec64ee0e6d08b2394d0d46679e895e0da04a6776941e4266a&
    g
    • 2
    • 2