-
Notifications
You must be signed in to change notification settings - Fork 110
feat: add HTTP API Monitoring, ArgoCD, and AWS ElastiCache Redis dashboard documentation #1826
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
Merged
makeavish
merged 14 commits into
SigNoz:main
from
Calm-Rock:feat/http-api-monitoring-dashboard
Oct 20, 2025
Merged
feat: add HTTP API Monitoring, ArgoCD, and AWS ElastiCache Redis dashboard documentation #1826
makeavish
merged 14 commits into
SigNoz:main
from
Calm-Rock:feat/http-api-monitoring-dashboard
Oct 20, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add comprehensive documentation for HTTP API Monitoring dashboard - Include detailed descriptions of all metrics and use cases - Follow existing documentation structure and formatting - Built on OpenTelemetry HTTP attributes for standardized monitoring
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…lder - Remove use cases section as requested - Remove best practices section as requested - Remove dashboard image placeholder since image is not available - Keep core metrics documentation and related dashboards section
- Update HTTP API Monitoring href to point to new documentation page - Fix Database Calls Monitoring href to point to documentation page for consistency - All APM dashboards now link to their respective documentation pages
- Add comprehensive documentation for ArgoCD monitoring dashboard - Include detailed descriptions of all monitoring sections and metrics - Cover application health, sync status, controller stats, cluster stats, and repo server metrics - Follow existing documentation structure and formatting - Provide filtering variables and related dashboards
- Update ArgoCD href from GitHub repository to documentation page - Point to /docs/dashboards/dashboard-templates/argocd-dashboard - Maintain consistency with other documented dashboard templates
- Add comprehensive documentation for AWS ElastiCache Redis monitoring dashboard - Include detailed descriptions of all CloudWatch metrics and widgets - Cover CPU, memory, network, cache performance, and replication metrics - Provide monitoring best practices and alerting recommendations - Follow existing documentation structure and formatting
- Update AWS ElastiCache Redis href from GitHub repository to documentation page - Point to /docs/dashboards/dashboard-templates/aws-elasticache-redis - Maintain consistency with other documented dashboard templates
- Add comprehensive documentation for AWS SQS Prometheus monitoring dashboard - Include detailed descriptions of queue message state metrics and monitoring - Cover visible, delayed, and in-flight message tracking with third-party exporter - Provide setup guidance for SQS Prometheus exporter integration - Include monitoring best practices and alerting recommendations - Follow existing documentation structure and formatting
makeavish
approved these changes
Oct 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds comprehensive documentation for three important dashboard templates: HTTP API Monitoring, ArgoCD Dashboard, and AWS ElastiCache Redis under the dashboard templates section.
Changes Made
HTTP API Monitoring Dashboard
http-api-monitoring.mdxdocumentation fileArgoCD Dashboard
argocd-dashboard.mdxdocumentation fileAWS ElastiCache Redis Dashboard
aws-elasticache-redis.mdxdocumentation fileComponent Updates
APMDashboardsListicle.tsxto link HTTP API Monitoring to documentation pageDashboardTemplatesListicle.tsxto link ArgoCD to documentation pageDashboardTemplatesListicle.tsxto link AWS ElastiCache Redis to documentation pageDashboard Features Documented
HTTP API Monitoring Dashboard
ArgoCD Dashboard
AWS ElastiCache Redis Dashboard
Structure & Benefits
Related Files
https://raw.githubusercontent.com/SigNoz/dashboards/refs/heads/main/apm/http-api-monitoring.jsonhttps://raw.githubusercontent.com/SigNoz/dashboards/refs/heads/main/argocd/argocd.jsonhttps://raw.githubusercontent.com/SigNoz/dashboards/refs/heads/main/aws-elasticache/redis/overview.jsonThe documentation enables teams to effectively monitor HTTP API performance, ArgoCD GitOps workflows, and AWS ElastiCache Redis instances with comprehensive observability and optimization guidance.