aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/Stats/Metrics
Commit message (Expand)AuthorAgeFilesLines
* Stats: Add support for chaining TimingMetric->start()Timo Tijhof2025-01-301-5/+9
* Stats: clarify TimingMetric::observe() units and discourage in new codeMichael Große2025-01-281-31/+60
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-176-25/+2
* Stats: Remove redundant docs, remove unused methodDerick Alangi2024-11-081-2/+3
* Merge "statslib: Add MetricInterface::setLabels() convenience method"jenkins-bot2024-10-142-0/+22
|\
| * statslib: Add MetricInterface::setLabels() convenience methodC. Scott Ananian2024-09-192-0/+22
* | Merge "Use MetricsTrait to DRY out stats code"jenkins-bot2024-10-145-262/+125
|\|
| * Use MetricsTrait to DRY out stats codeC. Scott Ananian2024-09-195-262/+125
* | Remove meaningless @var documentation from constantsthiemowmde2024-10-093-6/+0
* | Fix some non namespaced usage of IBufferingStatsdDataFactoryReedy2024-10-032-2/+2
|/
* Stats: add unit helpers functions to TimingMetricCole White2024-08-041-9/+41
* Stats: `copyToStatsdAt()` should not treat gauges as countersDerick Alangi2024-07-221-1/+1
* stats: remove static labels featureCole White2024-04-042-36/+6
* stats: add more detail about label order significanceCole White2024-01-302-2/+26
* stats: Document that label order is significantLucas Werkmeister2024-01-262-1/+3
* stats: correct ns->ms conversion typoCole White2024-01-251-1/+1
* stats: allow passing a single/multiple namespaces to copyToStatsdAt()Cole White2024-01-246-29/+73
* stats: add check for expected label usage when requesting label valuesCole White2024-01-184-3/+29
* stats: add metric stats.statslib.bufferedCole White2024-01-156-0/+34
* Merge "Stats: convert TimingMetric usage of microtime() to hrtime()"jenkins-bot2023-10-271-2/+3
|\
| * Stats: convert TimingMetric usage of microtime() to hrtime()Cole White2023-10-121-2/+3
* | Merge "Stats: update TimingMetric->observe() docstring"jenkins-bot2023-10-181-1/+3
|\ \
| * | Stats: update TimingMetric->observe() docstringCole White2023-10-121-1/+3
| |/
* | Stats: allow floats to be provided to CounterMetric->incrementBy()Cole White2023-10-121-2/+2
* | Stats: remove unused $label parameterCole White2023-10-121-2/+1
|/
* Remove redundant empty() constructsDaimona Eaytoy2023-09-081-1/+1
* Stats: make component optionalCole White2023-09-044-8/+8
* Stats: add copy to statsd featureCole White2023-03-066-0/+82
* Stats: add static labels featureCole White2023-03-062-0/+21
* Stats: add timing start and stop helper functionsCole White2023-03-061-0/+26
* Stats: simplify metrics configuration, enforce builder patternCole White2023-03-027-69/+27
* Metrics: rename Metrics lib to StatsCole White2023-02-247-0/+851