You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am unable to get logs to ship using opentelemetry. I tried pino http transport but with no avail.
Is there a way to configure opentelemetry to scrape stdout or lambda telemetry API?
Steps to reproduce
Configure a lambda with the instrumentation and collector layer. Log something in the lambda
What did you expect to see?
Logs in Loki.
What did you see instead?
Nothing. No errors either.
What version of collector/language SDK version did you use?
Instrumentation layer 0.11
Collector 0.12
I am getting lambda telemetry metadata in loki. Like faas.name and faas.max_memory hwever, the log line itself is empty. Is my collector config OK?
What am I doing wrong with application logs?
The text was updated successfully, but these errors were encountered:
@gkaskonas Are you looking for auto capturing console logs statements by Node layer and export them to the target vendor over OTEL collector? If so, unfortunately, OTEL Node SDK doesn't capture console log statements automatically
Describe the bug
I am unable to get logs to ship using opentelemetry. I tried pino http transport but with no avail.
Is there a way to configure opentelemetry to scrape stdout or lambda telemetry API?
Steps to reproduce
Configure a lambda with the instrumentation and collector layer. Log something in the lambda
What did you expect to see?
Logs in Loki.
What did you see instead?
Nothing. No errors either.
What version of collector/language SDK version did you use?
Instrumentation layer 0.11
Collector 0.12
What language layer did you use?
NodeJS
Additional context
Collector config:
I am getting lambda telemetry metadata in loki. Like faas.name and faas.max_memory hwever, the log line itself is empty. Is my collector config OK?
What am I doing wrong with application logs?
The text was updated successfully, but these errors were encountered: