Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTLP logs signal doesn't show up in OpenTelemetry Demo #1006

Closed
vordimous opened this issue May 7, 2024 · 1 comment
Closed

OTLP logs signal doesn't show up in OpenTelemetry Demo #1006

vordimous opened this issue May 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@vordimous
Copy link
Contributor

Describe the bug
I don't see any logs from zilla in opensearch, but logs are being produced when I enable the stdout exporter.

To Reproduce
Steps to reproduce the behavior:

  1. Run the aklivity/opentelemetry-demo using the docker compose deployment.
  2. wait for everything to start.
  3. Fetch the orders from the Kafka topic: curl http://localhost:7114/orders. Produces an HTTP access log.
  4. See all logs in OpenSearch Explorer
  5. Searching for any of the configured attributes aren't available.
  6. Scanning through the log bodys doesn't show anything relating to Zilla logs.

Expected behavior
Zilla logs are sent and parsed by the OpenTelemetry collector into OpenSearch.

@vordimous
Copy link
Contributor Author

I have been able to find zilla is successfully sending event logs by filtering the OpenSearch logs with the below PPL query:

search source=otel
| where resource.service.name="zillaproxy"

when the zilla.yaml includes the service name attribute:

telemetry:
  attributes:
    service.name: "zillaproxy"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants