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

Make key-value pairs have same naming convention across entire config file #890

Closed
mountaindude opened this issue Sep 11, 2024 · 0 comments · Fixed by #882 · May be fixed by #936
Closed

Make key-value pairs have same naming convention across entire config file #890

mountaindude opened this issue Sep 11, 2024 · 0 comments · Fixed by #882 · May be fixed by #936
Labels
refactor General changes, not related to a specific feature or bug

Comments

@mountaindude
Copy link
Collaborator

mountaindude commented Sep 11, 2024

This will be a breaking change as it involves changes to the existing config file format.

Now

Two formats are used:

tags:
  - tag: env
    value: DEV

and

static:
  - name: metricType
    value: butler-sos-uptime

Proposed change

Use name and value everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor General changes, not related to a specific feature or bug
Projects
None yet
1 participant