Ankit Nayan
Apoorva
03/11/2023, 3:30 AMAnkit Nayan
Guillaume
03/13/2023, 9:28 AMAnkit Nayan
Guillaume
03/13/2023, 10:38 AMTravis Calder
03/13/2023, 1:56 PMsource_env
label at the gateway otel-collector, which allowed us to do visualizations per-environment, but there doesn’t appear to be a way to filter on the Services / Service Map screens. Ideally it would be nice to set up default filters for source_env: prod
• A major focus of our consulting is DevOps and automation. We automated the deployment of Signoz as well as the gateway/agent setups in observed clusters, but I didn’t see a way to automate the creation of users, visualizations, or alerts.
• Our client has a mix of Windows + Linux machines in k8s. Getting container metrics from Windows required replacing the extract_metadata_from_filepath
regex, which should have been easy but per https://github.com/helm/helm/issues/8320 is actually very broken and required cloning all of presets.logCollection.operators
in a values file.
â—¦ For reference, the regex we used was ^.*[\\\/]{1,2}(?P<namespace>[^_]+)_(?P<pod_name>[^_]+)_(?P<uid>[a-f0-9\-]+)[\\\/]{1,2}(?P<container_name>[^\._\\\/]+)[\\\/]{1,2}(?P<restart_count>\d+)\.log$
which might be OS-agnostic. For some reason the Windows file-paths were of the format \\var\\log\\…
with 2 slashes as separators.Kasim Ali
03/17/2023, 7:12 AM