{"id":19197899,"url":"https://github.com/flarebyte/eagleyeix","last_synced_at":"2026-06-23T18:30:18.087Z","repository":{"id":245623254,"uuid":"818785316","full_name":"flarebyte/eagleyeix","owner":"flarebyte","description":"Eagleyeix the Dart library for sharper observations and smarter reactions","archived":false,"fork":false,"pushed_at":"2024-07-01T19:24:56.000Z","size":177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-04T10:24:00.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flarebyte.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-22T21:29:03.000Z","updated_at":"2024-07-01T06:49:19.000Z","dependencies_parsed_at":"2024-06-27T06:03:01.395Z","dependency_job_id":null,"html_url":"https://github.com/flarebyte/eagleyeix","commit_stats":null,"previous_names":["flarebyte/eagleyeix"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Feagleyeix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Feagleyeix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Feagleyeix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Feagleyeix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flarebyte","download_url":"https://codeload.github.com/flarebyte/eagleyeix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271540,"owners_count":19774859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T12:19:13.396Z","updated_at":"2026-06-23T18:30:18.022Z","avatar_url":"https://github.com/flarebyte.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eagleyeix\n\n![Experimental](https://img.shields.io/badge/status-experimental-blue)\n\n\u003e Eagleyeix the Dart library for sharper observations and smarter\n\u003e reactions\n\nEagleyeix is a metrics logger that collects and records numerical data\nrepresenting system performance or application behaviour, typically in\nkey-value pairs. Unlike general loggers, it focuses solely on metrics such as\nCPU usage, memory consumption, request rates, and business KPIs.\n\n![Hero image for eagleyeix](doc/eagleyeix.jpeg)\n\nHighlights:\n\n-   Collect numerical data representing system performance or application\n    behaviour.\n-   Ensure higher user privacy by aggregating the data. Aggregation\n    involves combining individual data points into broader summaries.\n-   To improve privacy, metric data can be stored as orders of magnitude.\n-   Metrics data can be exported as JSON\n\nA few examples:\n\nCreate a metric key:\n\n```dart\nstatic final create = ExMetricKey(name: ['eagleyeix','example','create'],\ndimensions: {'unit': 'count'});\n```\n\nCreate a metric store:\n\n```dart\nfinal store = ExMetricStoreHolder().store;\n```\n\nAdd a metric:\n\n```dart\nstore.addMetric(create, 0.7);\n```\n\nCreate a median aggregation:\n\n```dart\nfinal median = ExMetricAggregations.median()\n```\n\nAggregate the metrics:\n\n```dart\nstore.aggregateAll(median);\n```\n\n## Documentation and links\n\n-   [Code Maintenance :wrench:](MAINTENANCE.md)\n-   [Code Of Conduct](CODE_OF_CONDUCT.md)\n-   [Contributing :busts\\_in\\_silhouette: :construction:](CONTRIBUTING.md)\n-   [Architectural Decision Records :memo:](DECISIONS.md)\n-   [Contributors\n    :busts\\_in\\_silhouette:](https://github.com/flarebyte/eagleyeix/graphs/contributors)\n-   [Dependencies](https://github.com/flarebyte/eagleyeix/network/dependencies)\n-   [Glossary\n    :book:](https://github.com/flarebyte/overview/blob/main/GLOSSARY.md)\n-   [Software engineering principles\n    :gem:](https://github.com/flarebyte/overview/blob/main/PRINCIPLES.md)\n-   [Overview of Flarebyte.com ecosystem\n    :factory:](https://github.com/flarebyte/overview)\n-   [Dart dependencies](DEPENDENCIES.md)\n-   [Usage](USAGE.md)\n-   [Example](example/example.dart)\n\n## Related\n\n-   [anonymous-graph-stats](https://github.com/flarebyte/anonymous-graph-stats)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Feagleyeix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflarebyte%2Feagleyeix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Feagleyeix/lists"}