-
Notifications
You must be signed in to change notification settings - Fork 0
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
Attributes の再設計 #10
Attributes の再設計 #10
Conversation
Change: Attributes → AttributeCollection HashMap Text Attribute → Attributes New: Key for Attributes
結構大きなインターフェースの変更だけど、本家に受け入れてもらえるかなあ @ynishinaka インターフェースを変えようと思いますというお知らせと、変更に関する意見があればほしいです |
とりあえず、このPRのモチベが分かると嬉しいなと思いました。あとドロップ機能の説明も欲しいです |
ドロップ機能は https://opentelemetry.io/docs/specs/otel/common/#attribute-limits |
動機としては
です |
@ynishinaka 22:30 以降ならいけます |
@kakkun61 説明ありがとうございます!目的は分かったんですが、その目的に対して少しAPI変更のコストが重すぎる感じがします。来週以降でもうちょっと相談していきたいです 🙏 |
すみません一回聞いておいてアレなんですが、今日はもう遅くなってきたので来週以降また相談させてください! |
はーい |
8922fa7
to
f0cfaa7
Compare
@ynishinaka 再レビューお願いします |
実装ありがとうございます!!雰囲気は大体よさそうな感じがするので、 |
IsAttribute を ToAttribute と FromAttribute に分ける モジュール名変える
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.
割とよさそうです!ありがとうございます!!!
変更:
Attributes
→AttributeCollection
HashMap Text Attribute
→Attributes
Text
→Key a
lookup
したときのパターンマッチをなくす