EStork09

Results 18 comments of EStork09

Wow, you are good! Would you like me to close this as resolved or wait for the PR to be merged?

I think outside of the helm charts that people have already created. Is there any desire from the pixie-labs maintainers if we created a chart similar to how the operators...

If someone ever asks, this is how I did it with the helm chart: ```yaml consumerPropertiesNoQuotes: sasl.jaas.config: "\"org.apache.kafka.common.security.plain.PlainLoginModule required username='\"${KAFKA_USERNAME}\"' password='\"${KAFKA_PASSWORD}\"';\"" adminClientPropertiesNoQuotes: sasl.jaas.config: "\"org.apache.kafka.common.security.plain.PlainLoginModule required username='\"${KAFKA_USERNAME}\"' password='\"${KAFKA_PASSWORD}\"';\"" ```

#3280 is related. It appears long ago someone added opentelemetry to the code base but it is only usable via building with the feature enabled. I am not strong enough...

Hey @Rulasmur I agree, the opentelemetry components are already in the project and implemented they are just currently disabled by default. But a prometheus metric endpoint would be great while...

Opentelemetry is used for visibility into applications. I can go build my own for sure with the feature enabled, I just would assume as the user base is growing it...

@tpaschalis sorry, I have just recently relocated to Europe, I will try to get to this when I can

I would assume what you have in your example is what we would look to alert on, otherwise we could just alert on the metrics from the metric exporter. Having...

I was looking at this earlier, and was going to reference the loki or mimir rulers to use as a starting point but it feels as though tempo is fairly...

Ah yeah that is a really good point. Loki appears to have the ruler independent from the alertmanager, that the ruler evaluates the rules (does a query against the querier)...