You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
9
9
## I Want To Contribute
10
10
11
-
This project welcomes contributions and suggestions. We are happy to have the Community involved via submission of **Issues and Pull Requests** (with substantive content or even just fixes). We are hoping for the documents, test framework, etc. to become a community process with active engagement. PRs can be reviewed by by any number of people, and a maintainer may accept.
11
+
This project welcomes contributions and suggestions. We are happy to have the Community involved via submission of **Issues and Pull Requests** (with substantive content or even just fixes). We are hoping for the documents, test framework, etc. to become a community process with active engagement. PRs can be reviewed by any number of people, and a maintainer may accept.
12
12
13
-
See [CONTRIBUTING](https://github.com/opiproject/opi/blob/main/CONTRIBUTING.md) and [GitHub Basic Process](https://github.com/opiproject/opi/blob/main/doc-github-rules.md) for more details.
13
+
See [CONTRIBUTING](https://github.com/opiproject/opi/blob/main/CONTRIBUTING.md) and [GitHub basic process](https://github.com/opiproject/opi/blob/main/Policies/doc-github-rules.md) for more details.
14
14
15
15
## Getting started
16
16
@@ -27,14 +27,14 @@ See [CONTRIBUTING](https://github.com/opiproject/opi/blob/main/CONTRIBUTING.md)
27
27
- all vendors can implement (both linux and non-linux based)
28
28
- DPU consumers can integrate once in their existing monitoring systems and tools
29
29
30
-
-OpenTemetry suports those data sources
30
+
-OpenTelemetry suports those data sources
31
31
- Traces
32
32
- Metrics
33
33
- Logs
34
34
35
35
## What is mandated by OPI
36
36
37
-
-OpenTemetry is made up of several main components:
37
+
-OpenTelemetry is made up of several main components:
-[Collector](https://github.com/open-telemetry/opentelemetry-collector) and [Collector Contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib)
40
40
- SDKs (different programming languages), for example [Python](https://github.com/open-telemetry/opentelemetry-python), [Java](https://github.com/open-telemetry/opentelemetry-java) and [Go](https://github.com/open-telemetry/opentelemetry-go)
@@ -49,7 +49,7 @@ See <https://opentelemetry.io/docs/collector/deployment>
49
49
50
50

51
51
52
-
-OpenTemetry collector supports several deployments:
52
+
-OpenTelemetry collector supports several deployments:
53
53
- Deploy as side car inside every pod
54
54
- Deploy another one as aggregator per Node
55
55
- Deploy another one as super-aggregator per Cluster
0 commit comments