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

Ordering process group naming rules as possible in UI #501

Open
xoronet opened this issue Jul 22, 2024 · 3 comments
Open

Ordering process group naming rules as possible in UI #501

xoronet opened this issue Jul 22, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@xoronet
Copy link

xoronet commented Jul 22, 2024

Hi everyone,

in the Dynatrace UI, it is possible to order the list of process group naming rules. There are buttons for moving a rule up or down in. I assume this defines in which order the rules are applied at runtime.

How is it possible to do this in Terraform when defining multiple processgroup_naming resources?

Thanks a lot for your advice!

@xoronet xoronet added the enhancement New feature or request label Jul 22, 2024
@Dynatrace-Reinhard-Pilz

Hi @xoronet,

The resource dynatrace_processgroup_naming is backed by a REST API that currently doesn't allow for ordering them.
The WebUI utilizes the schema builtin:naming.processes-and-containers of Settings 2.0 (offers ordering by default) - which hasn't been made available for the public for various reasons.

I've reached out to R&D about an ETA for when that new schema will be available for the public. Responses so far sounded a bit like there was no awareness about the functionality gap here.

As soon as ordering these settings via REST calls will be available the provider will adopt that, for sure. I'll keep that ticket open for a bit longer, until I have some concrete answers from R&D.

best regards,
Reinhard

@xoronet
Copy link
Author

xoronet commented Jul 22, 2024

Hello @Dynatrace-Reinhard-Pilz,

thanks for sharing details. I will just watch this issue for further updates.

@Reinhard-Pilz-Dynatrace
Copy link
Collaborator

There seems to exist an undocumented endpoint for ordering process group naming rules:

PUT https://#####.live.dynatrace.com/api/config/v1/conditionalNaming/processGroup/order

Similar to the idea suggested in #582 for Custom Services we may be able to achieve the same goals for process group namings.
We need to reach out to Dynatrace R&D about whether utilizing that URL is safe/future proof.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants