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

Specific application_name for Connections to the service by the system #3600

Closed
binaek opened this issue Jun 20, 2023 · 1 comment · Fixed by #3687
Closed

Specific application_name for Connections to the service by the system #3600

binaek opened this issue Jun 20, 2023 · 1 comment · Fixed by #3687
Assignees
Labels
core complex or specific issues intended for implementation by the Steampipe core dev team issue
Milestone

Comments

@binaek
Copy link
Contributor

binaek commented Jun 20, 2023

There are a few queries that need to be sent to the service solely for system usage. Examples are:

  • load connection_state
  • load server_settings
    etc.

Connections which are used to send these queries should have a distinct application name so that it's easy to discern these queries from user initiated queries

@binaek binaek added the core complex or specific issues intended for implementation by the Steampipe core dev team issue label Jun 20, 2023
@binaek binaek added this to the 0.21.x milestone Jun 20, 2023
@binaek binaek self-assigned this Jun 20, 2023
@binaek binaek changed the title Connections to the service which are solely meant for plumbing should have a specific application_name Specific application_name for Connections to the service by the system Jul 24, 2023
@binaek
Copy link
Contributor Author

binaek commented Jul 24, 2023

  • steampipe_service_{hash} - steampipe server service processes including plugin manager [was pm_steampipe_{hash} ]
  • steampipe_client_{hash} - steampipe client connections [was steampipe_{hash}]
  • steampipe_client_system_{hash} - steampipe "system" queries that need to run from a remote client (the ones we don't want to see as user activity in steampipe cloud) [this is new]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core complex or specific issues intended for implementation by the Steampipe core dev team issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant