Package | Description |
---|---|
com.atlassian.confluence.util.profiling |
Modifier and Type | Method and Description |
---|---|
default @NonNull Counter |
ConfluenceMonitoring.fetchCounter(String name)
Fetches the counter associated with the supplied name details.
|
@NonNull Counter |
ConfluenceMonitoring.fetchCounter(String name,
Map<String,String> tags)
Fetches the counter associated with the supplied name details.
|
@NonNull Counter |
AtlassianInstrumentationConfluenceMonitoring.fetchCounter(String name,
Map<String,String> tags) |
@NonNull Counter |
ConfluenceMonitoring.fetchCounter(String name,
String... optional)
Deprecated.
since 7.1 Use
ConfluenceMonitoring.fetchCounter(String, Map) |
@NonNull Counter |
AtlassianInstrumentationConfluenceMonitoring.fetchCounter(String name,
String... optional) |
Counter |
Counter.increase()
Increase the counter by one.
|
Counter |
Counter.increase(long amount)
Increase the counter by the specified amount.
|
Copyright © 2003–2020 Atlassian. All rights reserved.