-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 are not up-to-date #16613
Comments
Pinging code owners for examples/demo: @open-telemetry/collector-approvers. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Can I work on this issue, getting the demo example up to date? |
It's yours! @jackycsl |
I shouldn't have linked this since I assume there will be other PRs needed for the rest of examples. Reopening... |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Component(s)
examples/demo
What happened?
Description
Some examples of this repository are either not working anymore or are out-of-date. I've been experiencing issues with
exporters.logging.verbosity
key which has been added recently but isn't working in few examples (see slack discussion).I've made a tour of the examples to check whether they are out-of-date or not working anymore, results are in #Actual Result.
Steps to Reproduce
For not working examples:
docker compose -f examples/${EXAMPLE_NAME}/docker-compose.yml
To check whether it is up-to-date or not (reading Dockerfile / docker-compose.yml works too):
docker compose up -f examples/${EXAMPLE_NAME}/docker-compose.yml
Expected Result
All examples should be working and up-to-date.
Actual Result
There is no input for
kubernetes
andnomad
, new inputs for them are welcomed!Couchbase error
Tracegen error
Demo out-of-date
It is running image
otel/opentelemetry-collector-contrib-dev:latest
which hasn't been updated for a long time, it should be updated or using Dockerfile fromtracing
example.Collector version
e58554a
Environment information
Environment
OS: MacOS, v13.0.1
Compiler(if manually compiled): go1.19.3
Arch: arm64 (Apple Silicon M1)
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: