Unable to receive metrics in OpenTelemetryCollector sink #2677
Unanswered
AxelEkdahlWcar
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
Do you see error logs like the one listed here: #2665? I think the OTEL Collector sink needs a fix. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Are there no further log messages? I can't tell if anything's wrong from the existing log messages. And are you sure failure occurs on OTEL Collector sink exclusively? Does it work fine if you use Prometheus |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've started to try out the Promitor scraper. I've successfully managed to configure the scraper so it can fetch metrics and I would now like to ship these metrics to my OpenTelemetryCollector which is deployed in the same namespace. However, it seems like the scraper is not executing the logic for sending the metrics.
As per the implementation I should be able to see trace logs verifying that the metrics should've been sent but I see no such logs.
The validation of the scraper succeeds and it seems to find my OpenTelemetryCollector configuration since it prints the configuration at boot up.
Is there any way of troubleshooting why this is?
Please see my configuration below.
The only logs my scraper prints are the following
[12:05:00 INF] Timeout after 90
[12:05:00 INF] Init timeout token
[12:05:00 INF] Scraping for resource type PostgreSql.
[12:05:00 INF] Parsed SDK Config True
[12:05:02 INF] Found value 7.4 for metric with aggregation interval 00:01:00
[12:05:02 WRN] release lock
I've tried with 2.12.0 and 2.14.2 versions of the promitor agent scraper
Many thanks for any help in the right direction
Beta Was this translation helpful? Give feedback.
All reactions