Adrian Berger
Adrian Berger
In consultation with @oliverbaehler I would like to take on this topic. However, the implementation does not seem as easy as written by @bsctl . How are metrics implemented in...
@prometherion Any idea where to get started?
> Hey @adberger, thanks for the ping here! > > Since Capsule is built on top of `controller-runtime`, we already have some controller metrics exported: this is really convenient since...
@prometherion I might be doing something wrong but I don't see the metrics yet. I did https://capsule.clastix.io/docs/contributing/development/#fork-build-and-deploy-capsule with a kind cluster Then I did `kubectl port-forward service/capsule-controller-manager-metrics-service -n capsule-system 8888:8080`...
> > I might be doing something wrong but I don't see the metrics yet > > Are you referring to the custom or basic ones? > > Becuase for...
Happened to me too, i tried a second time and then it worked. Maybe you need to be **root** to execute `make setup`? Another option would be exec in the...
In my opinion the Manifest generation of Flux v1 was a really important feature which Flux v2 currently lacks. We for example would like to use our own tool called...
@kiuby88 We seem to have the same problem. Any updates on this?
In our case we are running the docker image of bitnami jmx-exporter as a sidecar in k8s: configMap ``` apiVersion: v1 kind: ConfigMap data: jmx-prometheus.yml: |- jmxUrl: service:jmx:rmi:///jndi/rmi://127.0.0.1:5555/jmxrmi lowercaseOutputLabelNames: true...
> @adberger, we had the same situation than you., indeed we found the same memory usage pattern you showed in the picture. As I mentioned we tried to set the...