-
Notifications
You must be signed in to change notification settings - Fork 95
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
Make the host info metric generation optional #482
Conversation
Converting to draft. I want to create an "Application observability" example that:
|
Also, what do we do about AppO11y customers that were using this previously, then upgrade? They'll lose AppO11y features, making this a potentially breaking change. |
}, | ||
"alloy": { | ||
"properties": { | ||
"metricsTuning": { | ||
"properties": { | ||
"excludeMetrics": { | ||
"items": { | ||
"type": "string" | ||
} | ||
}, | ||
"includeMetrics": { | ||
"items": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was apparently a duplicate alloy
section
charts/k8s-monitoring/templates/alloy_config/_processors.alloy.txt
Outdated
Show resolved
Hide resolved
I'd propose the following:
WDYT? |
451d084
to
4582e2e
Compare
Ready to review, please take a look and let's get the process going. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall it LGTM. However, I think it would be idea to try to disassociate the grafanaCloudConnector from traces (as in traces.grafanaCloudMetrics.enabled
), since we expect to generate this metric from other signals types in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 small nits, otherwise LGTM!
Signed-off-by: Pete Wall <[email protected]>
Signed-off-by: Pete Wall <[email protected]>
Signed-off-by: Pete Wall <[email protected]>
Signed-off-by: Pete Wall <[email protected]>
Signed-off-by: Pete Wall <[email protected]>
Co-authored-by: Jorge Creixell <[email protected]>
Signed-off-by: Pete Wall <[email protected]>
Signed-off-by: Pete Wall <[email protected]>
1935759
to
b59fc7a
Compare
Making this optional, because the application observability plugin in Grafana Cloud will bill for these metrics.