-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
add advance conf for otel-collector #212
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw you change some file
- add jaeger-ui.json
- change otel-collector config
- change docker compose image name logic
One pr per feature, which will make the review more efficient.
sorry, I have recovered the unrelated change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small nitpick changes on the Otel Config side, but also would want to see all the Jaeger changes removed from this PR.
Co-authored-by: Cijo Thomas <[email protected]>
Jaeger have a monitor page to show the span metrics, I think we can ues it. |
Our preference / design is native OTel metrics only with maybe Prometheus if needed consumed in grafana. We’re not planning on using jaeger for metrics in the main demo & by default we’d like it to be off. Users are welcome to enable it on their own if they choose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a version bump, but looks good to me!
Co-authored-by: Juliano Costa <[email protected]>
@Frapschen please put a changelog entry for this & we'll merge! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: JustWPH <[email protected]>
* add advance conf for otel-collector * undo not relate change * Apply suggestions from code review Co-authored-by: Cijo Thomas <[email protected]> * apply reviewer's suggestion * apply reviewer's suggestion * Apply suggestions from code review Co-authored-by: Juliano Costa <[email protected]> * add changelog entry. * fix markdown * Apply suggestions from code review Co-authored-by: JustWPH <[email protected]> Co-authored-by: Cijo Thomas <[email protected]> Co-authored-by: Juliano Costa <[email protected]> Co-authored-by: Carter Socha <[email protected]> Co-authored-by: JustWPH <[email protected]>
Fixes #174
I think the spanmetrics processor is one of a good demo for advance ability of otel-collector.
Changes
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes