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-debug, forc-doc, forc-fmt, forc-lsp #6749

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

Add tooling telemetry to forc-debug, forc-doc, forc-fmt, forc-lsp #6749

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

Comments

@alfiedotwtf
Copy link
Contributor

alfiedotwtf commented Nov 21, 2024

This task is a catch-all for forc plugins that don't have that many subcommands or modes...

For each of these tools:

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

forc plugins:

  • forc-debug

    • exit-status
    • run-time
  • forc-doc

    • exit-status
    • run-time
    • offline
    • ipfs-node
      • public
      • local
      • gateway
  • forc-fmt

    • exit-status
    • run-time
    • check
  • forc-lsp

    • exit-status
    • run-time
    • check

Info about the project

  • num files in project
  • number of lines per file
  • number of dep in forc.toml
  • how many members in the workspace
  • RAM usage
@alfiedotwtf alfiedotwtf self-assigned this Nov 21, 2024
@alfiedotwtf alfiedotwtf changed the title Add tooling telemetry to simpler forc plugins Add tooling telemetry to forc-debug, forc-doc Nov 21, 2024
@alfiedotwtf alfiedotwtf changed the title Add tooling telemetry to forc-debug, forc-doc Add tooling telemetry to forc-debug, forc-doc, forc-fmt, forc-lsp Nov 21, 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