New metrics #1

Open
opened 2024-02-16 13:07:01 +01:00 by Frank · 3 comments
Owner
  • for CRUD, how many new creations, updates of existing trips, deletions?
  • for GTFS and GRFS, size of file
  • GTFS/GRFS downloads
- [x] for CRUD, how many new creations, updates of existing trips, deletions? - [x] for GTFS and GRFS, size of file - [x] GTFS/GRFS downloads
Csaba was assigned by Frank 2024-02-16 13:07:01 +01:00
Frank added this to the Amarillo project 2024-02-16 13:07:01 +01:00
Author
Owner

Problem is that FastAPI, Enhancer and Exporters are separate processes.

An issue is dependencies between plugins.

Ideas

  • IPC
  • whiteboard pattern
  • microservices (each of the 3 processes would be a FastAPI app)
  • KISS only do what's easy to do from the FastAPI process
Problem is that FastAPI, Enhancer and Exporters are separate processes. An issue is dependencies between plugins. Ideas - IPC - whiteboard pattern - microservices (each of the 3 processes would be a FastAPI app) - KISS only do what's easy to do from the FastAPI process
Csaba referenced this issue from a commit 2024-02-29 12:57:00 +01:00
Author
Owner

From Etherpad:

  • error metrics
  • health metrics: one number compining the overall state of the system
    • login_failure(0,50) * sessions(100, 10000) * new_trips(500, 5000) * error(0, 10) = H
    • e.g. autocompletion not found, München
    • login failures
From Etherpad: - error metrics - health metrics: one number compining the overall state of the system - login_failure(0,50) * sessions(100, 10000) * new_trips(500, 5000) * error(0, 10) = H - e.g. autocompletion not found, München - login failures
Owner

CRUD, GTFS and GRFS file size and download count are done.
I've configured the logger to write errors to error.log and their count is served as a metric.

TODO: consume the new metrics in Zabbix

CRUD, GTFS and GRFS file size and download count are done. I've configured the logger to write errors to error.log and their count is served as a metric. TODO: consume the new metrics in Zabbix
This repo is archived. You cannot comment on issues.
No labels
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: amarillo/amarillo-metrics#1
No description provided.