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

Feature: add flag to disable aggregation #28

Merged
merged 4 commits into from
Jun 10, 2023

Conversation

QuintenBruynseraede
Copy link
Collaborator

This PR adds support for the --aggregate flag for the table, graph and stats commands. It can be used to enable or disable the aggregation of multiple resources into one.

Default: aggregate = true

Examples:

tf-profile stats --aggregate=true  # Default
tf-profile table --aggregate false  # Will keep resources names as is, i.e. foo[0], foo[1], foo[2] instead of foo[*]
tf-profile table -a false  # Short hand
``

@QuintenBruynseraede QuintenBruynseraede changed the title Feature/allow disable aggregation Feature: add flag to disable aggregation May 26, 2023
@QuintenBruynseraede QuintenBruynseraede merged commit 6529f98 into main Jun 10, 2023
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