matomo-org / matomo-org/plugin-LogViewer

More detailed filter for date

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
PHP
Stars
7
Forks
13
Avg merge
2d 9h
Merged PRs (30d)
8

Description

Currently, when clicking on a date like "2015-09-08 03:10:20" we search for all log messages logged by the same day, in this case ""2015-09-08". It would be awesome if one could make this more granular.

Eg when clicking on "20 seconds" one would search for all messages logged in the same second. When clicking on "10 minutes" part we search for all messages in the same minutes. When clicking on "03 hour" we search for all entries in the same hour ........ when clicking on "2015" we search for log entries in the same year

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how the LogViewer plugin handles clicks on date parts and converts them into log searches; the issue does not name specific files or tests. Map the existing day-level behavior to seconds, minutes, hours, and years, then verify that each date component searches only entries in the corresponding time range.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
observability
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.