-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve matcher logic for generating links #1053
Comments
minwoo-jung
added a commit
to minwoo-jung/pinpoint
that referenced
this issue
Oct 12, 2015
minwoo-jung
added a commit
to minwoo-jung/pinpoint
that referenced
this issue
Oct 12, 2015
minwoo-jung
added a commit
to minwoo-jung/pinpoint
that referenced
this issue
Oct 12, 2015
minwoo-jung
added a commit
to minwoo-jung/pinpoint
that referenced
this issue
Oct 12, 2015
minwoo-jung
added a commit
to minwoo-jung/pinpoint
that referenced
this issue
Oct 12, 2015
minwoo-jung
added a commit
to minwoo-jung/pinpoint
that referenced
this issue
Oct 12, 2015
minwoo-jung
added a commit
to minwoo-jung/pinpoint
that referenced
this issue
Oct 12, 2015
minwoo-jung
added a commit
that referenced
this issue
Oct 12, 2015
[#1053] Improve matcher logic to generate link
Xylus
changed the title
Improve matcher logic to generate link
Improve matcher logic for generating links
Oct 13, 2015
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Currently a
ServerInstance
could only have a single link associated with it. There may be a need for these to inter-operate with many different systems.There needs to be a way to register multiple
MatcherGroup
so that multiple custom links may be generated for eachServerInstance
.The text was updated successfully, but these errors were encountered: