durcon
durcon
@nahsi > ```yaml > pipeline_stages: > - static_labels: > host: "{{ hostname }}" > ``` There is nothing like `static_labels` in the documentation, see: https://grafana.com/docs/loki/latest/clients/promtail/configuration/#pipeline_stages I tried it with: ```...
@nahsi > @durcon because your indentation is wrong + it is `static_labels` not `labels` > > ```yaml > pipeline_stages: > - static_labels: > host: "{{ hostname }}" > ``` I...
@shane-axiom > If you can set your hostname when creating `/etc/promtail/config.yml` this will work as well: > > ``` > clients: > - url: http://loki.service.keryx.consul:3100/loki/api/v1/push > external_labels: > host: {{...
Why is this fix after 5 years still not merged? Who can merge this pull request?
> @DmitriyLewen Yes, it sounds good, although it may not help us so much. It will not help much, there is no standard entry. And apparently vendors change their custom...
> are you sure it's a GroupID? Like for this project GroupID == `org.springframework.boot` `spring.boot.starter` is the artifactID You are right, sorry. However, it is only an example for changing...
Maybe I can add something to the discussion. I use `jsonschema2pojo-maven-plugin` which generates classes like: ``` @JsonInclude(JsonInclude.Include.NON_NULL) @JsonPropertyOrder({ "url" }) @Generated("jsonschema2pojo") public class MyObject implements Serializable { @JsonProperty("url") @JsonPropertyDescription("") @NotNull...
Still not fixed after more than 3 years? Is this project deprecated and not maintained anymore?
After 4 years, is there any plan to solve this issue? Any roadmap?