qwtsc commented on issue #2354:
URL:
https://github.com/apache/incubator-hugegraph/issues/2354#issuecomment-1820148113
request path is just /metric. 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
```
--
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]