Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tooling telemetry to forc-wallet #6754

Open
alfiedotwtf opened this issue Nov 22, 2024 · 0 comments
Open

Add tooling telemetry to forc-wallet #6754

alfiedotwtf opened this issue Nov 22, 2024 · 0 comments
Assignees

Comments

@alfiedotwtf
Copy link
Contributor

alfiedotwtf commented Nov 22, 2024

For forc-wallet and each of its subcommands:

  • Create an InfluxDB schema
  • Import the schema to our online InfluxDB bucket
  • Add the code to capture metrics
  • Create tests

forc-wallet and its subcommands:

  • forc-wallet

    • exit-status
    • run-time
  • forc-wallet-new

    • exit-status
    • run-time
    • force
  • forc-wallet-list

    • exit-status
    • run-time
  • forc-wallet-new

    • exit-status
    • run-time
    • force
  • forc-wallet-import

    • exit-status
    • run-time
    • force
    • cache-accounts
  • forc-wallet-accounts

    • exit-status
    • run-time
    • as-bech32
  • forc-wallet-account

    • exit-status
    • run-time
  • forc-wallet-account-new

    • exit-status
    • run-time
    • as-bech32
  • forc-wallet-account-sign

    • exit-status
    • run-time
  • forc-wallet-account-sign-tx-id

    • exit-status
    • run-time
  • forc-wallet-account-sign-file

    • exit-status
    • run-time
  • forc-wallet-account-sign-string

    • exit-status
    • run-time
  • forc-wallet-account-sign-hex

    • exit-status
    • run-time
  • forc-wallet-account-private-key

    • exit-status
    • run-time
  • forc-wallet-account-public-key

    • exit-status
    • run-time
    • as-hex
  • forc-wallet-account-balance

    • exit-status
    • run-time
  • forc-wallet-account-transfer

    • exit-status
    • run-time
    • gas-price
    • gas-limit
    • maturity
  • forc-wallet-sign

    • exit-status
    • run-time
  • forc-wallet-sign-tx-id

    • exit-status
    • run-time
  • forc-wallet-sign-file

    • exit-status
    • run-time
  • forc-wallet-sign-string

    • exit-status
    • run-time
  • forc-wallet-sign-hex

    • exit-status
    • run-time
  • forc-wallet-balance

    • exit-status
    • run-time
@alfiedotwtf alfiedotwtf self-assigned this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant