Piotr Klubinski
Piotr Klubinski
So I'll answer it myself :P In case of using `pem` file, you also have to split certs properly... ```js module.exports = { mongodb: { ssl: true, sslValidate: true, sslCA:...
@AndresSomadossi what version of mongo-express (or mongo-express docker image) are you using? My solution requires mongo-express in version at least `0.50.0.`. Mongo-express in such version is available, but docker image...
@AndresSomadossi That image seems old... last updated in January. Looking at dockerhub it looks like it was never published. Last version there is 0.49.0. I don't know the details, but...
@gguillotte-grafana does your last comment mean we can't, at all, put prometheus metrics labels into messages when classic condition is used? Or there is a way, but it's not documented...
I believe I'm seeing similar issue with apigateway. config: ```yaml metrics: - aws_namespace: AWS/ApiGateway aws_metric_name: 5XX aws_statistics: [Sum] aws_dimensions: [ApiId] aws_tag_select: tag_selections: Product: ["ABC"] resource_type_selection: "apigateway:apis" resource_id_dimension: ApiId ``` Then...
I solved it by slightly changing the test -> https://github.com/jamf/scep/commit/ddc506455560e07c70a5cd4e92ba124c7364b052
Ohhh, this is great! Would be great if that was added!
Can this PR be merged?
Maybe prometheus does not ingest PrometheusRules because either label or namespace selectors for rules are out of scope.
I took a bit different approach to this. I deploy sloth independently to SLIs/SLOs. Instead I created helm chart with service default SLIs, and I add it as a dependency...