-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bugA general bugA general bugfor: external-projectFor an external project and not something we can fixFor an external project and not something we can fixregistry: graphiteA Graphite Registry related issueA Graphite Registry related issuerelease notesNoteworthy change to call out in the release notesNoteworthy change to call out in the release notes
Milestone
Description
Graphite tags always generate broken names due to DropWizard behavior.
From DropWizard, GraphiteReporter [1]:
graphite.send(prefix(name, type.getCode()), format(value), timestamp);
where
name="my.metric;tag=value"
type.getCode() = "p99"
final string sent to graphite: "my.metric;tag=valuep99"
From graphite logs
08/05/2020 08:21:00 :: [tagdb] Tagging component.api.setStatus;host=mail.example.com.mean, component.api.sendTextMessage;host=mail.example.com.p95, component.api.join_meeting;host=mail.example.com.m1_rate, component.api.getConversations;host=mail.example.com.mean
Unless we patch DropWizard side i can't see how this code may work
Metadata
Metadata
Assignees
Labels
bugA general bugA general bugfor: external-projectFor an external project and not something we can fixFor an external project and not something we can fixregistry: graphiteA Graphite Registry related issueA Graphite Registry related issuerelease notesNoteworthy change to call out in the release notesNoteworthy change to call out in the release notes