Metadata revisions for jaeger-flamegraph-1.2.0

Package maintainers and Hackage trustees are allowed to edit certain bits of package metadata after a release, without uploading a new tarball. Note that the tarball itself is never changed, just the metadata that is stored separately. For more information about metadata revisions, please refer to the Hackage Metadata Revisions FAQ.

No. Time User SHA256
-r1 (jaeger-flamegraph-1.2.0-r1) 2019-04-16T10:27:24Z fommil ae0f0552c1118f244e91fb18a667e95bad1737dd68c5246a682e23f091406777
  • Changed description from

    This is a small tool to convert JSON dumps obtained from a [Jaeger
    server] (https://www.jaegertracing.io/) into a format consumable
    by [FlameGraph](https://github.com/brendangregg/FlameGraph).
    
    Filter the traces for your SERVICE from the
    [undocumented Jaeger API](https://github.com/jaegertracing/jaeger/issues/456).
    
    > $ curl http://jaeger/api/traces?service=SERVICE&limit=1000 |
    >   jaeger-flamegraph |
    >   flamegraph.pl > output.svg
    to
    This is a small tool to convert JSON dumps obtained from a Jaeger
    server (<https://www.jaegertracing.io/>) into a format consumable
    by [FlameGraph](https://github.com/brendangregg/FlameGraph).
    
    First download the traces for your SERVICE limiting to LIMIT traces
    
    > $ curl http://your-jaeger-installation/api/traces?service=SERVICE&limit=LIMIT > input.json
    
    using the [undocumented Jaeger API](https://github.com/jaegertracing/jaeger/issues/456#issuecomment-412560321)
    then use @jaeger-flamegraph@ to convert the data and send to @flamegraph.pl@
    
    > $ jaeger-flamegraph -f input.json | flamegraph.pl > output.svg
    

-r0 (jaeger-flamegraph-1.2.0-r0) 2019-04-16T10:25:54Z fommil c2d46c72ee5a0b8ec258e4d1149e8b1654bbe625b62a0f44afbf113f37cdec3a