Vladimir
Vladimir
After listening again, it might have been "Alert **via** ..., web hook with title ... triggered one time" (correction in bold). With that, it makes sense to put integration name...
Based on the [linked template](https://github.com/grafana/oncall/blob/8a361253aaf523ee27ff5fd93628c5abdc81a264/engine/apps/alerts/incident_appearance/renderers/phone_call_renderer.py#L16), I am realizing I was wrong with the assumption that it is the template that is bad (maybe it is bad, too, but it is...
@Konstantinov-Innokentii that explains something. But how exactly? Do any commas or dots separate name and type?
Thinking more about the potential to improve the message, why do we not provide the user ability to form **entire** message, as in other destinations? Currently the user can influence...
I was stunned today to find out that kaniko does not support heredocs in 2024: ``` $ /kaniko/executor $DOCKER_BUILD_ARGS --context $DOCKER_FILE_FOLDER --dockerfile ${DOCKER_FILE:-$DOCKER_FILE_FOLDER/Dockerfile} --destination $CORE_ACR_LOGIN_SERVER/$IMAGE_NAME:$IMAGE_TAG error building image: parsing dockerfile:...
@jeanbisutti thank you for the useful link. I think I completely missed these configuration options. Now I tested them and, though substantially reduced, some alien telemetry is still coming: -...
Thank you @jeanbisutti, > what you mean by "own telemetry"? Telemetry sent from our code through OpenTelemetry API. Not libraries and dependencies code. > When you say "Logback only" When...
> You could use https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/monitor/azure-monitor-opentelemetry-exporter @jeanbisutti like I mentioned in the initial post, unfortunately, the [Exporter does not work in Databricks](https://github.com/Azure/azure-sdk-for-java/issues/41856) due to a bug or library incompatibility.
So I am going the way of sampling overrides and mostly it works great. Just wondering, are there other ways to match the overrides besides attributes? It would be great...
Thank you for guidance @jeanbisutti. I thought only custom attributes set by user are available, but now I can see that it's much more flexible. I think it is enough...