Allow entity group type in addition to resource. (#2192)

This commit is contained in:
Josh Suereth 2025-04-28 12:28:00 -04:00 committed by GitHub
parent cdb09bb55f
commit 4b5e5f8cd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
{% if group.type == "event" -%} {% if group.type == "event" -%}
{{ generate_event(group) -}} {{ generate_event(group) -}}
{%- elif group.type == "resource" -%} {%- elif group.type == "resource" or group.type == "entity" -%}
{{ generate_resource(group) }} {{ generate_resource(group) }}
{%- elif group.type == "metric" -%} {%- elif group.type == "metric" -%}
{{ generate_metric(group) }} {{ generate_metric(group) }}