Replies: 1 comment 2 replies
-
@atoulme Can you please help |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am doing performance benchmark testing(Scenario10kItemsPerSecond) against Opentelemetry collector using datasender-
httpotlp and datareceiver - prometheus. Below is the testcase which I am trying to run. but I always see received as 0 items,even after increasing cpu,ram and prometheus ScrapeInterval and ScrapeTimeout in prometheusDataReceiver ("github.com/open-telemetry/opentelemetry-collector-contrib/testbed/datareceivers") I have added this test in class (https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/4061bf6d6d3198c395668a0a08373e9084d0477a/testbed/tests/metric_test.go)
Below is the result
Can please somebody help why prometheus receiver is not receiving any data. Or do we already have any existing test case in opentelemetry collector contrib gihub?
Beta Was this translation helpful? Give feedback.
All reactions