We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have been trying to add options to PrometheusExporterPlugin but they don't seem to work. Can you please have a look on what could be going wrong.
const service_name: string = `${process.env.NODE_ENV}-listing`; const hostname: string = process.env.HOST_NAME; const prometheusExporterPlugin = createPrometheusExporterPlugin({ app: app, defaultLabels: { env: process.env.NODE_ENV, service: service_name }, hostnameLabel: true, hostnameLabelName: hostname, });
Prometheus error:
expected equal, got "INVALID"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I have been trying to add options to PrometheusExporterPlugin but they don't seem to work. Can you please have a look on what could be going wrong.
Prometheus error:
The text was updated successfully, but these errors were encountered: