[Azure] [Container_instance] Add dimensions and metric_type metadata for the container_instance data_stream#7127
Conversation
…ta_stream Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
|
@zmoog I couldn't find those fields - https://github.com/elastic/integrations/blob/main/packages/azure_metrics/data_stream/container_instance/fields/fields.yml#L1 could you please check if this field is not added by mistake? |
🌐 Coverage report
|
Yep, I'll check it out! |
packages/azure_metrics/data_stream/container_instance/fields/package-fields.yml
Show resolved
Hide resolved
packages/azure_metrics/changelog.yml
Outdated
| changes: | ||
| - description: Add dimension and metric_type metadata to the container_instance data_stream | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/5123 |
There was a problem hiding this comment.
Please correct the PR link.
packages/azure_metrics/changelog.yml
Outdated
| @@ -1,3 +1,8 @@ | |||
| - version: "1.0.17" | |||
| changes: | |||
| - description: Add dimension and metric_type metadata to the container_instance data_stream | |||
There was a problem hiding this comment.
| - description: Add dimension and metric_type metadata to the container_instance data_stream | |
| - description: Add dimension and metric_type metadata to the container_instance datastream |
packages/azure_metrics/data_stream/container_instance/fields/package-fields.yml
Show resolved
Hide resolved
| name: azure_metrics | ||
| title: Azure Resource Metrics | ||
| version: 1.0.16 | ||
| version: 1.0.17 |
There was a problem hiding this comment.
Why not 1.1.0 ? Any specific reason ?
There was a problem hiding this comment.
no specific reason, I did it similarly to the AWS package, also I've noticed that previous changes in this package were also added with 1.0.X
There was a problem hiding this comment.
Enabling TSDB seems worth a bump to the minor version, but I have no strong opinions. I'll leave the decision to you, TSDB folks.
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
packages/azure_metrics/data_stream/container_instance/fields/package-fields.yml
Show resolved
Hide resolved
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
|
@bturquet can you help us getting these reviewed? We have a long queue of Azure packages waiting on it. Merci |
| name: azure_metrics | ||
| title: Azure Resource Metrics | ||
| version: 1.0.16 | ||
| version: 1.0.17 |
There was a problem hiding this comment.
Enabling TSDB seems worth a bump to the minor version, but I have no strong opinions. I'll leave the decision to you, TSDB folks.
|
Package azure_metrics - 1.0.17 containing this change is available at https://epr.elastic.co/search?package=azure_metrics |
What does this PR do?
avgcloud.regionazure.resource.id- this field includesazure.subscription_id,azure.resource.group,azure.resource.name, format:azure.dimensions.container_name- this field is not available for 2 metrics:network_bytes_transmitted_per_second.avgandnetwork_bytes_received_per_second.avgazure.timegrainChecklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots