How severe does this issue affect your experience of using Ray?
- Low: It annoys or frustrates me for a moment.
I am looking into adding customer metrics in my rayServe application (following documentation here) and found something interesting. I cannot add multiple tags to tag_keys
argument for let’s say Counter metric. I see that the argument is expecting Tuple[str]
with one argument (source).
Any reason why multiple tags are not supported? While setting default_tags, a dictionary is passed which can contain multiple tags