You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem would you like hcdiag to address?
In conjunction with the feature request for Conditional Support to retrieve nested metrics, I would like to be able to run metrics for entire lists found in the output.
Who is the audience for this request?
TFE product and engineering team
What would the ideal solution look like?
In the section of my RFC titled "TFE Product Usage via Atlas Settings", there are several pieces of data that I would need on each organization. I would like to be able to use the httper to grab a list of all of the organizations in a TFE instance and iterate on those organizations to run the httper to get info on agents, workflows, and VCS providers.
For example, I would like to know the total number of agents at the time of collection. In order to do that, I would need to do the following:
Then I would iterate through that list of organization names to list the agent pools.
Then I would iterate through that list of agent pools to get a list of agents.
What alternatives have you considered?
Hammering it out with bash or creating my own iteration function in the TFE product.
What is the impact?
As referenced in our PRD, we are collecting aggregate data on our customers across the board, so being able to dig into this data for each customer is important, and collecting data on those totals for our research is important for our testing strategies.
The text was updated successfully, but these errors were encountered:
After looking at the API response, I see that the agents' "status-counts" would be the end result of what I would want, given that example up above, so aggregating a total for all agents would simply be adding the "status-counts" for all organizations.
I understand that this is a bigger conversation with how the data collected is parsed and stored, but I just wanted to drop in an example of how we'd want to use it.
What problem would you like
hcdiag
to address?In conjunction with the feature request for Conditional Support to retrieve nested metrics, I would like to be able to run metrics for entire lists found in the output.
Who is the audience for this request?
TFE product and engineering team
What would the ideal solution look like?
In the section of my RFC titled "TFE Product Usage via Atlas Settings", there are several pieces of data that I would need on each organization. I would like to be able to use the
httper
to grab a list of all of the organizations in a TFE instance and iterate on those organizations to run thehttper
to get info on agents, workflows, and VCS providers.For example, I would like to know the total number of agents at the time of collection. In order to do that, I would need to do the following:
What alternatives have you considered?
Hammering it out with bash or creating my own iteration function in the TFE product.
What is the impact?
As referenced in our PRD, we are collecting aggregate data on our customers across the board, so being able to dig into this data for each customer is important, and collecting data on those totals for our research is important for our testing strategies.
The text was updated successfully, but these errors were encountered: