Skip to content

Commit

Permalink
Merge pull request #396 from sentrysoftware/feature/issue-393-the-top…
Browse files Browse the repository at this point in the history
…ic-data-export-is-misleading

Issue 393: Data export topic is misleading
  • Loading branch information
NassimBtk authored Sep 10, 2024
2 parents ce357e8 + 7091c7c commit 49b2ed3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
keywords: prometheus, exporter
description: How to configure MetricsHub to send data to an observability back-end.
description: How to configure MetricsHub to send telemetry to an observability back-end.

# Sending Data to Observability Platforms
# Sending Telemetry to Observability Platforms

<!-- MACRO{toc|fromDepth=1|toDepth=1|id=toc} -->

Expand Down Expand Up @@ -159,7 +159,7 @@ service:
# exporters: [logging] # List here the platform of your choice
```

## Configure the OTLP Receiver (Community Edition)
## Configure the OTLP Exporter (Community Edition)

By default, the **MetricsHub Agent** pushes the collected metrics to the [`OTLP Receiver`](https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver) through gRPC on port **TCP/4317**. To push data to the OTLP receiver of your choice:

Expand Down
2 changes: 1 addition & 1 deletion metricshub-doc/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<menu name="Configuration">
<item name="Monitoring Configuration" href="configuration/configure-monitoring.html" />
<item name="Data export" href="configuration/send-data.html" />
<item name="Sending Telemetry" href="configuration/send-telemetry.html" />
<item name="Password Encryption" href="security/passwords.html" />
</menu>

Expand Down

0 comments on commit 49b2ed3

Please sign in to comment.