Skip to content

Commit 0917777

Browse files
committed
Add info about eventlog-summary
The motivation of the PR is to add some details about the eventlog-summary program so that users can know from where to get it (I was confused as I'm new to the ecosystem.)
1 parent e9bcbe7 commit 0917777

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,12 @@ TODO: Document how to export trace data to Chrome or Tracy.
6262

6363
### Eventlog summary
6464

65-
This is the simplest kind of exporter that doesn't send the trace to any external application or service but prints some statistics about a given eventlog.
65+
This is the simplest kind of exporter that doesn't send the trace to
66+
any external application or service but prints some statistics about a
67+
given eventlog. This is one of the executables bundled as part of
68+
[opentelemetry-extra](https://hackage.haskell.org/package/opentelemetry-extra
69+
"opentelemetry-extra") package which is developed as part of this
70+
repository.
6671

6772
```
6873
> eventlog-summary ghcide.eventlog

0 commit comments

Comments
 (0)