-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Integrate query examples into synthetics API monitor pages #22569
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
base: develop
Are you sure you want to change the base?
Conversation
PallaviWrite
commented
Dec 23, 2025
- Added query sections to all monitor type pages (ping, simple browser, scripted browser, scripted API, step, certificate check, broken links)
- Added query sections to supporting entity pages (private locations, secure credentials, monitor downtimes)
- Updated overview.mdx to reference integrated query examples instead of separate page
- Deprecated standalone query-synthetics-data.mdx file with clear migration guidance
- Improved user experience by keeping creation and query operations together on each page
- Added appropriate GraphQL query examples with proper filtering for each monitor type
- Included monitor ID to entity GUID mapping queries where relevant
- Added query sections to all monitor type pages (ping, simple browser, scripted browser, scripted API, step, certificate check, broken links) - Added query sections to supporting entity pages (private locations, secure credentials, monitor downtimes) - Updated overview.mdx to reference integrated query examples instead of separate page - Deprecated standalone query-synthetics-data.mdx file with clear migration guidance - Improved user experience by keeping creation and query operations together on each page - Added appropriate GraphQL query examples with proper filtering for each monitor type - Included monitor ID to entity GUID mapping queries where relevant 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
Hi @PallaviWrite 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. Please ensure the propsed changes look good by building it first in your local environment. Refer to this contribution guide to get the site up and running in your local. If you really require a preview url, reach out to one of the writers and they will generate one for you. |
|
netlify build |
🚀 Netlify Preview Building!If the build is successful, the preview for this pull request will be available at the following URL (usually takes 10-20 minutes): https://synthetics-api-queries-integration--docs-website-netlify.netlify.app |
- Enhanced query-synthetics-data.mdx with improved organization and section headers - Added navigation callout with quick links to different query types - Organized queries into logical sections: General, Monitor-specific, Supporting entities, Advanced - Added prominent cross-reference callouts to all monitor type pages linking to centralized queries - Added cross-reference callouts to supporting entity pages (private locations, secure credentials, downtimes) - Updated overview.mdx to better highlight the centralized query documentation - Maintained all existing query examples including runtime validation queries - Improved user experience with clear navigation between creation and query operations This approach provides: - Single source of truth for all query examples - Better discoverability through cross-references - Comprehensive coverage including queries that apply to multiple monitor types - Easy maintenance with centralized documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…om/newrelic/docs-website into synthetics-api-queries-integration
- Removed _deprecated-query-synthetics-data.mdx file - Restored original query-synthetics-data.mdx with proper content - Added navigation callout and section organization without deprecated warnings - Maintained all existing query examples including runtime validation queries - Ensured all cross-reference links from monitor pages work correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Removed <Callout variant="tip"> wrappers from query sections in all monitor pages - Converted callout content to regular markdown text with bold formatting - Maintained all existing links and content structure - Applied changes to all monitor types: ping, simple browser, scripted browser, scripted API, step, certificate check, broken links - Also updated supporting entity pages: private locations, secure credentials, monitor downtimes - Content now displays as clean, accessible text without callout styling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Reorganized query-synthetics-data.mdx using CollapserGroup/Collapser components - Added navigation callout with quick links for better UX - Grouped queries into logical sections: General, Monitor-specific, Supporting entities, Advanced - Preserved all existing content, links, and technical details - Improved readability and navigation for lengthy documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
netlify build |
|
netlify build |
src/content/docs/apis/nerdgraph/examples/synthetics-api/broken-links-monitor.mdx
Outdated
Show resolved
Hide resolved
…-links-monitor.mdx Co-authored-by: WriteMayur <[email protected]>