https://github.com/ipfs-shipyard/ignite-metrics
Metrics consent and client provider library for ipfs/ipfs-gui team (i.e. IPFS Ignite). See ipfs/ipfs-gui#129 for more details
https://github.com/ipfs-shipyard/ignite-metrics
ipfs ipfs-gui
Last synced: about 1 year ago
JSON representation
Metrics consent and client provider library for ipfs/ipfs-gui team (i.e. IPFS Ignite). See ipfs/ipfs-gui#129 for more details
- Host: GitHub
- URL: https://github.com/ipfs-shipyard/ignite-metrics
- Owner: ipfs-shipyard
- License: other
- Created: 2022-12-07T17:32:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T08:33:18.000Z (about 1 year ago)
- Last Synced: 2025-06-09T23:12:51.123Z (about 1 year ago)
- Topics: ipfs, ipfs-gui
- Language: TypeScript
- Homepage:
- Size: 4.01 MB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @ipfs-shipyard/ignite-metrics
[](https://codecov.io/gh/ipfs-shipyard/ignite-metrics)
[](https://github.com/ipfs-shipyard/ignite-metrics/actions/workflows/js-test-and-release.yml)
> UI library for gathering metrics for ignite team projects
# ❗️ Attention: metrics are not being stored ❗️
As of 2024-02-18, the backend service account with Countly that was used for collecting data from ignite-metrics has been deactivated. Data is still being POSTed, but our previous 3rd-party vendor, Countly, is dropping it. We have a backlog item in [issue #133](https://github.com/ipfs-shipyard/ignite-metrics/issues/133) to move to an alternative service, Plausible.
## Table of contents
- [Install](#install)
- [Documentation](#documentation)
- [Lead Maintainer](#lead-maintainer)
- [Contributing](#contributing)
- [License](#license)
- [Contribute](#contribute)
## Install
```console
$ npm i @ipfs-shipyard/ignite-metrics
```
A longer repository description.
## Documentation
### Telemetry
- [Telemetry collection policy](./docs/telemetry/COLLECTION_POLICY.md)
- [Privacy Policy](./docs/telemetry/PRIVACY_POLICY.md)
- [FAQs](./docs/telemetry/FAQs.md)
## Lead Maintainer
[Russell Dempsey](https://github.com/SgtPooki)
## Team
[IPFS-Ignite(ipfs-gui) team in ipfs-shipyard](https://github.com/orgs/ipfs-shipyard/teams/ipfs-gui)
[IPFS-Ignite(ipfs-gui) team in ipfs](https://github.com/orgs/ipfs/teams/gui-dev)
## Contributing
Contributions are welcome! This repository is part of the IPFS project and therefore governed by our [contributing guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md).
## License
Licensed under either of
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / )
- MIT ([LICENSE-MIT](LICENSE-MIT) / )
## Contribute
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.