MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getGlobalAnnotations

Method getGlobalAnnotations

src/core/TSQuery.java:359–361  ·  view source on GitHub ↗

@return whether or not to load global annotations for the time range

()

Source from the content-addressed store, hash-verified

357
358 /** @return whether or not to load global annotations for the time range */
359 public boolean getGlobalAnnotations() {
360 return with_global_annotations;
361 }
362
363 /** @return whether or not to display TSUIDs with the results */
364 public boolean getShowTSUIDs() {

Callers 2

doGraphMethod · 0.95
handleQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected