What’s your go-to API testing tool in 2025 for CI/CD pipelines?
Hey everyone,
Our team’s been revisiting our API testing and documentation setup as we scale a few services, and we’re realizing how fragmented our toolchain has become. Postman’s been reliable, but the pricing and team management limits are starting to hurt.
We’re evaluating newer or lighter tools that integrate well into CI/CD workflows ideally something that handles API testing, mocking, and maybe documentation generation in one place.
Here are some we’ve looked at so far:
- Katalon – lots of automation features but feels heavy
- Hoppscotch – nice UI, but limited for team workflows
- Apidog – looks interesting since it combines testing + documentation and supports API collaboration
- Insomnia – still solid, though team features are a bit clunky
- Bruno – nice offline Postman-style tool
Would love to hear from others what’s been working well for your devops/testing teams lately?
Anything that actually fits into CI/CD pipelines cleanly without 20 different integrations?
https://redd.it/1ot8f0x
@r_devops
Hey everyone,
Our team’s been revisiting our API testing and documentation setup as we scale a few services, and we’re realizing how fragmented our toolchain has become. Postman’s been reliable, but the pricing and team management limits are starting to hurt.
We’re evaluating newer or lighter tools that integrate well into CI/CD workflows ideally something that handles API testing, mocking, and maybe documentation generation in one place.
Here are some we’ve looked at so far:
- Katalon – lots of automation features but feels heavy
- Hoppscotch – nice UI, but limited for team workflows
- Apidog – looks interesting since it combines testing + documentation and supports API collaboration
- Insomnia – still solid, though team features are a bit clunky
- Bruno – nice offline Postman-style tool
Would love to hear from others what’s been working well for your devops/testing teams lately?
Anything that actually fits into CI/CD pipelines cleanly without 20 different integrations?
https://redd.it/1ot8f0x
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
I am building a lightweight engine for developing custom distributed CI/CD platforms. It makes building and managing custom CI/CD platforms easier by handling the orchestration so you can focus on how your workflow works
Leave a github star, if you find the project interesting. https://github.com/open-ug/conveyor
https://redd.it/1ot967b
@r_devops
Leave a github star, if you find the project interesting. https://github.com/open-ug/conveyor
https://redd.it/1ot967b
@r_devops
GitHub
GitHub - open-ug/conveyor: Conveyor CI is an open-source lightweight engine for building CI/CD systems with ease
Conveyor CI is an open-source lightweight engine for building CI/CD systems with ease - open-ug/conveyor
How would you set up a Terraform pipeline in GitHub Actions?
I’m setting up Terraform deployments using GitHub Actions and I want to keep the workflow as clean and maintainable as possible.
Right now, I have one
Is there a clean way to handle this dynamic update process within a GitHub Actions workflow? Ideally, I’d like to automatically inject the form data into the correct
Any suggestions or examples would be awesome! I’m especially interested in the high-level architecture
https://redd.it/1otaesy
@r_devops
I’m setting up Terraform deployments using GitHub Actions and I want to keep the workflow as clean and maintainable as possible.
Right now, I have one
.tfvars file per environment (tfvars are separated by folders.). I also have a form that people fill out, and some of the information from that form (like network details) needs to be imported into the appropriate .tfvars file before deployment.Is there a clean way to handle this dynamic update process within a GitHub Actions workflow? Ideally, I’d like to automatically inject the form data into the correct
.tfvars file and then run terraform plan/apply for that environment.Any suggestions or examples would be awesome! I’m especially interested in the high-level architecture
https://redd.it/1otaesy
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
has ai actually improved how you code?
i’ve been using chatgpt for a while and added cosine recently for my personal python projects. it definitely makes me faster, with cleaner code, quicker debugging, and better structure, but sometimes i feel like i’m getting too reliant on it.
i’ve noticed that ai tools can speed up routine work, but when i hit a problem that needs deeper thinking or system-level decisions, i catch myself opening chatgpt instead of figuring it out myself.
it’s great for productivity, but i’m not sure if it’s actually making me better at problem-solving in the long run.
curious what others in the industry think. has ai genuinely improved your technical skills, or are we just becoming better at prompting and outsourcing the hard parts?
https://redd.it/1otc7gz
@r_devops
i’ve been using chatgpt for a while and added cosine recently for my personal python projects. it definitely makes me faster, with cleaner code, quicker debugging, and better structure, but sometimes i feel like i’m getting too reliant on it.
i’ve noticed that ai tools can speed up routine work, but when i hit a problem that needs deeper thinking or system-level decisions, i catch myself opening chatgpt instead of figuring it out myself.
it’s great for productivity, but i’m not sure if it’s actually making me better at problem-solving in the long run.
curious what others in the industry think. has ai genuinely improved your technical skills, or are we just becoming better at prompting and outsourcing the hard parts?
https://redd.it/1otc7gz
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
KubeGUI - Release v1.9.1 dark mode, resource viewer columns sorting and large lists support
🎉[Release\] KubeGUI v1.9.1 - is a free lightweight desktop app for visualizing and managing Kubernetes clusters without server-side or other dependencies. You can use it for any personal or commercial needs.
The items we discussed before are now being introduced:
+ Dark mode.
+ Resource viewer columns sorting.
+ All contexts now parsed from provided kubeconfigs.
+ On startup if local KUBECONFIG env var defined - contexts will be inserted automagically.
+ Resource viewer can now support large amount of data (tested on ~7k pods clusters).
+ Bunch of small ui/ux/performace bug fixes.
Kubegui runs locally on Windows & macOS (maybe Linux) - just point it at your kubeconfig and go.
\- Site (download links on top): https://kubegui.io
\- GitHub: https://github.com/gerbil/kubegui (your suggestions are always welcome!)
\- To support project: https://ko-fi.com/kubegui
Would love to hear your thoughts or suggestions — what’s missing, what could make it more useful for your day-to-day ops?
Check this out and share your feedback. ps. no emojis this time! Pure humanized creativity xD
https://redd.it/1otbphi
@r_devops
🎉[Release\] KubeGUI v1.9.1 - is a free lightweight desktop app for visualizing and managing Kubernetes clusters without server-side or other dependencies. You can use it for any personal or commercial needs.
The items we discussed before are now being introduced:
+ Dark mode.
+ Resource viewer columns sorting.
+ All contexts now parsed from provided kubeconfigs.
+ On startup if local KUBECONFIG env var defined - contexts will be inserted automagically.
+ Resource viewer can now support large amount of data (tested on ~7k pods clusters).
+ Bunch of small ui/ux/performace bug fixes.
Kubegui runs locally on Windows & macOS (maybe Linux) - just point it at your kubeconfig and go.
\- Site (download links on top): https://kubegui.io
\- GitHub: https://github.com/gerbil/kubegui (your suggestions are always welcome!)
\- To support project: https://ko-fi.com/kubegui
Would love to hear your thoughts or suggestions — what’s missing, what could make it more useful for your day-to-day ops?
Check this out and share your feedback. ps. no emojis this time! Pure humanized creativity xD
https://redd.it/1otbphi
@r_devops
How to stay updated and keep upskilling.
I have been in devops role from last 1 year. I was dealing with docker, linux machines on aws and linode. It was a small scale startup they had around >20k daily active user. I have resigned in sept as i needed a long break (4 months) due to some personal work. Currently i am a bit worried what if i forget how to do this that stuff in devops. I just wants to know how can i keep my self aligned with the market so if i start job hunting after my break i don't feel under skilled. How to practice devops on scale to keep the confidence.
Thanks
https://redd.it/1ote087
@r_devops
I have been in devops role from last 1 year. I was dealing with docker, linux machines on aws and linode. It was a small scale startup they had around >20k daily active user. I have resigned in sept as i needed a long break (4 months) due to some personal work. Currently i am a bit worried what if i forget how to do this that stuff in devops. I just wants to know how can i keep my self aligned with the market so if i start job hunting after my break i don't feel under skilled. How to practice devops on scale to keep the confidence.
Thanks
https://redd.it/1ote087
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
VOA v2.0.0 — Secrets Manager
I’ve just released VOA v2.0.0, a small open-source Secrets Manager API designed to help developers and DevOps teams securely manage and monitor sensitive data (like API keys, env vars, and credentials) across environments (dev/test/prod).
Tech stack:
FastAPI (backend)
AES encryption (secure storage)
Prometheus + Grafana (monitoring and metrics)
Dockerized setup
It’s not a big enterprise product — just a simple, educational project aimed at learning and practicing security, automation, and observability in real DevOps workflows.
🔗 GitHub repo: https://github.com/senani-derradji/VOA
you find it interesting, give it a star or share your thoughts — I’d love some feedback on what to improve or add next!
If
https://redd.it/1otf1zr
@r_devops
I’ve just released VOA v2.0.0, a small open-source Secrets Manager API designed to help developers and DevOps teams securely manage and monitor sensitive data (like API keys, env vars, and credentials) across environments (dev/test/prod).
Tech stack:
FastAPI (backend)
AES encryption (secure storage)
Prometheus + Grafana (monitoring and metrics)
Dockerized setup
It’s not a big enterprise product — just a simple, educational project aimed at learning and practicing security, automation, and observability in real DevOps workflows.
🔗 GitHub repo: https://github.com/senani-derradji/VOA
you find it interesting, give it a star or share your thoughts — I’d love some feedback on what to improve or add next!
If
https://redd.it/1otf1zr
@r_devops
GitHub
GitHub - senani-derradji/VOA: VOA (VaulityOpsAPI) is a FastAPI-based secrets management platform for DevOps. Securely store, retrieve…
VOA (VaulityOpsAPI) is a FastAPI-based secrets management platform for DevOps. Securely store, retrieve, and audit environment variables, API keys, and passwords across dev, staging, and prod envir...
In 2022, I wrote that DevOps had become waste, in 2025 AI is the new waste!
In 2022, I said DevOps had become waste.
The response?
"DevOps can't be waste we need automation!"
They missed the point.
DevOps principles were right.
But when every team rebuilds the same CI/CD pipelines, writes the same Terraform modules, and solves the same problems in isolation
that’s not DevOps.
That’s local optimization at scale.
Now it’s 2025. AI is the new waste.
Team A spends two sprints wiring up Claude to “understand” their codebase.
They chunk it, inject docs, tweak prompts.
Team B? Doing the same thing.
Different team. Same half-baked playbook.
No shared learning. No standardization. No outcomes tracked.
And most orgs?
Still stuck trying to pick Copilot vs. CodeWhisperer vs. Windsurf
with zero plan to measure impact or build repeatable systems.
This is Jenkins sprawl all over again but for cognition.
I call the fix: OutcomeOps
https://www.outcomeops.ai/blogs/outcomeops-ai-is-the-new-waste
https://redd.it/1oti8e8
@r_devops
In 2022, I said DevOps had become waste.
The response?
"DevOps can't be waste we need automation!"
They missed the point.
DevOps principles were right.
But when every team rebuilds the same CI/CD pipelines, writes the same Terraform modules, and solves the same problems in isolation
that’s not DevOps.
That’s local optimization at scale.
Now it’s 2025. AI is the new waste.
Team A spends two sprints wiring up Claude to “understand” their codebase.
They chunk it, inject docs, tweak prompts.
Team B? Doing the same thing.
Different team. Same half-baked playbook.
No shared learning. No standardization. No outcomes tracked.
And most orgs?
Still stuck trying to pick Copilot vs. CodeWhisperer vs. Windsurf
with zero plan to measure impact or build repeatable systems.
This is Jenkins sprawl all over again but for cognition.
I call the fix: OutcomeOps
https://www.outcomeops.ai/blogs/outcomeops-ai-is-the-new-waste
https://redd.it/1oti8e8
@r_devops
www.outcomeops.ai
OutcomeOps: AI Is the New Waste - OutcomeOps Blog
In 2022, I wrote that DevOps had become waste. Now, in 2025, AI local optimization is the new waste—thousands of teams rebuilding the same RAG systems, prompts, and context pipelines in isolation.
CKA Preparation
Im preparing for the CKA Cert. I already did these courses: LFS158 & LFS258, and I’m administering the k8s cluster of my company for a little more then a year now on pretty much a daily basis. I did the killerkoda tests & also did both of the killer.sh mock exams. In the first mock exam, I only scored about 50% and in the second one even worse. I used the 120min timer to make the test as realistic as possible. After this I redid all of the answers that I failed on & got 100% correct. I didn’t really have issues with specific topics, my only problem was the time constraint.
So my question: Am I prepared enough, even though I technically failed the mock exams? I read that killer.sh exams are much harder then the real exam. If that’s not true, I don’t really know how to better prepare for the exam, because I prepared using all of the resources that I’m aware of.
Thanks :)
https://redd.it/1otedcw
@r_devops
Im preparing for the CKA Cert. I already did these courses: LFS158 & LFS258, and I’m administering the k8s cluster of my company for a little more then a year now on pretty much a daily basis. I did the killerkoda tests & also did both of the killer.sh mock exams. In the first mock exam, I only scored about 50% and in the second one even worse. I used the 120min timer to make the test as realistic as possible. After this I redid all of the answers that I failed on & got 100% correct. I didn’t really have issues with specific topics, my only problem was the time constraint.
So my question: Am I prepared enough, even though I technically failed the mock exams? I read that killer.sh exams are much harder then the real exam. If that’s not true, I don’t really know how to better prepare for the exam, because I prepared using all of the resources that I’m aware of.
Thanks :)
https://redd.it/1otedcw
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
How do you check or enforce code documentation in your pipelines (C/C++ & Python)?
Hey,
Currently working on improving how we enforce code documentation coverage across a few repositories, and I’d love to hear how others handle this.
We have three main repos:
one in C++
one in C and C++
one in Python
For C and C++, we’re using Doxygen with Javadoc-style comments.
For Python, we use Google-style docstrings.
Right now, for the C and C++ part, we have a CI pipeline that runs Doxygen for every merge request and compares the documentation coverage against the main branch. If coverage decreases, the user gets notified, and the MR is blocked.
That works okay, but I’m wondering:
Are there better or existing tools or CI integrations that already handle documentation checks like this? Only Open source and applying locally would be fine.
What would be a good equivalent setup for Python? (e.g., something to validate or measure docstring coverage)
Has anyone implemented pre-commit or pre-push git hooks that check for missing documentation or docstring issues before the MR even gets created?
Thanks in advance!
https://redd.it/1otjf9r
@r_devops
Hey,
Currently working on improving how we enforce code documentation coverage across a few repositories, and I’d love to hear how others handle this.
We have three main repos:
one in C++
one in C and C++
one in Python
For C and C++, we’re using Doxygen with Javadoc-style comments.
For Python, we use Google-style docstrings.
Right now, for the C and C++ part, we have a CI pipeline that runs Doxygen for every merge request and compares the documentation coverage against the main branch. If coverage decreases, the user gets notified, and the MR is blocked.
That works okay, but I’m wondering:
Are there better or existing tools or CI integrations that already handle documentation checks like this? Only Open source and applying locally would be fine.
What would be a good equivalent setup for Python? (e.g., something to validate or measure docstring coverage)
Has anyone implemented pre-commit or pre-push git hooks that check for missing documentation or docstring issues before the MR even gets created?
Thanks in advance!
https://redd.it/1otjf9r
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Open-Source ACME server - 100% CertBot compatible - One binary
Hi everyone!
We have developed an Acme server for our use case. It is written in Rust, which means you only need to work with a single binary. In file mode, our test is 100% compatible with the existing Certbot solution.
For more details, visit: https://github.com/arxignis/ssl-storage
**Summary:**
✅ Written in Rust
✅ Fully compatible with Certbot
✅ Utilizes a Redis backend for storage
✅ Supports distributed mode (with Redis)
✅ 100% compatible with CertBot
✅ Redis backend as storage mode
✅ Distributed mode (with Redis)
https://redd.it/1othpt8
@r_devops
Hi everyone!
We have developed an Acme server for our use case. It is written in Rust, which means you only need to work with a single binary. In file mode, our test is 100% compatible with the existing Certbot solution.
For more details, visit: https://github.com/arxignis/ssl-storage
**Summary:**
✅ Written in Rust
✅ Fully compatible with Certbot
✅ Utilizes a Redis backend for storage
✅ Supports distributed mode (with Redis)
✅ 100% compatible with CertBot
✅ Redis backend as storage mode
✅ Distributed mode (with Redis)
https://redd.it/1othpt8
@r_devops
GitHub
GitHub - arxignis/ssl-storage: Distributed ACME SSL storage
Distributed ACME SSL storage. Contribute to arxignis/ssl-storage development by creating an account on GitHub.
Browsing helm chart from terminal - LazyHelm
Hi community!
Sometimes, when I deploy or test some application, I prefer looking into helm charts using directly the terminal and I found using helm commands alone can get a bit tedious, so I tried to created something to make it easier.
So I tried to create (with ai helps) something that makes the process easier, LazyHelm.
It’s a small personal project I built to make my own workflow smoother, but I hope it might help someone else too.
What it does:
Organized menu system to browse local repositories or search Artifact Hub
Browse your configured Helm repos and discover all available charts
Find charts across Artifact Hub directly from the terminal
Add, remove, and update repository indexes with simple keystrokes
Inspect chart values with syntax highlighting and diff between versions
Modify values in your preferred editor ($EDITOR) with YAML validation
Fuzzy search through repositories, charts, and values
Copy YAML paths to clipboard or export values to files
All in your terminal. No need to remember helm commands or manually fetch values.
Installation via Homebrew:
You can install LazyHelm using Homebrew:
- brew install alessandropitocchi/lazyhelm/lazyhelm
GitHub: https://github.com/alessandropitocchi/lazyhelm
Any feedback, suggestions, or feature requests are very welcome!
Thanks for reading!
https://redd.it/1otopeq
@r_devops
Hi community!
Sometimes, when I deploy or test some application, I prefer looking into helm charts using directly the terminal and I found using helm commands alone can get a bit tedious, so I tried to created something to make it easier.
So I tried to create (with ai helps) something that makes the process easier, LazyHelm.
It’s a small personal project I built to make my own workflow smoother, but I hope it might help someone else too.
What it does:
Organized menu system to browse local repositories or search Artifact Hub
Browse your configured Helm repos and discover all available charts
Find charts across Artifact Hub directly from the terminal
Add, remove, and update repository indexes with simple keystrokes
Inspect chart values with syntax highlighting and diff between versions
Modify values in your preferred editor ($EDITOR) with YAML validation
Fuzzy search through repositories, charts, and values
Copy YAML paths to clipboard or export values to files
All in your terminal. No need to remember helm commands or manually fetch values.
Installation via Homebrew:
You can install LazyHelm using Homebrew:
- brew install alessandropitocchi/lazyhelm/lazyhelm
GitHub: https://github.com/alessandropitocchi/lazyhelm
Any feedback, suggestions, or feature requests are very welcome!
Thanks for reading!
https://redd.it/1otopeq
@r_devops
GitHub
GitHub - alessandropitocchi/lazyhelm
Contribute to alessandropitocchi/lazyhelm development by creating an account on GitHub.
QA team was cut in half, facing the same release pressure. thoughts?
we lost half of our QA team in the last round of budget cuts, but somehow leadership is still expecting us to keep shipping every 2 weeks. I mean manual regression alone takes most of the sprint, not to mention the pain of cross device tests as we're testing across web + android.
the team is already burned out and lacks resources now, higher ups say we can fix this with automation but setting up new frameworks feels like starting a new project and we can't afford to waste any more time experimenting nor do we have the engineering bandwidth now...
has anyone successfully automated testing across devices without hiring more engineers? AI tools? Low-code? we need something good and we need it SOON...
https://redd.it/1otts8b
@r_devops
we lost half of our QA team in the last round of budget cuts, but somehow leadership is still expecting us to keep shipping every 2 weeks. I mean manual regression alone takes most of the sprint, not to mention the pain of cross device tests as we're testing across web + android.
the team is already burned out and lacks resources now, higher ups say we can fix this with automation but setting up new frameworks feels like starting a new project and we can't afford to waste any more time experimenting nor do we have the engineering bandwidth now...
has anyone successfully automated testing across devices without hiring more engineers? AI tools? Low-code? we need something good and we need it SOON...
https://redd.it/1otts8b
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Moving to a mid level position
Hey all,
So, I've been within the devops/platform engineering space for just under 2 years now. I come from a non tech background but I'm firmly in the tech space now.
But I wanted to understand how can I make that move from junior to mid level engineer? I have a good solid grasp of Terraform, GitLab CI. Some Docker and K8s skills (fairly new for a project on EKS). My main cloud is AWS for the past 3 years. I'm currently also getting involved with some other clouds like oci.
But I feel like I don't have a strong understanding of some basic stuff that an IT or tech guy should have. Networking skills are probably lacking tbh. I'd love to increase my security skills also.
I would love to have someone as a mentor to help guide and advise me through this process.
https://redd.it/1otu4z2
@r_devops
Hey all,
So, I've been within the devops/platform engineering space for just under 2 years now. I come from a non tech background but I'm firmly in the tech space now.
But I wanted to understand how can I make that move from junior to mid level engineer? I have a good solid grasp of Terraform, GitLab CI. Some Docker and K8s skills (fairly new for a project on EKS). My main cloud is AWS for the past 3 years. I'm currently also getting involved with some other clouds like oci.
But I feel like I don't have a strong understanding of some basic stuff that an IT or tech guy should have. Networking skills are probably lacking tbh. I'd love to increase my security skills also.
I would love to have someone as a mentor to help guide and advise me through this process.
https://redd.it/1otu4z2
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Policy as Code
I recently moved our company’s azure policy away from being manual process through the azure web portal to a pipeline using terraform. It’s working but it’s not great, I’m wondering how others manage their Azure Policy, or AWS scps
https://redd.it/1otyhkh
@r_devops
I recently moved our company’s azure policy away from being manual process through the azure web portal to a pipeline using terraform. It’s working but it’s not great, I’m wondering how others manage their Azure Policy, or AWS scps
https://redd.it/1otyhkh
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
HTTP Parameter Pollution: Making Servers Disagree on What You Sent 🔀
https://instatunnel.my/blog/http-parameter-pollution-making-servers-disagree-on-what-you-sent
https://redd.it/1otzhyy
@r_devops
https://instatunnel.my/blog/http-parameter-pollution-making-servers-disagree-on-what-you-sent
https://redd.it/1otzhyy
@r_devops
InstaTunnel
HTTP Parameter Pollution (HPP): When Servers Disagree on You
Discover how HTTP Parameter Pollution (HPP) uses duplicate or conflicting parameters to confuse servers, bypass WAFs and filters, and enable data leakage
Tools Auto tagging
So I found a cool project called Yor by paloalto that does some great tagging automation.
Sadly project looks dead, docs are lacking, and it doesn't support OpenTofu.
Are there any other tools like this out there, that are actively maintained?
Looking for automating, git repo and project tags at a minimum.
https://redd.it/1otxnpf
@r_devops
So I found a cool project called Yor by paloalto that does some great tagging automation.
Sadly project looks dead, docs are lacking, and it doesn't support OpenTofu.
Are there any other tools like this out there, that are actively maintained?
Looking for automating, git repo and project tags at a minimum.
https://redd.it/1otxnpf
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Tools for solo PMs or very small PM teams?
Working as the only PM at a small startup and most PM tools feel like overkill. What do other solo PMs use that's not overly complicated but still helps stay organized?
https://redd.it/1ou0hwo
@r_devops
Working as the only PM at a small startup and most PM tools feel like overkill. What do other solo PMs use that's not overly complicated but still helps stay organized?
https://redd.it/1ou0hwo
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
We at SigNoz shipped the 100th release of our open-source observability platform
When we started SigNoz, we wanted to build an "open" observability platform:
Open source
Based on OpenTelemetry
Self-host it in your infra if needed
All in one, with transparent pricing that doesn't punish you for actually using your monitoring tool.
v0.100.0 adds:
Span percentiles \- catch performance outliers in your traces without drowning in data
Infrastructure metrics in traces \- correlate app performance with resource usage
Cost meter alerts \- track your observability spend so you're not hit with surprise bills
Full changelog: https://signoz.io/changelog/
We're not trying to replace everything overnight, but if you're tired of vendor lock-in or paying per-host nonsense, might be worth a look :)
GitHub: https://github.com/SigNoz/signoz
https://redd.it/1ou4t81
@r_devops
When we started SigNoz, we wanted to build an "open" observability platform:
Open source
Based on OpenTelemetry
Self-host it in your infra if needed
All in one, with transparent pricing that doesn't punish you for actually using your monitoring tool.
v0.100.0 adds:
Span percentiles \- catch performance outliers in your traces without drowning in data
Infrastructure metrics in traces \- correlate app performance with resource usage
Cost meter alerts \- track your observability spend so you're not hit with surprise bills
Full changelog: https://signoz.io/changelog/
We're not trying to replace everything overnight, but if you're tired of vendor lock-in or paying per-host nonsense, might be worth a look :)
GitHub: https://github.com/SigNoz/signoz
https://redd.it/1ou4t81
@r_devops
SigNoz
SigNoz is an open-source observability tool powered by OpenTelemetry. Get APM, logs, traces, metrics, exceptions, & alerts in a single tool.
Kodekloud Black Friday sales
I recall seeing the similar pricing and discount as regular days, am I missing something to apply the discount code for annual sub on this sales?
https://redd.it/1ou5xwl
@r_devops
I recall seeing the similar pricing and discount as regular days, am I missing something to apply the discount code for annual sub on this sales?
https://redd.it/1ou5xwl
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Do your tools ever slowly stop reflecting what's actually happening?
Something I keep running into is that we set up the perfect board, workflows, dashboards, all of it and then two weeks later it’s already out of sync with reality. The plan and the actual work just start drifting apart. Tickets stay “in progress” when they’re blocked. Priorities shift but the board doesn’t. People share updates in side conversations that never make it back into the system.
It’s not that the tools are bad. We’ve tried Jira, ClickUp, even some of the more visual platforms. They all work at first. The real problem seems to be keeping things up-to-date once things get messy and priorities move. And that’s exactly when the visibility would matter the most.
So I’m wondering, how do you keep your source of truth accurate when the work is constantly changing? Is it the tool? The rituals? The culture?
https://redd.it/1ou6ae5
@r_devops
Something I keep running into is that we set up the perfect board, workflows, dashboards, all of it and then two weeks later it’s already out of sync with reality. The plan and the actual work just start drifting apart. Tickets stay “in progress” when they’re blocked. Priorities shift but the board doesn’t. People share updates in side conversations that never make it back into the system.
It’s not that the tools are bad. We’ve tried Jira, ClickUp, even some of the more visual platforms. They all work at first. The real problem seems to be keeping things up-to-date once things get messy and priorities move. And that’s exactly when the visibility would matter the most.
So I’m wondering, how do you keep your source of truth accurate when the work is constantly changing? Is it the tool? The rituals? The culture?
https://redd.it/1ou6ae5
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community