-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Axis labelling, 2nd axis #3
Comments
Implemented as of StumbleUponArchive/opentsdb@d869c5c |
manolama
pushed a commit
to manolama/opentsdb
that referenced
this issue
Jul 13, 2016
For OpenTSDB#823 Concurrent use of a HashSet can trigger race conditions and an infinite loop(s), use the thread-safe ConcurrentHashMap to avoid this. Making the change just for the thread stack seen looping.
manolama
pushed a commit
that referenced
this issue
Jul 13, 2016
For #823 Concurrent use of a HashSet can trigger race conditions and an infinite loop(s), use the thread-safe ConcurrentHashMap to avoid this. Making the change just for the thread stack seen looping. Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
manolama
pushed a commit
that referenced
this issue
Jul 13, 2016
For #823 Concurrent use of a HashSet can trigger race conditions and an infinite loop(s), use the thread-safe ConcurrentHashMap to avoid this. Making the change just for the thread stack seen looping. Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
manolama
pushed a commit
that referenced
this issue
Jul 13, 2016
For #823 Concurrent use of a HashSet can trigger race conditions and an infinite loop(s), use the thread-safe ConcurrentHashMap to avoid this. Making the change just for the thread stack seen looping. Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
Closed
oyvindwe
added a commit
to oyvindwe/opentsdb
that referenced
this issue
Dec 4, 2020
Support synchronous delete
This issue was closed.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The current graphing stuff makes it hard to distinguish when a given plot is using the first or second Y axis if you're just looking at the resulting image.
To make this easier to understand, the plan is to let you specify a text label to apply to each axis so that based on the metric name in the legend you can figure out which axis is the appropriate one.
The text was updated successfully, but these errors were encountered: