-
Notifications
You must be signed in to change notification settings - Fork 442
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
[azure_application_insights] [app_insights] Add dimensions and metric_type for metrics #7610
Conversation
🌐 Coverage report
|
type: keyword | ||
dimension: true | ||
description: | | ||
Autogenerated ID representing the fingerprint of the azure.dimensions object | ||
- name: metrics.*.* |
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.
where metrics are actually stored? in this field or in azure.app_insights.metrics.*.*
? I think one of them is redundant and should be removed
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.
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.
@gpop63, did you get metrics in these fields as well in your recent tests?
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.
@zmoog Yeah, the metrics are stored in azure.metrics
so the metrics
from fields.yml
could be removed.
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.
Seems like metrics collected from azure.monitor
also store fields under azure.metrics
. Will that be a problem?
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.
Uhm, this should be okay. All metrics in the azure.monitor
field seem fine.
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.
We should double-check in which fields the metricset is storing metrics.
@@ -1,3 +1,8 @@ | |||
- version: "1.2.0" |
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.
please change to 1.1.0
if merged before #7550
Package azure_application_insights - 1.1.0 containing this change is available at https://epr.elastic.co/search?package=azure_application_insights |
What does this PR do?
Dimensions added:
Added an ingest pipeline to create a fingerprint of the
azure.dimensions
field.Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots