agardnerIT / tracepusher

Generate and push OpenTelemetry Trace data to an OTEL collector in JSON format
Apache License 2.0
53 stars 11 forks source link

Binary should be the recommended way to use tracepusher #66

Closed agardnerIT closed 1 year ago

agardnerIT commented 1 year ago

The "usage" page doesn't mention the self contained binary. Mention it at the top and link to this page: https://agardnerit.github.io/tracepusher/usage/standalone/


The "try tracepusher" page needs to be updated to recommend (as the first in the list) using the self-contained binary.

tracepusher can be used either via a docker image, CI-ready docker image or Python script.


The side menu should link to the binary. Above where we have Usage > Python - add a new link: Usage > Standalone Binary and link to https://agardnerit.github.io/tracepusher/usage/standalone/. This is done via https://github.com/agardnerIT/tracepusher/blob/main/mkdocs.yml


The Quick Start section on the homepage mentions the standalone binary but doesn't link to anywhere.

The text Standalone binaries should link to Standalone binaries and the text download from the releases page on GitHub should link to https://github.com/agardnerit/tracepusher/releases/latest

agardnerIT commented 1 year ago
  1. Usage page done: https://github.com/agardnerIT/tracepusher/commit/eefa2ef57e54df313471288ed2d64e7caf9c0a2e
  2. try page done: https://github.com/agardnerIT/tracepusher/commit/cc349da
  3. add menu item: aa948c8
  4. done: 5e94092