console/packages/services/policy
renovate[bot] a01007bd9d
chore(deps): update dependency pino-pretty to v11 (#4317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-24 09:15:45 +00:00
..
__tests__ fix(deps): update dependency @graphql-eslint/eslint-plugin to v3.19.1 (#2292) 2023-05-30 07:44:23 +00:00
src upgrade fastify to v4 and clean up for deprecations/api usage (#4014) 2024-02-25 17:15:03 +02:00
LICENSE Schema policy checks using graphql-eslint (#1730) 2023-05-09 10:07:17 +02:00
package.json chore(deps): update dependency pino-pretty to v11 (#4317) 2024-03-24 09:15:45 +00:00
README.md docs: missing environment variables and troubleshooting page for self-hosting (#3480) 2023-11-28 13:04:34 +01:00
tsconfig.json Schema policy checks using graphql-eslint (#1730) 2023-05-09 10:07:17 +02:00

@hive/policy

Service for running GraphQL-ESLint as part of Hive schema policy checks.

Configuration

Name Required Description Example Value
PORT No The port this service is running on. 6600
LOG_LEVEL No The verbosity of the service logs. One of trace, debug, info, warn ,error, fatal or silent info (default)
ENVIRONMENT No The environment of your Hive app. (Note: This will be used for Sentry reporting.) staging
SENTRY_DSN No The DSN for reporting errors to Sentry. https://dooobars@o557896.ingest.sentry.io/12121212
SENTRY No Whether Sentry error reporting should be enabled. 1 (enabled) or 0 (disabled)
PROMETHEUS_METRICS No Whether Prometheus metrics should be enabled 1 (enabled) or 0 (disabled)
PROMETHEUS_METRICS_LABEL_INSTANCE No The instance label added for the prometheus metrics. usage-service