Skip to content

Commit 397b8c8

Browse files
Proposal for a libdatadog logo (#1151)
Co-authored-by: taegyunkim <[email protected]>
1 parent 72d13e3 commit 397b8c8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# `libdatadog`
22

3+
<table>
4+
<tr>
5+
<td width="70%">
6+
37
`libdatadog` provides a shared library containing common code used in the implementation of Datadog's libraries,
48
including [Continuous Profilers](https://docs.datadoghq.com/tracing/profiler/).
59

6-
(In a past life, `libdatadog` was known as [`libddprof`](https://github.com/DataDog/libddprof) but it was renamed when
7-
we decided to increase its scope).
8-
910
**NOTE**: If you're building a new Datadog library/profiler or want to contribute to Datadog's existing tools, you've come to the
1011
right place!
1112
Otherwise, this is possibly not the droid you were looking for.
1213

14+
</td>
15+
<td width="30%" align="center">
16+
<img src="docs/logo.png" alt="libdatadog logo" width="150"/>
17+
</td>
18+
</tr>
19+
</table>
20+
1321
## Development
1422

1523
### Contributing

docs/logo.png

734 KB
Loading

0 commit comments

Comments
 (0)