Update go.mod and go.sum to latest version from networkservicemesh/sdk@main
PR link: https://github.com/networkservicemesh/sdk/pull/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 lionel.jouin@est.tech
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 lionel.jouin@est.tech
Add export interval parameter for the optl exporter
Signed-off-by: Lionel Jouin lionel.jouin@est.tech
Update go.mod and go.sum to latest version from networkservicemesh/sdk@main PR link: https://github.com/networkservicemesh/sdk/pull/1509 Commit: 97bacd7 Author: Lionel Jouin Date: 2023-09-22 12:06:10 +0200 Message:
Add export interval parameter for the optl exporter Signed-off-by: Lionel Jouin lionel.jouin@est.tech