SunnyBoy-WYH commented on issue #2354: URL: https://github.com/apache/incubator-hugegraph/issues/2354#issuecomment-1925723176
> @SunnyBoy-WYH the request path is just /metrics. check the following prometheus service monitor. > > ```yaml > apiVersion: monitoring.coreos.com/v1 > kind: ServiceMonitor > metadata: > name: prometheus-hugegraph > # Change this to the namespace the Prometheus instance is running in > namespace: default > labels: > app: hugegraph > release: prometheus > spec: > selector: > matchLabels: > name: hugegraph > namespaceSelector: > matchNames: > - hugegraph-e2e > endpoints: > - port: metrics > path: /metrics > interval: 15s > ``` hi, will you continue to fix this issue ? @qwtsc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
