-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
examples for clickhouse exporter are broken #30159
Labels
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I was able to confirm it's broken, and I've submitted a fix PR. |
bogdandrutu
pushed a commit
that referenced
this issue
Dec 21, 2023
…#30161) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> The ClickHouse exporter contains a docker example with `telemetrygen` generating traces to send to the otel collector, which then sends to the ClickHouse backend. Grafana is then used to view traces. The make commands were broken due being in the wrong directory when executing, as well as the deprecation of `tracegen` in favor of `telemetrygen traces`. **Link to tracking Issue:** <Issue number if applicable> Resolves #30159 **Testing:** <Describe what testing was performed and which tests were added.> Both `make` commands are working and everything's up and running. Also confirmed `telemetrygen` is properly sending traces to the collector. Note: I'm not familiar enough with Grafana or ClickHouse to be able to validate clickhouse exporter functionality in the example. A code owner or user will have to verify the example still works.
cparkins
pushed a commit
to AmadeusITGroup/opentelemetry-collector-contrib
that referenced
this issue
Jan 10, 2024
…open-telemetry#30161) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> The ClickHouse exporter contains a docker example with `telemetrygen` generating traces to send to the otel collector, which then sends to the ClickHouse backend. Grafana is then used to view traces. The make commands were broken due being in the wrong directory when executing, as well as the deprecation of `tracegen` in favor of `telemetrygen traces`. **Link to tracking Issue:** <Issue number if applicable> Resolves open-telemetry#30159 **Testing:** <Describe what testing was performed and which tests were added.> Both `make` commands are working and everything's up and running. Also confirmed `telemetrygen` is properly sending traces to the collector. Note: I'm not familiar enough with Grafana or ClickHouse to be able to validate clickhouse exporter functionality in the example. A code owner or user will have to verify the example still works.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
exporter/clickhouse
What happened?
Description
There is an error in clickhouseexporter makefile go build command.
Also
tracegen
was removed from the repository. It needs to be replaced withtelemetrygen
.Steps to Reproduce
Run the following commands
Expected Result
all containers are running.
Actual Result
Got error:
After fixing the Makefile I still get the error
Collector version
2008304
Environment information
Environment
OS: Ubuntu 22.04
Compiler: go 1.20.9
OpenTelemetry Collector configuration
``
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: