| Package | Description |
|---|---|
| org.graylog2.system.traffic |
| Modifier and Type | Method and Description |
|---|---|
static TrafficCounterService.Interval |
TrafficCounterService.Interval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficCounterService.Interval[] |
TrafficCounterService.Interval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TrafficCounterService.TrafficHistogram |
TrafficCounterService.clusterTrafficOfLastDays(org.joda.time.Duration daysToIncludeDuration,
TrafficCounterService.Interval interval)
Method included for backwards compatibility in pre-5.0 Graylog versions.
|
TrafficCounterService.TrafficHistogram |
TrafficCounterService.clusterTrafficOfLastDays(org.joda.time.Duration daysToIncludeDuration,
TrafficCounterService.Interval interval,
boolean includeToday)
Queries traffic for the specified duration.
|
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.