Skip to content
Snippets Groups Projects

replay: use tag based statsd probes

instead of puting everything in the metric name. Note that this will change existing metric names:

  • swh_journal_content_replayer_(get|set)_duration_seconds is replaced with swh_content_replayer_duration_seconds,

  • swh_journal_content_replayer_bytes_total -> swh_content_replayer_bytes,

  • swh_journal_graph_replayer_object_type_total_duration_seconds (sic) -> swh_graph_replayer_duration_seconds,

  • swh_journal_graph_replayer__total -> swh_graph_replayer_operations_total

Tags are

  • 'request': ('put' | 'get') for the content replayer durations, and
  • 'object_type': ('content'|'directory'|'revision'|'snapshot'|'release'| 'origin'|'origin_visit') for graph replayer probes.

Migrated from D2377 (view on Phabricator)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading