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

dogstream log parser cutting off the first character of metric names #68

Closed
clofresh opened this issue Jun 8, 2012 · 3 comments
Closed
Assignees
Milestone

Comments

@clofresh
Copy link
Contributor

clofresh commented Jun 8, 2012

Might be because the TailFile object is seeking from 1 instead of 0?

https://github.com/DataDog/dd-agent/blob/master/checks/utils.py#L81

@jawsthegame
Copy link

Looks like this only happened the first time it imported the metric. It now has the incorrect one in addition to the correct one(s).

@alq666
Copy link
Member

alq666 commented Jun 11, 2012

@jawsthegame agent 2.2.25 has the fix.

@alq666 alq666 closed this as completed Jun 11, 2012
@jawsthegame
Copy link

Great, thanks.

On Mon, Jun 11, 2012 at 5:53 PM, Alexis Lê-Quôc <
reply@reply.github.com

wrote:

@jawsthegame agent 2.2.25 has the fix.


Reply to this email directly or view it on GitHub:
#68 (comment)

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

No branches or pull requests

3 participants