Skip to content

Commit

Permalink
Fix validator shell tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Sep 3, 2024
1 parent 8e5b2d3 commit 0fe5dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion validator/shelltests/hex_integer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ resource:
# Configure resource attributes.
attributes:
# Configure `service.name` resource attribute
service.name: "${OTEL_SERVICE_NAME:-unknown_service}"
- name: service.name
value: "${OTEL_SERVICE_NAME:-unknown_service}"

attribute_limits:
# Configure max attribute value size.
Expand Down
3 changes: 2 additions & 1 deletion validator/shelltests/string_for_int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ resource:
# Configure resource attributes.
attributes:
# Configure `service.name` resource attribute
service.name: "${OTEL_SERVICE_NAME:-unknown_service}"
- name: service.name
value: "${OTEL_SERVICE_NAME:-unknown_service}"

attribute_limits:
# Configure max attribute value size.
Expand Down

0 comments on commit 0fe5dbf

Please sign in to comment.