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

feat: telemetry #48

Merged
merged 2 commits into from
Nov 29, 2023
Merged

feat: telemetry #48

merged 2 commits into from
Nov 29, 2023

Conversation

mhanberg
Copy link
Collaborator

Includes the following events

[:gen_lsp, :notify, :server, :start]
[:gen_lsp, :notify, :server, :stop]
[:gen_lsp, :request, :server, :start]
[:gen_lsp, :request, :server, :stop]
[:gen_lsp, :request, :client, :start]
[:gen_lsp, :request, :client, :stop]
[:gen_lsp, :notification, :client, :start]
[:gen_lsp, :notification, :client, :stop]
[:gen_lsp, :handle_request, :start]
[:gen_lsp, :handle_request, :stop]
[:gen_lsp, :handle_notification, :start]
[:gen_lsp, :handle_notification, :stop]
[:gen_lsp, :handle_info, :start]
[:gen_lsp, :handle_info, :stop]
[:gen_lsp, :buffer, :outgoing, :start]
[:gen_lsp, :buffer, :outgoing, :stop]
[:gen_lsp, :buffer, :incoming, :start]
[:gen_lsp, :buffer, :incoming, :stop]

Includes the following events

```elixir
[:gen_lsp, :notify, :server, :start]
[:gen_lsp, :notify, :server, :stop]
[:gen_lsp, :request, :server, :start]
[:gen_lsp, :request, :server, :stop]
[:gen_lsp, :request, :client, :start]
[:gen_lsp, :request, :client, :stop]
[:gen_lsp, :notification, :client, :start]
[:gen_lsp, :notification, :client, :stop]
[:gen_lsp, :handle_request, :start]
[:gen_lsp, :handle_request, :stop]
[:gen_lsp, :handle_notification, :start]
[:gen_lsp, :handle_notification, :stop]
[:gen_lsp, :handle_info, :start]
[:gen_lsp, :handle_info, :stop]
[:gen_lsp, :buffer, :outgoing, :start]
[:gen_lsp, :buffer, :outgoing, :stop]
[:gen_lsp, :buffer, :incoming, :start]
[:gen_lsp, :buffer, :incoming, :stop]
```
@mhanberg
Copy link
Collaborator Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@mhanberg mhanberg merged commit 6ef68c4 into main Nov 29, 2023
17 checks passed
@mhanberg mhanberg deleted the 2023-11-28-telemetry2 branch November 29, 2023 05:58
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

Successfully merging this pull request may close these issues.

1 participant