Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Add documentation #17

Open
eze-kiel opened this issue Oct 14, 2021 · 1 comment
Open

Add documentation #17

eze-kiel opened this issue Oct 14, 2021 · 1 comment

Comments

@eze-kiel
Copy link

Currently the documentation on Rillrate website is empty. As a Rust newbie, I would love to have more infos, at least about how to get started.

Thanks ! 馃搱 馃

image

@aprowe
Copy link

aprowe commented Nov 17, 2021

For anyone trying to get the readme example to work, I had to clone the repo and install from master ('trunk')
Since I couldn't find the FlowMode enum in 0.41.0, the latest version from cargo.

    rillrate::install("my-app");
    let tracer = rillrate::prime::Pulse::new(
        "package.dashboard.group.tracer-name",
        rillrate::core::FlowMode::Realtime,
        rillrate::prime::PulseOpts::default().min(0).max(50).higher(true)
    );

Is what my Example looked like with qualified names.

Then I had to visit port 6361 for the dashboard (took me 10 minutes to find the port number -_- )

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants