Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove mesh metric otel from experimental #2062

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/_src/policies/meshmetric.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For example, you might need to override the default metrics port if it's already
* Each proxy can expose its metrics in [Prometheus format](https://prometheus.io/docs/instrumenting/exposition_formats/#text-based-format).
* {{site.mesh_product_name}} exposes an API called the monitoring assignment service (MADS) which exposes proxies configured by `MeshMetric`.

Moreover, {{site.mesh_product_name}} provides experimental integration with OpenTelemetry:
Moreover, {{site.mesh_product_name}} provides integration with OpenTelemetry:

* Each proxy can publish its metrics to [OpenTelemetry collector](https://opentelemetry.io/docs/collector/).

Expand Down
Loading