FlowMetr
Workflow, Pipeline & AI Agent Observability Platform. Metrics, logs and traces for all your automations.
Language: ruby
Author: GitHub Repos (@github-repos)
0 stars · 2 views
Files
- lib (txt)
- tasks (txt)
- assets (txt)
- templates (txt)
- spec (txt)
- models (txt)
- measurement_log_spec.rb (rb)
- measurement_point_spec.rb (rb)
- project_spec.rb (rb)
- run_spec.rb (rb)
- user_spec.rb (rb)
- flow_spec.rb (rb)
- jobs (txt)
- webhook_processor_job_spec.rb (rb)
- factories (txt)
- flows.rb (rb)
- measurement_logs.rb (rb)
- runs.rb (rb)
- projects.rb (rb)
- users.rb (rb)
- measurement_points.rb (rb)
- rails_helper.rb (rb)
- support (txt)
- factory_bot.rb (rb)
- shoulda_matchers.rb (rb)
- spec_helper.rb (rb)
- README.md (md)
- docker-compose.yml (yml)
- db (txt)
- migrate (txt)
- 20250331150518_create_measurement_logs.rb (rb)
- 20250326170516_add_sequence_to_measurement_points.rb (rb)
- 20250326163906_create_flows.rb (rb)
- 20250703185032_rename_point_type_to_node_type_in_measurement_points.rb (rb)
- 20250506102326_create_projects.rb (rb)
- 20250701154746_add_unique_index_on_points.rb (rb)
- 20250331150347_create_runs.rb (rb)
- 20250809215406_make_run_uuid_unique_per_flow.rb (rb)
- 20241209034443_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb (rb)
- 20241209034441_add_service_name_to_active_storage_blobs.active_storage.rb (rb)
- 20250429225506_create_alerts.rb (rb)
- 20250701154614_add_identifier_to_measurement_points.rb (rb)
- 20250702155506_rename_identifier_to_node_id_in_measurement_points.rb (rb)
- 20240821104904_install_motor_admin.rb (rb)
- 20250326165610_create_measurement_points.rb (rb)
- 20250428204528_add_payload_to_measurement_logs.rb (rb)
- 20240823083638_add_secret_token_to_projects.rb (rb)
- 20250506103942_add_project_to_flows.rb (rb)
- 20250702154923_rename_payload_to_logs_in_measurement_logs.rb (rb)
- 20250701154555_add_webhook_token_to_flows.rb (rb)
- 20250621141924_add_url_to_flows.rb (rb)
- 20241209034442_create_active_storage_variant_records.active_storage.rb (rb)
- 20250724201013_add_confirmable_to_devise.rb (rb)
- 20240730132911_devise_create_users.rb (rb)
- 20240821104745_add_admin_to_users.rb (rb)
- 20250615173923_add_public_token_to_projects.rb (rb)
- schema.rb (rb)
- seeds.rb (rb)
- app (txt)
- models (txt)
- flow.rb (rb)
- application_record.rb (rb)
- measurement_log.rb (rb)
- alert.rb (rb)
- user.rb (rb)
- project.rb (rb)
- concerns (txt)
- measurement_point.rb (rb)
- run.rb (rb)
- jobs (txt)
- webhook_processor_job.rb (rb)
- application_job.rb (rb)
- views (txt)
- measurement_points (txt)
- dashboard (txt)
- runs (txt)
- flows (txt)
- projects (txt)
- alert_mailer (txt)
- layouts (txt)
- admin_mailer (txt)
- shared (txt)
- pages (txt)
- devise (txt)
- sessions (txt)
- confirmations (txt)
- passwords (txt)
- registrations (txt)
- unlocks (txt)
- mailer (txt)
- shared (txt)
- welcome (txt)
- public (txt)
- projects (txt)
- javascript (txt)
- application.js (js)
- controllers (txt)
- application.js (js)
- index.js (js)
- share_controller.js (js)
- hello_controller.js (js)
- mailers (txt)
- alert_mailer.rb (rb)
- application_mailer.rb (rb)
- channels (txt)
- application_cable (txt)
- connection.rb (rb)
- channel.rb (rb)
- assets (txt)
- images (txt)
- cover.png (image)
- dashboard.png (image)
- logos (txt)
- n8n.jpeg (image)
- zapier.jpeg (image)
- make.png (image)
- webhooks.svg (image)
- favicon.ico (image)
- monitoring.png (image)
- background.svg (image)
- panel.svg (image)
- startstop.png (image)
- home-demo.png (image)
- logo.png (image)
- stylesheets (txt)
- application.tailwind.css (css)
- builds (txt)
- config (txt)
- manifest.js (js)
- controllers (txt)
- measurement_points_controller.rb (rb)
- webhooks_controller.rb (rb)
- users (txt)
- sessions_controller.rb (rb)
- registrations_controller.rb (rb)
- welcome_controller.rb (rb)
- runs_controller.rb (rb)
- pages_controller.rb (rb)
- application_controller.rb (rb)
- flows_controller.rb (rb)
- projects_controller.rb (rb)
- dashboard_controller.rb (rb)
- concerns (txt)
- public (txt)
- projects_controller.rb (rb)
- services (txt)
- flow_dashboard.rb (rb)
- flow_stats_for_range.rb (rb)
- flow_run_summary.rb (rb)
- helpers (txt)
- checkout_helper.rb (rb)
- meta_tags_helper.rb (rb)
- webhooks_helper.rb (rb)
- projects_helper.rb (rb)
- runs_helper.rb (rb)
- users (txt)
- registrations_helper.rb (rb)
- flows_helper.rb (rb)
- checkouts_helper.rb (rb)
- welcome_helper.rb (rb)
- measurement_points_helper.rb (rb)
- pages_helper.rb (rb)
- dashboard_helper.rb (rb)
- application_helper.rb (rb)
- public (txt)
- projects_helper.rb (rb)
- LICENSE (txt)
- package.json (json)
- .github (github)
- workflows (txt)
- ci.yml (yml)
- Dockerfile (txt)
- package-lock.json (json)
- storage (txt)
- log (txt)
- config (txt)
- database.yml (yml)
- application.rb (rb)
- meta.yml (yml)
- sidekiq.yml (yml)
- initializers (txt)
- inflections.rb (rb)
- application_config.rb (rb)
- assets.rb (rb)
- devise.rb (rb)
- new_framework_defaults_7_0.rb (rb)
- permissions_policy.rb (rb)
- sidekiq.rb (rb)
- content_security_policy.rb (rb)
- default_meta.rb (rb)
- welcome.rb (rb)
- filter_parameter_logging.rb (rb)
- boot.rb (rb)
- locales (txt)
- devise_invitable.en.yml (yml)
- devise.en.yml (yml)
- en.yml (yml)
- importmap.rb (rb)
- tailwind.config.js (js)
- puma.rb (rb)
- environment.rb (rb)
- routes.rb (rb)
- cable.yml (yml)
- storage.yml (yml)
- environments (txt)
- development.rb (rb)
- test.rb (rb)
- staging.rb (rb)
- production.rb (rb)
- public (txt)
- 422.html (html)
- robots.txt (txt)
- 404.html (html)
- 500.html (html)
- entrypoint.sh (sh)
- ATTRIBUTION.md (markdown)