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

Logzio exporter mkdir /tmp: permission denied #3736

Closed
yotamloe opened this issue Jun 8, 2021 · 1 comment
Closed

Logzio exporter mkdir /tmp: permission denied #3736

yotamloe opened this issue Jun 8, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@yotamloe
Copy link
Contributor

yotamloe commented Jun 8, 2021

We have an issue with our logzio exporter users are getting errors using it from opentelemetry-collector-contrib image version >= 0.24

otel-agent    | Error: cannot build pipelines: cannot build builtExporters: error creating logzio exporter: mkdir /tmp: permission denied
otel-agent    | 2021/06/07 10:20:51 application run finished with error: cannot build pipelines: cannot build builtExporters: error creating logzio exporter: mkdir /tmp: permission denied

The exporter works fine with version <=0.23.

Steps to reproduce

  • Run opentelemetry-collector-contrib docker image version >= 0.24 with logzio exporter

What version did you use?
Version >= 0.24
Works fine with version <= 0.23

What config did you use?

receivers:
  jaeger:
    protocols:
      thrift_http:
        endpoint: "0.0.0.0:14278"

exporters:
  logzio:
    account_token: "****"
    region: "us"

service:
  pipelines:
    traces:
      receivers: [jaeger]
      exporters: [logzio]
@yotamloe yotamloe added the bug Something isn't working label Jun 8, 2021
@gramidt
Copy link
Member

gramidt commented Jun 8, 2021

Reference link to the Slack thread where this being discussed: https://cloud-native.slack.com/archives/C01N6P7KR6W/p1623081945118600

bogdandrutu pushed a commit that referenced this issue Jun 21, 2021
* Bump github.com/logzio/jaeger-logzio/store

* Bump aeger-logzio -> v1.0.2 for windows test

* go mod tidy
tigrannajaryan pushed a commit that referenced this issue Jul 30, 2021
Logz.io [exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/logzioexporter) upgrade 🚀
Update versions of `jaeger-logzio` -> [1.0.3](https://github.com/logzio/jaeger-logzio), and `logzio-go` -> [1.0.2](https://github.com/logzio/logzio-go) 

**Link to tracking Issue:**
#3736 and #3702

**Testing:**
No tests added
From logzioexporter directory:
`go test -v -covermode=atomic -race`
output:
```
PASS
coverage: 96.6% of statements
```
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