You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per 1,000 segments, the DLR product itself comes out to ~$2/month. The problem is the
metrics we compute for anomaly detection, each asset + attribute combination is a
separate billed series.
For those same 1,000 segments (~15 attributes across the whole DLR product) that's
~15,000 series, which would be ~$750/month at list price.
Our DataDog plan (Pro) includes 100 custom metrics per host. With 191 hosts that's
19,100 metrics included, and we're currently using 1,240 — so ~17,860 free.
So one line of 1,000 assets does fit, but it eats ~80% of the headroom. A second line
of 1,000 assets already pushes us past the allowance: 2,000 assets ≈ $600/month in
overage, 10,000 assets ≈ $6,600/month. (And Exelon alone is already close to 8,000
assets.)
So, this isn't a long-term fix.
Cardinality scales linearly with asset count. With a client as Exelon we'd cross the metric limit, and start paying a significant amount for information whose value isn't clear to me.
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 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.
No description provided.