Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go.mod and go.sum to latest version from networkservicemesh/sd…
…k@main PR link: networkservicemesh/sdk#1509 Commit: 97bacd7 Author: Lionel Jouin Date: 2023-09-22 12:06:10 +0200 Message: - Add prometheus as metric exporter (#1509) * Add prometheus as metric exporter An init method supporting prometheus for the metric exporter has been added for the opentelemetry pkg. NSMgr or any metric collector could now export the metrics via prometheus. span trace and metrics can now be individually disabled by passing nil value to the optl init function. Signed-off-by: Lionel Jouin <[email protected]> * Update open telemetry dependencies Update to v1.19.0-rc.1 and v0.42.0 which are fixing bugs related to Prometheus exporter. Remove Jaeger exporter since it is deprecated Signed-off-by: Lionel Jouin <[email protected]> * Add export interval parameter for the optl exporter Signed-off-by: Lionel Jouin <[email protected]> --------- Signed-off-by: NSMBot <[email protected]>
- Loading branch information