Brendan Galloway

Results 4 comments of Brendan Galloway

@edamboritz could you add these corresponding changes to `helm-chart/sefaria-project/templates/configmap/local-settings-file.yaml` ?

The dashboard only uses the base metric, not the averages: ``` manifests/monitoring/dashboards/grafana-dashboard-log-counts.json.raw:62: "expr": "sum(elastic_documents_by_namespace_cluster_node) by (count_cluster, count_namespace)", manifests/monitoring/dashboards/grafana-dashboard-log-counts.json.raw:149: "expr": "sum(elastic_documents_by_namespace_cluster_node) by (count_cluster)", manifests/monitoring/dashboards/grafana-dashboard-log-counts.json.raw:236: "expr": "sum(elastic_documents_by_namespace_cluster_node) by (count_node)", manifests/monitoring/dashboards/grafana-dashboard-log-counts.json.raw:323: "expr": "sum(elastic_documents_by_namespace_cluster_node)...

I have the same issue. nginx version: 1.22.1 otel-webserver-module: v1.0.3 /etc/nginx/config.d/opentelemetry_module.conf: ``` NginxModuleEnabled ON; NginxModuleOtelSpanExporter otlp; NginxModuleOtelExporterEndpoint http://otel-collector-collector.monitoring:4317; NginxModuleServiceName nginx-instrumentation; NginxModuleServiceNamespace default; NginxModuleServiceInstanceId nginx-instrumentation-test; NginxModuleResolveBackends ON; ``` The only config...

We're having the same issue. The documentation for `external-dns.alpha.kubernetes.io/internal-hostname` states > For Pods, uses the Pod's Status.PodIP It seems unnecessary to force the requirement of a hostNetwork in usecases where...