forked from Qovery/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.toml
390 lines (386 loc) · 27.6 KB
/
links.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
[links]
[links.pages]
aws_components = "/components?providers%5B%5D=aws"
parse_transforms = "/components?functions%5B%5D=parse"
program_transforms = "/components?functions%5B%5D=program"
guides = "/guides/"
[links.urls]
qovery = "https://www.qovery.com"
qovery_console = "https://console.qovery.com"
qovery_preview_environments = "https://www.qovery.com/preview-environments"
start_qovery = "https://start.qovery.com"
mysql = "https://www.mysql.com"
hasura = "https://hasura.io"
angular = "https://angular.io"
graphql = "https://graphql.org"
posthog = "https://www.posthog.com"
laravel = "https://www.laravel.com"
scaleway = "https://www.scaleway.com"
digital_ocean = "https://www.digitalocean.com"
aws = "https://aws.amazon.com"
gcp = "https://cloud.google.com"
azure = "https://azure.microsoft.com"
terraform = "https://www.terraform.io/"
helm = "https://helm.sh"
spring_boot = "https://spring.io/projects/spring-boot"
node_js = "https://nodejs.org"
jhipster = "https://www.jhipster.tech/"
deno = "https://github.com/denoland/deno"
gin = "https://github.com/gin-gonic/gin"
rails = "https://rubyonrails.org/"
django = "https://www.djangoproject.com/"
flask = "https://flask.palletsprojects.com"
postgresql = "https://www.postgresql.org"
mongodb = "https://www.mongodb.com"
brew = "https://brew.sh/"
scoop = "https://scoop.sh/"
github = "https://github.com"
gitlab = "https://gitlab.com"
bitbucket = "https://bitbucket.com"
alexis_github_url = "https://github.com/alexisvisco"
main_qovery_github = "https://github.com/qovery"
qovery_intelij_plugin = "https://plugins.jetbrains.com/plugin/14032-qovery"
qovery_templates_docs = "https://docs.qovery.com/docs/using-qovery/integration/project-templates/"
qovery_swagger = "https://api-doc.qovery.com"
qovery_jobs = "https://jobs.qovery.com"
sample_spring_boot_with_postgresql = "https://github.com/Qovery/simple-example-with-postgresql"
sample_spring_boot_with_postgresql_env_file = "https://github.com/Qovery/simple-example-with-postgresql/blob/master/src/main/resources/application.yml"
sample_jhipster_with_postgresql = "https://github.com/Qovery/simple-example-jhipster-with-postgresql"
sample_jhipster_with_postgresql_env_file = "https://github.com/Qovery/simple-example-jhipster-with-postgresql/tree/master/src/main/resources/config"
sample_gin_with_postgresql = "https://github.com/Qovery/simple-example-gin-with-postgresql"
sample_gin_with_postgresql_env_file = "https://github.com/Qovery/simple-example-gin-with-postgresql/blob/master/db/db.go"
sample_deno_with_mongodb = "https://github.com/Qovery/deno-simple-example"
sample_deno_with_mongodb_env_file = "https://github.com/Qovery/deno-simple-example/blob/master/src/db.ts"
sample_rails_with_postgresql = "https://github.com/Qovery/simple-example-rails-with-postgresql"
sample_rails_with_postgresql_env_file = "https://github.com/Qovery/simple-example-rails-with-postgresql/blob/master/config/database.yml"
sample_laravel_with_postgresql = "https://github.com/Qovery/simple-example-laravel-with-postgresql"
sample_laravel_with_postgresql_env_file = "https://github.com/Qovery/docker-simple-example-laravel/blob/master/project/config/database.php"
sample_django_with_postgresql = "https://github.com/Qovery/simple-example-django-with-postgresql"
sample_django_with_postgresql_env_file = "https://github.com/Qovery/simple-example-django-with-postgresql/blob/master/example/project/settings.py"
sample_node_js_with_postgresql = "https://github.com/Qovery/simple-example-node-with-postgresql"
sample_node_js_with_postgresql_env_file = "https://github.com/Qovery/simple-example-node-with-postgresql/blob/master/app.js"
sample_flask_with_postgresql = "https://github.com/Qovery/flask-todo"
sample_laravel_with_mysql = "https://github.com/Qovery/docker-simple-example-laravel"
sample_laravel_with_mysql_env_file = "https://github.com/Qovery/docker-simple-example-laravel/blob/master/project/config/database.php"
status_fake_url = "https://main-abcdefgh12345678-gtw.qovery.io"
authorize_qovery = "https://github.com/apps/qovery/installations/new"
sample_application = "https://github.com/Qovery/simple-example.git"
add_company = "https://github.com/qovery/documentation/blob/master/.meta/companies.toml"
arm = "https://en.wikipedia.org/wiki/ARM_architecture"
aws_arm_g2_announcement = "https://aws.amazon.com/about-aws/whats-new/2019/12/announcing-new-amazon-ec2-m6g-c6g-and-r6g-instances-powered-by-next-generation-arm-based-aws-graviton2-processors/"
aws_athena = "https://aws.amazon.com/athena/"
aws_athena_console = "https://console.aws.amazon.com/athena/home"
aws_access_keys = "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html"
aws_canonical_user_id = "https://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html#FindingCanonicalId"
aws_cloudwatch_logs_sink_source = "https://github.com/qovery/documentation/blob/master/src/sinks/aws_cloudwatch_logs/"
aws_ec2_instance_metadata = "https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html"
aws_elb = "https://aws.amazon.com/elasticloadbalancing/"
aws_cloudwatch = "https://aws.amazon.com/cloudwatch/"
aws_cloudwatch_logs = "https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html"
aws_cloudwatch_logs_group_name = "https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html"
aws_cloudwatch_logs_service_limits = "https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/cloudwatch_limits_cwl.html"
aws_cloudwatch_logs_stream_name = "https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html"
aws_cloudwatch_logs_regions = "https://docs.aws.amazon.com/general/latest/gr/rande.html#cwl_region"
aws_cloudwatch_metrics = "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/working_with_metrics.html"
aws_cloudwatch_metrics_service_limits = "https://docs.aws.amazon.com/en_pv/AmazonCloudWatch/latest/monitoring/cloudwatch_limits.html"
aws_cloudwatch_metrics_regions = "https://docs.aws.amazon.com/general/latest/gr/rande.html#cw_region"
aws_credential_process = "https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html"
aws_credentials_file = "https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html"
aws_elasticsearch = "https://aws.amazon.com/elasticsearch-service/"
aws_elasticsearch_regions = "https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions"
aws_iam = "https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html"
aws_iam_role = "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html"
aws_imds_v1_security_problems = "https://aws.amazon.com/blogs/security/defense-in-depth-open-firewalls-reverse-proxies-ssrf-vulnerabilities-ec2-instance-metadata-service/"
aws_kinesis_firehose = "https://aws.amazon.com/kinesis/data-firehose/"
aws_kinesis_firehose_service_limits = "https://docs.aws.amazon.com/firehose/latest/dev/limits.html"
aws_kinesis_partition_key = "https://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecordsRequestEntry.html#Streams-Type-PutRecordsRequestEntry-PartitionKey"
aws_kinesis_streams = "https://aws.amazon.com/kinesis/data-streams/"
aws_kinesis_streams_service_limits = "https://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html"
aws_kinesis_split_shards = "https://docs.aws.amazon.com/streams/latest/dev/kinesis-using-sdk-java-resharding-split.html"
aws_regions = "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html"
aws_s3 = "https://aws.amazon.com/s3/"
aws_s3_acl = "https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html"
aws_s3_canned_acl = "https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl"
aws_s3_cross_account_tutorial = "https://docs.aws.amazon.com/AmazonS3/latest/dev/example-walkthroughs-managing-access-example3.html"
aws_s3_endpoints = "https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_endpoint"
aws_s3_grantee = "https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#specifying-grantee"
aws_s3_metadata = "https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-metadata"
aws_s3_regions = "https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region"
aws_s3_service_limits = "https://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html"
aws_s3_sse = "https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html"
aws_s3_storage_classes = "https://aws.amazon.com/s3/storage-classes/"
aws_s3_tags = "https://docs.aws.amazon.com/AmazonS3/latest/user-guide/add-object-tags.html"
basic_auth = "https://en.wikipedia.org/wiki/Basic_access_authentication"
big_query_streaming = "https://cloud.google.com/bigquery/streaming-data-into-bigquery"
cargo_audit = "https://github.com/RustSec/cargo-audit"
cgroups_limit_resources = "https://the.binbashtheory.com/control-resources-cgroups/"
clickhouse = "https://clickhouse.yandex/"
clickhouse_http = "https://clickhouse.yandex/docs/en/interfaces/http/"
console = "https://en.wikipedia.org/wiki/System_console"
conventional_commits = "https://www.conventionalcommits.org"
crc = "https://en.wikipedia.org/wiki/Cyclic_redundancy_check"
datadog = "https://www.datadoghq.com"
datadog_logs_endpoints = "https://docs.datadoghq.com/logs/log_collection/?tab=tcpussite#datadog-logs-endpoints"
default_configuration = "https://github.com/qovery/documentation/blob/master/config/qovery.toml"
docker = "https://www.docker.com/"
docker_alpine = "https://hub.docker.com/_/alpine"
docker_debian = "https://hub.docker.com/_/debian"
docker_daemon = "https://docs.docker.com/engine/docker-overview/#the-docker-daemon"
docker_daemon_socket_option = "https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-socket-option"
docker_networking = "https://docs.docker.com/network/network-tutorial-host/"
docker_hub_qovery = "https://hub.docker.com/r/timberio/qovery"
docker_logging_driver_journald = "https://docs.docker.com/config/containers/logging/journald/"
docker_logging_driver_json_file = "https://docs.docker.com/config/containers/logging/json-file/"
docker_logging_driver_splunk = "https://docs.docker.com/config/containers/logging/splunk/"
docker_logging_driver_syslog = "https://docs.docker.com/config/containers/logging/syslog/"
docker_logging_drivers = "https://docs.docker.com/config/containers/logging/configure/"
docker_object_labels = "https://docs.docker.com/config/labels-custom-metadata/"
dockerfile = "https://github.com/qovery/documentation/blob/master/Dockerfile"
dpkg = "https://wiki.debian.org/dpkg"
dry_code = "https://en.wikipedia.org/wiki/Don%27t_repeat_yourself"
elasticsearch = "https://www.elastic.co/products/elasticsearch"
elasticsearch_bulk = "https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html"
elasticsearch_id_field = "https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-id-field.html"
elasticsearch_id_performance = "https://www.elastic.co/guide/en/elasticsearch/reference/master/tune-for-indexing-speed.html#_use_auto_generated_ids"
etsy = "https://www.etsy.com"
event_proto = "https://github.com/qovery/documentation/blob/master/proto/event.proto"
exit_codes = "https://docs.rs/exitcode/1.1.2/exitcode/#constants"
externally_tagged_representation = "https://serde.rs/enum-representations.html#externally-tagged"
file = "https://en.wikipedia.org/wiki/Computer_file"
gcp_authentication = "https://cloud.google.com/docs/authentication/"
gcp_authentication_api_key = "https://cloud.google.com/docs/authentication/api-keys"
gcp_authentication_server_to_server = "https://cloud.google.com/docs/authentication/production"
gcp_authentication_service_account = "https://cloud.google.com/docs/authentication/production#obtaining_and_providing_service_account_credentials_manually"
gcp_cloud_storage = "https://cloud.google.com/storage"
gcp_folders = "https://cloud.google.com/resource-manager/docs/creating-managing-folders"
gcp_pubsub = "https://cloud.google.com/pubsub/"
gcp_pubsub_rest = "https://cloud.google.com/pubsub/docs/reference/rest/"
gcp_projects = "https://cloud.google.com/resource-manager/docs/creating-managing-projects"
gcp_resources = "https://cloud.google.com/monitoring/api/resources"
gcp_stackdriver = "https://cloud.google.com/products/operations"
gcp_stackdriver_logging = "https://cloud.google.com/logging/docs/reference/v2/rest/"
gcp_stackdriver_logging_rest = "https://cloud.google.com/logging/"
gcs_predefined_acl = "https://cloud.google.com/storage/docs/access-control/lists#predefined-acl"
gcs_storage_classes = "https://cloud.google.com/storage/docs/storage-classes"
gcs_custom_metadata = "https://cloud.google.com/storage/docs/metadata#custom-metadata"
git = "https://git-scm.com/"
github_protected_branches = "https://help.github.com/en/github/administering-a-repository/about-protected-branches"
github_sign_commits = "https://help.github.com/en/github/authenticating-to-github/signing-commits"
globbing = "https://en.wikipedia.org/wiki/Glob_(programming)"
grok = "http://grokdebug.herokuapp.com/"
grok_debugger = "http://grokdebug.herokuapp.com/"
grok_patterns = "https://github.com/daschl/grok/tree/master/patterns"
gzip = "https://www.gzip.org/"
haproxy = "https://www.haproxy.org/"
homebrew = "https://brew.sh/"
homebrew_services = "https://github.com/Homebrew/homebrew-services"
honeycomb = "https://honeycomb.io"
honeycomb_batch = "https://docs.honeycomb.io/api/events/#batched-events"
http = "https://www.w3.org/Protocols/"
humio = "https://humio.com"
humio_hec = "https://docs.humio.com/integrations/data-shippers/hec/"
iam_instance_profile = "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html"
iana_time_zone_format = "https://en.wikipedia.org/wiki/Tz_database#Names_of_time_zones"
iana_time_zones = "https://en.wikipedia.org/wiki/List_of_tz_database_time_zones"
ieee_754 = "https://en.wikipedia.org/wiki/IEEE_754"
initd = "https://bash.cyberciti.biz/guide//etc/init.d"
influxdb = "https://www.influxdata.com/products/influxdb-overview/"
influxdb_http_api_v1 = "https://docs.influxdata.com/influxdb/latest/tools/api/#write-http-endpoint"
influxdb_http_api_v2 = "https://v2.docs.influxdata.com/v2.0/api/#tag/Write"
influxdb_authentication_token = "https://v2.docs.influxdata.com/v2.0/security/tokens/"
influxdb_line_protocol = "https://v2.docs.influxdata.com/v2.0/reference/syntax/line-protocol/"
inode = "https://en.wikipedia.org/wiki/Inode"
iso3166-2 = "https://en.wikipedia.org/wiki/ISO_3166-2"
jemalloc = "https://github.com/jemalloc/jemalloc"
journald = "https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html"
json_types = "https://en.wikipedia.org/wiki/JSON#Data_types_and_syntax"
kafka = "https://kafka.apache.org/"
kafka_partitioning_docs = "https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-Partitioningandbootstrapping"
kafka_protocol = "https://kafka.apache.org/protocol"
kubernetes = "https://kubernetes.io/"
kubernetes_accessing_api_from_pod = "https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod"
kubernetes_api = "https://kubernetes.io/docs/concepts/overview/kubernetes-api/"
kubernetes_api_server = "https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/"
kubernetes_authorization = "https://kubernetes.io/docs/reference/access-authn-authz/authorization/"
kubernetes_daemonset = "https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/"
kubernetes_example_daemonset = "https://github.com/qovery/documentation/blob/master/config/kubernetes/qovery-daemonset.yaml"
kubernetes_limit_resources = "https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/"
kubernetes_rbac = "https://kubernetes.io/docs/reference/access-authn-authz/rbac/"
kubernetes_request_verbs = "https://kubernetes.io/docs/reference/access-authn-authz/authorization/#determine-the-request-verb"
kubernetes_watch_api = "https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#watch-30"
leveldb = "https://github.com/google/leveldb"
leveldb-sys-2 = "https://crates.io/crates/leveldb-sys"
leveldb-sys-3 = "https://github.com/timberio/leveldb-sys/tree/v3.0.0"
lib_rdkafka = "https://github.com/edenhill/librdkafka"
lib_rdkafka_config = "https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md"
logdna = "https://logdna.com/"
logfmt = "https://brandur.org/logfmt"
loki = "https://grafana.com/oss/loki/"
loki_multi_tenancy = "https://github.com/grafana/loki/blob/master/docs/operations/multi-tenancy.md"
log_event_source = "https://github.com/qovery/documentation/blob/master/src/event/"
logplex = "https://devcenter.heroku.com/articles/logplex"
logplex_protocol = "https://github.com/heroku/logplex/blob/master/doc/README.http_drains.md"
lua = "https://www.lua.org/"
lua_boolean = "https://www.lua.org/pil/2.2.html"
lua_csv_repo = "https://github.com/geoffleyland/lua-csv"
lua_csv_view = "https://github.com/geoffleyland/lua-csv/blob/09557e4608b02d136b9ae39a8fa0f36328fa1cec/lua/csv.lua"
lua_csv_raw = "https://raw.githubusercontent.com/geoffleyland/lua-csv/d20cd42d61dc52e7f6bcb13b596ac7a7d4282fbf/lua/csv.lua"
lua_integer = "https://docs.rs/rlua/0.17.0/rlua/type.Integer.html"
lua_manual = "https://www.lua.org/manual/5.3/manual.html"
lua_modules = "https://www.lua.org/manual/5.3/manual.html#6.3"
lua_modules_tutorial = "http://lua-users.org/wiki/ModulesTutorial"
lua_number = "https://docs.rs/rlua/0.17.0/rlua/type.Number.html"
lua_os_date = "https://www.lua.org/manual/5.3/manual.html#pdf-os.date"
lua_os_time = "https://www.lua.org/manual/5.3/manual.html#pdf-os.time"
lua_pairs = "https://www.lua.org/manual/5.3/manual.html#pdf-pairs"
lua_pil = "https://www.lua.org/pil/"
lua_require = "https://www.lua.org/manual/5.3/manual.html#pdf-require"
lua_table = "https://www.lua.org/pil/2.5.html"
lua_sequence = "https://www.lua.org/pil/11.1.html"
lua_string = "https://www.lua.org/pil/2.4.html"
lua_tonumber = "https://www.lua.org/manual/5.3/manual.html#pdf-tonumber"
mailing_list = "https://discord.qovery.com"
metric_event_source = "https://github.com/qovery/documentation/blob/master/src/event/metric.rs"
musl_builder_docker_image = "https://github.com/qovery/documentation/blob/master/scripts/ci-docker-images/builder-x86_64-unknown-linux-musl/Dockerfile"
new_bug_report = "https://github.com/qovery/documentation/issues/new?labels=type%3A+bug"
new_feature_request = "https://github.com/qovery/documentation/issues/new?labels=type%3A+new+feature"
new_relic = "https://newrelic.com/"
sentry = "https://sentry.io/"
new_relic_log_api = "https://docs.newrelic.com/docs/logs/new-relic-logs/log-api/introduction-log-api"
new_security_report = "https://github.com/qovery/documentation/issues/new?labels=domain%3A+security"
new_sink = "https://github.com/qovery/documentation/issues/new?labels=type%3A+new+feature"
new_source = "https://github.com/qovery/documentation/issues/new?labels=type%3A+new+feature"
new_target = "https://github.com/qovery/documentation/issues/new?labels=type%3A+task&labels=domain%3A+operations"
new_transform = "https://github.com/qovery/documentation/issues/new?labels=type%3A+new+feature"
nginx = "https://www.nginx.com/"
nix = "https://nixos.org/nix/"
nixos = "https://nixos.org/"
nixpkgs_9682 = "https://github.com/NixOS/nixpkgs/issues/9682"
openssl = "https://www.openssl.org/"
papertrail = "https://www.papertrail.com/"
papertrail_syslog = "https://help.papertrailapp.com/kb/how-it-works/http-api/#submitting-log-messages"
perl_windows = "https://www.perl.org/get.html#win32"
postgresql_csvlog = "https://www.postgresql.org/docs/current/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-CSVLOG"
prometheus = "https://prometheus.io/"
prometheus_counter = "https://prometheus.io/docs/concepts/metric_types/#counter"
prometheus_gauge = "https://prometheus.io/docs/concepts/metric_types/#gauge"
prometheus_high_cardinality = "https://prometheus.io/docs/practices/naming/#labels"
prometheus_histogram = "https://prometheus.io/docs/concepts/metric_types/#histogram"
prometheus_histograms_guide = "https://prometheus.io/docs/practices/histograms/"
prometheus_summary = "https://prometheus.io/docs/concepts/metric_types/#summary"
prometheus_text_based_exposition_format = "https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md#text-based-format"
prometheus_metric_naming = "https://prometheus.io/docs/practices/naming/#metric-names"
pulsar = "https://pulsar.apache.org/"
pulsar_protocol = "https://pulsar.apache.org/docs/en/develop-binary-protocol/"
rdkafka = "https://github.com/edenhill/librdkafka"
regex = "https://en.wikipedia.org/wiki/Regular_expression"
regex_grouping_and_flags = "https://docs.rs/regex/1.3.6/regex/#grouping-and-flags"
regex_tester = "https://rustexp.lpil.uk/"
rlua = "https://github.com/kyren/rlua"
rpm = "https://rpm.org/"
rust = "https://www.rust-lang.org/"
rust_date_time = "https://docs.rs/chrono/0.4.0/chrono/struct.DateTime.html"
rust_grok_library = "https://github.com/daschl/grok"
rust_k8s_openapi_crate = "https://docs.rs/k8s-openapi/"
rust_memory_safety = "https://hacks.mozilla.org/2019/01/fearless-security-memory-safety/"
rust_regex_syntax = "https://docs.rs/regex/1.3.6/regex/#syntax"
rust_sec = "https://rustsec.org/"
rust_subprocess = "https://docs.rs/subprocess"
rust_target_triples = "https://forge.rust-lang.org/platform-support.html"
rust_tier_1_platform = "https://forge.rust-lang.org/release/platform-support.html#tier-1"
rustup = "https://rustup.rs"
sematext = "https://sematext.com"
sematext_es = "https://sematext.com/docs/logs/index-events-via-elasticsearch-api/"
socket = "https://en.wikipedia.org/wiki/Network_socket"
splunk_hec = "http://dev.splunk.com/view/event-collector/SP-CAAAE6M"
splunk_hec_event_endpoint = "https://docs.splunk.com/Documentation/Splunk/8.0.0/RESTREF/RESTinput#services.2Fcollector.2Fevent"
splunk_hec_indexed_fields = "https://docs.splunk.com/Documentation/Splunk/8.0.0/Data/IFXandHEC"
splunk_hec_protocol = "https://docs.splunk.com/Documentation/Splunk/8.0.0/Data/HECRESTendpoints"
splunk_hec_raw_endpoint = "https://docs.splunk.com/Documentation/Splunk/8.0.0/RESTREF/RESTinput#services.2Fcollector.2Fraw"
splunk_hec_setup = "https://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector"
standard_streams = "https://en.wikipedia.org/wiki/Standard_streams"
statsd = "https://github.com/statsd/statsd"
statsd_multi = "https://github.com/statsd/statsd/blob/master/docs/metric_types.md#multi-metric-packets"
statsd_set = "https://github.com/statsd/statsd/blob/master/docs/metric_types.md#sets"
statsd_udp_protocol = "https://github.com/b/statsd_spec"
stderr = "https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)"
stdin = "https://en.wikipedia.org/wiki/Standard_streams#Standard_input_(stdin)"
stdout = "https://en.wikipedia.org/wiki/Standard_streams#Standard_output_(stdout)"
strptime_specifiers = "https://docs.rs/chrono/0.4.11/chrono/format/strftime/index.html#specifiers"
syslog = "https://en.wikipedia.org/wiki/Syslog"
syslog_3164 = "https://tools.ietf.org/html/rfc3164"
syslog_5424 = "https://tools.ietf.org/html/rfc5424"
systemd = "https://systemd.io/"
systemd_limit_resources = "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html"
tcp = "https://en.wikipedia.org/wiki/Transmission_Control_Protocol"
timber = "https://timber.io"
toml = "https://github.com/toml-lang/toml"
toml_array = "https://github.com/toml-lang/toml#array"
toml_table = "https://github.com/toml-lang/toml#table"
toml_types = "https://github.com/toml-lang/toml#table-of-contents"
udp = "https://en.wikipedia.org/wiki/User_Datagram_Protocol"
uds = "https://en.wikipedia.org/wiki/Unix_domain_socket"
unicode_whitespace = "https://en.wikipedia.org/wiki/Unicode_character_property#Whitespace"
uuidv4 = "https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)"
qovery_blog = "https://docs.qovery.com"
qovery_bug_issues = "https://github.com/qovery/documentation/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22"
qovery_changelog = "https://github.com/qovery/documentation/blob/master/CHANGELOG.md"
qovery_chat = "https://discord.qovery.com"
qovery_code_of_conduct = "https://github.com/qovery/documentation/blob/master/README.md"
qovery_community = "https://discuss.qovery.com/"
qovery_forum = "https://discuss.qovery.com/"
qovery_debian_source_files = "https://github.com/qovery"
qovery_docker_source_files = "https://github.com/qovery"
qovery_docs = "https://docs.qovery.com"
qovery_download = "https://docs.qovery.com"
qovery_enriching_transforms = "https://docs.qovery.com"
qovery_getting_started = "https://docs.qovery.com"
qovery_homebrew_source_files = "https://github.com/timberio/homebrew-brew/blob/master/Formula/qovery.rb"
qovery_initd_service = "https://github.com/qovery/documentation/blob/master/distribution/init.d/qovery"
qovery_issues = "https://github.com/qovery/documentation/issues"
qovery_documentation_issues = "https://github.com/qovery/documentation/issues"
qovery_documentation = "https://github.com/qovery/documentation"
qovery_templates_repository = "https://github.com/Qovery-Templates"
qovery_msi_source_files = "https://github.com/qovery/documentation/tree/master/distribution/msi"
qovery_nightly_builds = "http://packages.timber.io/qovery/nightly/latest/"
qovery_nix_package = "https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/qovery/default.nix"
qovery_parsing_transforms = "https://docs.qovery.com"
qovery_performance = "https://docs.qovery.com"
qovery_privacy_policy = "https://github.com/qovery"
qovery_programmable_transforms = "https://docs.qovery.com"
qovery_pull_requests = "https://github.com/qovery/documentation/pulls"
qovery_receiving_sources = "https://docs.qovery.com"
qovery_releases = "https://github.com/Qovery/qovery-cli/releases"
qovery_cli_releases = "https://github.com/Qovery/qovery-cli/releases"
qovery_repo = "https://github.com/qovery"
qovery_templates_repo = "https://github.com/Qovery-Templates"
qovery_roadmap = "https://roadmap.qovery.com/"
qovery_shop = "https://shop.qovery.com/"
qovery_rpm_source_files = "https://github.com/qovery/documentation/tree/master/distribution/rpm"
qovery_security_policy = "https://github.com/qovery/documentation/security/policy"
qovery_stars = "https://github.com/qovery/documentation/stargazers"
qovery_systemd_file = "https://github.com/qovery/documentation/blob/master/distribution/systemd/qovery.service"
qovery_test_harness = "https://github.com"
qovery_twitter = "https://twitter.com/qovery_"
qovery_version_branches = "https://github.com/qovery/documentation/branches/all?query=v"
qovery_website = "https://docs.qovery.com"
vote_feature = "https://github.com/qovery/documentation/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A%22Type%3A+New+Feature%22"
windows_service = "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/new-service"
zlib = "https://www.zlib.net"
qovery_pricing = "https://www.qovery.com/pricing"
qovery_community_call = "https://www.qovery.com/community-call"
qovery_contact_us = "https://www.qovery.com/contact"
qovery_enterprise = "https://www.qovery.com/business"
qovery_contact_email = "mailto:[email protected]"
qovery_engine = "https://engine.qovery.com"
qovery_billing_context = "https://www.qovery.com/blog/how-qovery-billing-works"
qovery_submit_content_form = "https://qovery.typeform.com/to/UgtCg11y"
qovery_submit_video_form = "https://qovery.typeform.com/to/YE890XT0"
qovery_submit_feedback_form = "https://qovery.typeform.com/to/YAc9eWZv"
qovery_submit_public_feedback_form = "https://qovery.typeform.com/to/KwiNKRoo"
qovery_submit_bug_bounty_form = "https://qovery.typeform.com/to/gp9v3CTN"
qovery_ambassador_application_form = "https://qovery.typeform.com/to/WrWxWR9t"
qovery_github_documentation = "https://github.com/Qovery/documentation"
qovery_blog_tf_golden_hammer = "https://hub.qovery.com/guides/engineering/terraform-not-the-golden-hammer/"
[links.tutorials]
kubectl_eks = "/guides/tutorial/how-to-connect-to-your-eks-cluster-with-kubectl"