mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
f220897db9
* New execution stats data format, #5283 We store time and counts per-queue, per-class and totals, daily. * break metrics into separate jobs and queues hashes * tweak * Move metrics tracking to middleware, start work on Query API * Add support for labeled points in time * Add fetch method for deploy marks * rejigger metrics file layout * fix tests * Remove per-queue metrics, adds a lot of complexity with little value IMO * store per-minute histograms * Keep basic stats hardwired as is The idea being that metrics are optional middleware as they have significantly more overhead in CPU time and Redis space. * Implement top N metrics dashboard * Add topN and job-specific metric pages * Supply histogram data to job metrics page * cant use local time as CI is in a different tz * Add basic metrics graph, refactor dashboard JS to make Rickshaw reuseable * prepare for public beta
89 lines
2.2 KiB
YAML
89 lines
2.2 KiB
YAML
# elements like %{queue} are variables and should not be translated
|
|
en: # <---- change this to your locale code
|
|
Dashboard: Dashboard
|
|
Status: Status
|
|
Time: Time
|
|
Namespace: Namespace
|
|
Realtime: Real-time
|
|
History: History
|
|
Busy: Busy
|
|
Utilization: Utilization
|
|
Processed: Processed
|
|
Failed: Failed
|
|
Scheduled: Scheduled
|
|
Retries: Retries
|
|
Enqueued: Enqueued
|
|
Worker: Worker
|
|
LivePoll: Live Poll
|
|
StopPolling: Stop Polling
|
|
Queue: Queue
|
|
Class: Class
|
|
Job: Job
|
|
Arguments: Arguments
|
|
Extras: Extras
|
|
Started: Started
|
|
ShowAll: Show All
|
|
CurrentMessagesInQueue: Current jobs in <span class='title'>%{queue}</span>
|
|
Delete: Delete
|
|
AddToQueue: Add to queue
|
|
AreYouSureDeleteJob: Are you sure you want to delete this job?
|
|
AreYouSureDeleteQueue: Are you sure you want to delete the %{queue} queue? This will delete all jobs within the queue, it will reappear if you push more jobs to it in the future.
|
|
Queues: Queues
|
|
Size: Size
|
|
Actions: Actions
|
|
NextRetry: Next Retry
|
|
RetryCount: Retry Count
|
|
RetryNow: Retry Now
|
|
Kill: Kill
|
|
LastRetry: Last Retry
|
|
OriginallyFailed: Originally Failed
|
|
AreYouSure: Are you sure?
|
|
DeleteAll: Delete All
|
|
RetryAll: Retry All
|
|
KillAll: Kill All
|
|
NoRetriesFound: No retries were found
|
|
Error: Error
|
|
ErrorClass: Error Class
|
|
ErrorMessage: Error Message
|
|
ErrorBacktrace: Error Backtrace
|
|
GoBack: ← Back
|
|
NoScheduledFound: No scheduled jobs were found
|
|
When: When
|
|
ScheduledJobs: Scheduled Jobs
|
|
idle: idle
|
|
active: active
|
|
Version: Version
|
|
Connections: Connections
|
|
MemoryUsage: Memory Usage
|
|
PeakMemoryUsage: Peak Memory Usage
|
|
Uptime: Uptime (days)
|
|
OneWeek: 1 week
|
|
OneMonth: 1 month
|
|
ThreeMonths: 3 months
|
|
SixMonths: 6 months
|
|
Failures: Failures
|
|
DeadJobs: Dead Jobs
|
|
NoDeadJobsFound: No dead jobs were found
|
|
Dead: Dead
|
|
Process: Process
|
|
Processes: Processes
|
|
Name: Name
|
|
Thread: Thread
|
|
Threads: Threads
|
|
Jobs: Jobs
|
|
Paused: Paused
|
|
Stop: Stop
|
|
Quiet: Quiet
|
|
StopAll: Stop All
|
|
QuietAll: Quiet All
|
|
PollingInterval: Polling interval
|
|
Plugins: Plugins
|
|
NotYetEnqueued: Not yet enqueued
|
|
CreatedAt: Created At
|
|
BackToApp: Back to App
|
|
Latency: Latency
|
|
Pause: Pause
|
|
Unpause: Unpause
|
|
Metrics: Metrics
|
|
NoDataFound: No data found
|
|
ExecutionTime: Execution Time
|