Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Dynatrace Operator

Dynatrace | Dynatrace Operator Deployment via Helm Chart v1.3.2

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

1,249 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Computer Software

Debug on the fly

  • June 26, 2023
  • Review verified by G2

What do you like best about the product?
ability to set breakpoints and get variable details
What do you dislike about the product?
ability to execute in line commands for basic function call or variable calculations
What problems is the product solving and how is that benefiting you?
I don't need to worry about replicating the issue in my local systems anymore


    Computer Software

The app is really helpful of debugging production bugs

  • May 31, 2023
  • Review verified by G2

What do you like best about the product?
That you don't need to add custom log to know what is really hapening in you code, you can just add a dynamic breakpoint and see live logs from production in zero time.
What do you dislike about the product?
The main problem with the debugging tool is that for as far as I know you cant mark breakpoint that is depended on another, hence is really hard to focus on specific flow in your code.
What problems is the product solving and how is that benefiting you?
I'm able to solve bugs much faster and understand my problem without needing to add custom logs in my code to proudction. This reduces the overhead of CI-CD and coding part.


    Sindhura K.

Dynatrace platform

  • May 25, 2023
  • Review provided by G2

What do you like best about the product?
The most AI technoloy and cloud platoform is present like monitoring, problem alerts, createing dashboards, analysing the root cause of the issues , integration of the applications many more.
What do you dislike about the product?
No dislike at present but it is very useful in all aspects, like keeping in maintenance, real user monitoring to monitor, once one agent installed all will detect automatically.
What problems is the product solving and how is that benefiting you?
Synthetic monitoring, log monitoring, Application performance monitoring, alert monitoring, maintenance windows, Real user monitoring, one agent installation to capture automatically this are all solutions to solve the issues


    Warehousing

Amazing product for debugging on the fly without stopping!

  • May 06, 2023
  • Review verified by G2

What do you like best about the product?
The fact that you can put a breakpoint that captures all data without suspending program execution even in the production environment is just mindblowing! It's also very helpful to use with API development as you can hook up local files/repos and use these special Rookout breakpoints to debug your API!
What do you dislike about the product?
The initial setup and configuration may not be as straightforward. While the documentation for this is thoroughly written, it's not super simple to follow without direct guidance.
What problems is the product solving and how is that benefiting you?
It solves multiple problems. The first is that it solves the issue of debugging the production code without affecting or stopping the application running in production. The second problem it solves is the tediousness of having to put a breakpoint in the local instance and suspending execution to see the data at the breakpoint, which can alter the default behavior of the application.


    Jeff S.

Better than remote debugging

  • May 04, 2023
  • Review provided by G2

What do you like best about the product?
1. It is easy
2. Ready when you are
3. Doesn't stop the flow of traffic
4. Captures all server instances data
5. I like how it can pick up where you left off when you first login
6. Easy to add to software
What do you dislike about the product?
1. Can't step into code
2. Can't follow code paths, meaning, I have to search to navigate between files
What problems is the product solving and how is that benefiting you?
Debugging code that is released.


    Insurance

I have had some training and plan to do some hands on investigation soon

  • May 03, 2023
  • Review verified by G2

What do you like best about the product?
Breakpoints and reports.
Linking to code without interrupting user interaction.
What do you dislike about the product?
Maybe jump-to for clicking on a method, though I believe the IJ plugin will cover that when I set it up.
What problems is the product solving and how is that benefiting you?
An excellent aid in debugging


    Tadas A.

Great out-of-the-box working tool that solves complex cases and saves lots of time

  • May 03, 2023
  • Review verified by G2

What do you like best about the product?
The fact that it works out of the box, the setup/configuration step is very minimal and it solves such complex problems amazes me. It removes the need of adding logs or similar things to debug complex bugs, therefore it saves not only time, but also money, cause pipelines of deploying such debug-related code take a lot of computing and time to run.
What do you dislike about the product?
The UI is good but perhaps it could be more intuitive, i.e. sometimes the breakpoint doesn't appear immediately, it could give us some suggestions on i.e. not putting breakpoints on lazy vals that could corrupt the data being collected, etc.
What problems is the product solving and how is that benefiting you?
Bug solving in production. i.e. a wrong type is used in the code and that causes the code to break. This makes me more productive cause I have to spend less time writing code, pushing it for review, deploying it, etc.


    Computer Software

Easy to use and helpful tool

  • May 02, 2023
  • Review verified by G2

What do you like best about the product?
Basically is easy and faster to use and deploy. You are able to analyze very quickly an issue in your services without deploying any extra infra o tools.
What do you dislike about the product?
I don't have a lot experience but maybe it will be useful to have differents deploys in different tabs
What problems is the product solving and how is that benefiting you?
To have all the infra locally to try to debug an issue. You can deploy in Rookout easily to have a first analisis.


    Renu S.

Best live debugging tool

  • May 01, 2023
  • Review provided by G2

What do you like best about the product?
The live debugging is the most interactive and useful feature of it.
What do you dislike about the product?
Rookout is awesome there is nothing to dislike.
What problems is the product solving and how is that benefiting you?
It helps a lot to debug the code issue and fix that instantly so that we can close our custom issue quickly.


    Financial Services

An Excellent debug tool

  • April 27, 2023
  • Review verified by G2

What do you like best about the product?
Gives you the ability to debug your code in real time, a valuable asset if you've encountered a bug in production which does not necessarily reproduce in your sandbox.
What do you dislike about the product?
User interface needs some time to get used too, could have been a little more intuitive (though rookout does have their own inline tutorials)
What problems is the product solving and how is that benefiting you?
Catching and debugging code in real-time. Only other way is to put logs pre-handed, not an option if your bug behavior is unexpected