Skip to content

Conversation

@LostKobrakai
Copy link
Contributor

This includes some enhancements to the ascii plotting:

  • Fix rounding between positive and negative values
    It used to round to the smallest value a.k.a round up instead of down for negative values
  • Add x axis rendering
  • Let the exports plot render offsets to the last timestamps on the x axis

Updating the plotting I wasn't really sure what cfg[:offset] was meant to accomplish and couldn't really infer it from the examples, so that one might not do what it's supposed to do right now.

@LostKobrakai LostKobrakai marked this pull request as draft June 20, 2022 07:51
@LostKobrakai
Copy link
Contributor Author

I just tried this out on a larger dataset on a dev device and it seems there's still a few kinks to iron out in the axis generation.

@LostKobrakai LostKobrakai marked this pull request as ready for review June 24, 2022 08:30
Comment on lines +59 to +62
# TODO inject via history instead of using up 10s per test
Stream.interval(1000)
|> Stream.map(fn val -> execute_telemetry([:some], %{value: val}) end)
|> Enum.take(10)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This seem to let CI fail. I'd love to get some guidance on maybe seeding the test with a history file instead of waiting just to setup the mobius instance.

@mattludwigs
Copy link
Collaborator

@LostKobrakai sorry for the delay I have been pulled into other projects and summer has been busy for me. I am starting to circle back around now, thank you for you patience.

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