openservicemesh / osm-docs

a docs page for open service mesh
https://docs.openservicemesh.io
Apache License 2.0
4 stars 40 forks source link

Add documentation on integration with Prom Operator #378

Closed allenlsy closed 1 year ago

allenlsy commented 2 years ago

Prom operator can be used to configure metrics collection with Prometheus. Although OSM implements the configuration with osm metrics enable command, prom operator is becoming a popular approach to do a better job than OSM CLI tool.

A documentation should cover:

allenlsy commented 2 years ago

@trstringer @steeling I want some comments about whether we should provide this integration guide. The Prometheus operator official documentation is clear enough about installation in k8s cluster and enable monitoring on user services. Users only need to change the service names following their guides. I think our documentation will be almost a repetition of theirs and we also need to keep our guide updated.