Skip to content

Commit 527e048

Browse files
committed
Minor doc updates
Signed-off-by: Prasad Mujumdar <[email protected]>
1 parent 30149a6 commit 527e048

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
3434
</section>
3535
<footer>
3636
<p>Built in the open source natively for GenAI ecosystem </p>
37-
<img src="/assets/img/lfaidata-horizontal-color.png" width="130" height="20" alt="LF AI&Data" />
38-
<img src="/assets/img/cncf.png" width="107" height="20" alt="CNCF" />
37+
<img src="assets/img/lfaidata-horizontal-color.png" width="130" height="20" alt="LF AI&Data" />
38+
<img src="assets/img/cncf.png" width="107" height="20" alt="CNCF" />
3939
</footer>
4040
</div>
4141
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>

documentation/What-is-monocle.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Benefits:
2727

2828
## What Monocle provides
2929

30-
- Easy to [use](#use-monocle) code instrumentation
31-
- OpenTelemetry compatible format for [spans](src/monocle_apptrace/metamodel/spans/span_format.json).
32-
- Community-curated and extensible [metamodel](src/monocle_apptrace/metamodel/README.md) for consisent tracing of GenAI components.
33-
- Export to local and cloud storage
30+
- Easy to use code instrumentation.
31+
- OpenTelemetry compatible format for spans and traces.
32+
- Community-curated and extensible metamodel for consisent tracing of GenAI components.
33+
- Export of telemetry to local and cloud storage.
3434

3535
## Get involved
3636
### Provide feedback

0 commit comments

Comments
 (0)