Skip to content

Commit 328ea22

Browse files
committed
Define default value for otelcol datasets
1 parent 3c02bcd commit 328ea22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/packages/parallel/httpcheck/_dev/test/policy/test-eprcheck.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ processors:
2525
- context: datapoint
2626
statements:
2727
- set(attributes["data_stream.type"], "metrics")
28-
- set(attributes["data_stream.dataset"], "httpcheck.check")
28+
- set(attributes["data_stream.dataset"], "httpcheckreceiver")
2929
- set(attributes["data_stream.namespace"], "ep")
3030
receivers:
3131
httpcheck/componentid-0:

test/packages/parallel/httpcheck/manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ policy_templates:
3131
title: HTTP Check
3232
description: Perform HTTP checks and collect its results.
3333
input: otelcol
34+
otelcol_dataset: httpcheckreceiver
3435
template_path: input.yml.hbs
3536
vars:
3637
- name: period

0 commit comments

Comments
 (0)