Krishna Ramachandra
istio
apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: signoz-fe namespace: test-platform spec: parentRefs: - name: test-gateway namespace: istio-ingress rules: - matches: - path: type: PathPrefix value: /signoz filters: - type: URLRewrite urlRewrite: path: type: ReplacePrefixMatch replacePrefixMatch: / backendRefs: - name: signoz-frontend port: 3301
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.