Skip to content

Remove snake case from metrics names in snapshot templates #516

Open
@elcasteel

Description

We tried to use snake case for metrics names (

{{ $emitter_prefix := (print (snake .Name) "/emitter") }}
) but a bug in http://github.com/iancoleman/strcase meant that the names were rendered with dots anyway. A newer version of that library fixes the bug and if we update it, the metrics names change.

At this point, our users all have dashboards based on metrics names with dots and we should keep that convention.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions