OctoTS Metrics Processor
Version updated for https://github.com/OctoTS/OctoTS-action to version v1.1.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The OctoTS Metrics Processor GitHub Action automates the collection and storage of code metrics as a time series in a dedicated branch. It processes input data in various tabular formats, appends a timestamp, and saves the results in a persistent dataset, supporting multiple storage formats like CSV, JSONL, and SQL. This action is ideal for tracking and maintaining historical code metrics over time in a centralized and versioned manner.
What’s Changed
- Merge pull request #4 from OctoTS/feat/docker-action (c920958)
- chore: move Dockerfile to -tools (03b5b37)
- fix: normalize line endings to LF (aeaf136)
- feat: use prebuilt image from GHCR (8718d99)
- fix: install git (f27a86e)
- Merge branch ‘feat/docker-action’ of https://github.com/OctoTS/OctoTS-action into feat/docker-action (164d385)
- feat: fetch tools in docker build (255ab4c)
- Merge pull request #3 from OctoTS/feat/docker-action (484c804)
- Merge branch ‘main’ into feat/docker-action (8e764d3)
- chore: update README (72e8335)