We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c02bcd commit 328ea22Copy full SHA for 328ea22
test/packages/parallel/httpcheck/_dev/test/policy/test-eprcheck.expected
@@ -25,7 +25,7 @@ processors:
25
- context: datapoint
26
statements:
27
- set(attributes["data_stream.type"], "metrics")
28
- - set(attributes["data_stream.dataset"], "httpcheck.check")
+ - set(attributes["data_stream.dataset"], "httpcheckreceiver")
29
- set(attributes["data_stream.namespace"], "ep")
30
receivers:
31
httpcheck/componentid-0:
test/packages/parallel/httpcheck/manifest.yml
@@ -31,6 +31,7 @@ policy_templates:
title: HTTP Check
32
description: Perform HTTP checks and collect its results.
33
input: otelcol
34
+ otelcol_dataset: httpcheckreceiver
35
template_path: input.yml.hbs
36
vars:
37
- name: period
0 commit comments