Utwo
Utwo
Yes, for example on a simple todo app. I want to limit the amount of todos a user can add. I'm also curious if I can define a validation schema...
Yes, this must be adjusted on AWS side.
I think only for a centered text inconsistency this is too much of a hack. Especially that the inconsistency it's only on Safari.
> I remember seeing a comment from, I want to say @catileptic , where she argued that we want to advertise that we have the extension on any browser, so...
I think this is the same issue we had on **date-la-zi** [see this commit](https://github.com/code4romania/date-la-zi/commit/0ae78ae6cb5d126a47c1a1b5913fc02ea3f2e61d) On frontend side, we should make a new artifact/docker image for every environment we need to...
Are there any credentials left in the codebase? If yes, we should remove them from code and regenerate a new set of keys.
For the cluster label, you can add this in the values file ``` extraEnvs: - name: OTEL_RESOURCE_ATTRIBUTES value: "k8s.cluster.name=,cluster=" ``` For the job label I have no idea.
@N214 your solution adds just a static job label. For compatibility with kube-prometheus-stack dashboards, we will need to have those job labels populated dynamically by the component scraping the metrics.
Hey, any news with this? I recently discovered this project from the otel community. https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-kube-stack It would be nice to have opentelemetry-kube-stack compatible with the dashboards and rules from this...