GH-4617: Add registry characteristics (dimensionality, rate aggregation, publishing) to each registry doc#7600
Open
won-seoop wants to merge 1 commit into
Conversation
…pecific docs Add a one-line NOTE to each registry-specific documentation page mentioning the three important characteristics from the 'Supported Monitoring Systems' overview page: - Dimensionality (dimensional vs hierarchical) - Rate aggregation model (client-side vs server-side) - Publishing model (client-push vs server-poll) Each NOTE cross-links to the rate-aggregation.adoc concept page and to the implementations.adoc overview for a side-by-side comparison. Registries updated: AppOptics, Atlas, Azure Monitor, CloudWatch, Datadog, Dynatrace, Elastic, Ganglia, Graphite, Humio, JMX, KairosDB, New Relic, Prometheus, StatsD Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
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.
Summary
Closes #4617
The
Supported Monitoring Systemsoverview page documents three important characteristics for each registry — dimensionality, rate aggregation model, and publishing model — but this information was not surfaced in the individual registry documentation pages. Users discovering a registry page directly (via search or a framework's link) would miss these behavioral differences.Changes
Added a one-line
NOTEto 15 registry-specific pages, each:rate-aggregation.adocimplementations.adocfor a full side-by-side comparisonDeprecated registries (SignalFx, Wavefront) are intentionally excluded.
Test plan
🤖 Generated with Claude Code