Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Tags support for Carbon output #1691

Merged
merged 2 commits into from
Feb 26, 2020
Merged

Conversation

fkaleo
Copy link
Contributor

@fkaleo fkaleo commented Feb 26, 2020

No description provided.

@fkaleo fkaleo requested a review from fitzoh February 26, 2020 15:07
Copy link
Contributor

@Dieterbe Dieterbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

if i == 0 {
tagsString += ";"
} else {
tagsString += ","
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pretty sure it should always be ;
Example from https://graphite.readthedocs.io/en/latest/tags.html:
my.series;tag1=value1;tag2=value2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry yes; I don't know why I thought , was needed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in 8db6fb3

@fkaleo fkaleo merged commit 530a6e7 into master Feb 26, 2020
@fkaleo fkaleo deleted the fakemetrics_carbon_tags_support branch February 26, 2020 16:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants