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

Normalize tag support #1525

Closed
wants to merge 7 commits into from
Closed

Conversation

gnydick
Copy link

@gnydick gnydick commented Feb 6, 2019

This new plugin type allows you to provide a plugin to normalize tags. My use case for implementing this is the fact that the slew of Cloud Native systems coming online all export their metrics slightly differently and opentsdb doesn't support fuzzy matches or specifying which tags are equivalent to each other.

I was receiving container, container-name, container_name, etc., etc., etc.

This plugin type requires a normalizeTags(tags) method. The tags are passed in and a normalized set are returned.

configure.ac Show resolved Hide resolved
src/core/TSDB.java Show resolved Hide resolved
src/tsd/RTPublisher.java Show resolved Hide resolved
@johann8384 johann8384 changed the base branch from master to next December 12, 2024 15:34
@johann8384 johann8384 changed the base branch from next to master December 12, 2024 15:42
johann8384 added a commit that referenced this pull request Dec 12, 2024
@johann8384
Copy link
Member

Merging in #2302. @gnydick I know it's been, um, years, but if you have an example of a working tag normalization plugin that would be great!

@johann8384 johann8384 closed this Dec 12, 2024
johann8384 added a commit that referenced this pull request Dec 12, 2024
johann8384 added a commit that referenced this pull request Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants