content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name: datadog-serverless-aws\ninclude:\n - ../../compose-base.yml\nservices:\n lambda:\n build: .\n restart: on-failure\n ports:\n - 8080:8080\n environment:\n DD_LOG_LEVEL: trace\n DD_LOGS_ENABLED: true\n DD_SOURCE: test\n DD_API_KEY: test\n DD_DD_URL: http://dd-proxy:8427\n ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\datadog-serverless\aws\compose.yml | compose.yml | YAML | 607 | 0.8 | 0 | 0 | awesome-app | 46 | 2025-02-11T16:35:28.799738 | Apache-2.0 | false | b420dee6948abf112dc48716c9235237 |
name: datadog-serverless-gcp\ninclude:\n - ../../compose-base.yml\nservices:\n cloud-run:\n build: .\n restart: on-failure\n ports:\n - 8080:8080\n environment:\n PORT: 8080\n DD_LOG_LEVEL: trace\n DD_LOGS_ENABLED: true\n DD_SOURCE: test\n DD_API_KEY: test\n DD_DD_URL: ht... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\datadog-serverless\gcp\compose.yml | compose.yml | YAML | 575 | 0.8 | 0 | 0 | react-lib | 266 | 2023-11-03T11:31:38.216890 | Apache-2.0 | false | 173b5beb154d60628fd41d4cc9b547ad |
include:\n - ../compose-base.yml\nservices:\n filebeat:\n image: docker.elastic.co/beats/filebeat:8.15.1\n restart: on-failure\n volumes:\n - type: bind\n source: /var/run/docker.sock\n target: /var/run/docker.sock\n - type: bind\n source: /var/lib/docker/containers/\n ta... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\filebeat\compose-base.yml | compose-base.yml | YAML | 496 | 0.7 | 0 | 0 | node-utils | 38 | 2023-07-26T01:24:56.845673 | GPL-3.0 | false | 53b44c40fc21e97b48e482efa89c530e |
filebeat.autodiscover:\n providers:\n - type: docker\n hints.enabled: true\n\nprocessors:\n - add_docker_metadata: ~\n\noutput.elasticsearch:\n hosts: [ "http://victorialogs:9428/insert/elasticsearch/" ]\n worker: 5\n parameters:\n _msg_field: "message"\n _time_field: "@timestamp"\n _stream_fields... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\filebeat\elasticsearch\filebeat.yml | filebeat.yml | YAML | 377 | 0.8 | 0 | 0 | node-utils | 767 | 2023-12-14T13:21:50.374435 | BSD-3-Clause | false | bccb882fb8ca580754c62656d2708f4c |
filebeat.inputs:\n - type: syslog\n format: rfc3164\n protocol.tcp:\n host: "0.0.0.0:5140"\n\noutput.elasticsearch:\n hosts: [ "http://victorialogs:9428/insert/elasticsearch/" ]\n worker: 5\n bulk_max_size: 1000\n parameters:\n _msg_field: "message"\n _time_field: "@timestamp"\n _stream_fields:... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\filebeat\syslog\filebeat.yml | filebeat.yml | YAML | 362 | 0.8 | 0 | 0 | python-kit | 948 | 2024-08-01T11:27:10.397479 | Apache-2.0 | false | 40f3bed785a1a049102f74b4bee91efd |
include:\n - ../compose-base.yml\nservices:\n nginx:\n image: nginx:1.27\n volumes:\n - ./nginx.conf:/etc/nginx/nginx.conf\n depends_on: [fluentbit]\n ports:\n - "8080:80"\n fluentbit:\n image: cr.fluentbit.io/fluent/fluent-bit:3.1.7\n volumes:\n - /var/lib/docker/containers:/var/lib/... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\fluentbit\compose-base.yml | compose-base.yml | YAML | 453 | 0.7 | 0 | 0 | react-lib | 438 | 2023-12-20T07:06:37.656809 | MIT | false | 3ce516d89278dc35e5ed18977ce80ab1 |
include:\n - path:\n - ../compose-base.yml\n - ../../compose-ha.yml\nname: fluentbit-jsonline-ha\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\fluentbit\jsonline-ha\compose.yml | compose.yml | YAML | 104 | 0.7 | 0 | 0 | vue-tools | 528 | 2024-04-15T01:36:18.657029 | Apache-2.0 | false | cb4d241a76cab50bf618fef46cc7266b |
include:\n - ../compose-base.yml\nservices:\n fluentd:\n build: .\n volumes:\n - /var/lib/docker/containers:/var/lib/docker/containers:ro\n - ${PWD}/fluent.conf:/fluentd/etc/fluent.conf\n depends_on: [victorialogs]\n ports:\n - "5140:5140"\n - "24224:24224"\n healthcheck:\n test... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\fluentd\compose-base.yml | compose-base.yml | YAML | 740 | 0.8 | 0 | 0 | vue-tools | 534 | 2023-08-02T06:55:15.385084 | Apache-2.0 | false | 610a1870742fec6b896330bf976cc3af |
include:\n - ../compose-base.yml\nservices:\n journald:\n build: .\n restart: on-failure\n privileged: true\n user: root\n entrypoint: /lib/systemd/systemd\n depends_on:\n victorialogs:\n condition: service_healthy\n victoriametrics:\n condition: service_healthy\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\journald\compose-base.yml | compose-base.yml | YAML | 293 | 0.7 | 0 | 0 | react-lib | 380 | 2024-10-09T13:05:19.389621 | MIT | false | 57d1f71a270223dbbc232353c24e14ad |
include:\n - ../compose-base.yml\nservices:\n logstash:\n build:\n context: .\n user: root\n restart: on-failure\n volumes:\n - /var/lib/docker/containers:/var/lib/docker/containers\n - ${PWD}/pipeline.conf:/usr/share/logstash/pipeline/logstash.conf:ro\n - ./logstash.yml:/usr/share/logs... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\logstash\compose-base.yml | compose-base.yml | YAML | 399 | 0.7 | 0 | 0 | vue-tools | 151 | 2024-08-02T18:49:22.101449 | MIT | false | 2d5115beff2cfbf78f96adc40cbb1f26 |
include:\n - path:\n - ../compose-base.yml\n - ../../compose-ha.yml\nname: logstash-jsonline-ha\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\logstash\jsonline-ha\compose.yml | compose.yml | YAML | 103 | 0.7 | 0 | 0 | python-kit | 396 | 2025-06-16T00:16:26.690902 | MIT | false | 26ee3f1da3a5d5af1ae5e47062eda9d4 |
include:\n - ../compose-base.yml\nservices:\n collector:\n image: docker.io/otel/opentelemetry-collector-contrib:0.108.0\n restart: on-failure\n user: 0:0\n volumes:\n - ${PWD}/config.yml:/etc/otelcol-contrib/config.yaml\n - /var/lib/docker/containers:/var/lib/docker/containers\n depends_on:\n... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\opentelemetry-collector\compose-base.yml | compose-base.yml | YAML | 422 | 0.7 | 0 | 0 | react-lib | 422 | 2023-10-06T12:43:20.420265 | Apache-2.0 | false | 3340654bc12a98378b9bcf5ef4e8b93d |
exporters:\n elasticsearch:\n endpoints:\n - http://victorialogs:9428/insert/elasticsearch\nreceivers:\n filelog:\n include: [/var/lib/docker/containers/**/*.log]\n resource:\n region: us-east-1\nservice:\n telemetry:\n metrics:\n readers:\n - periodic:\n interval: 5000\n... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\opentelemetry-collector\elasticsearch\config.yml | config.yml | YAML | 550 | 0.8 | 0 | 0 | vue-tools | 651 | 2023-11-01T04:54:46.853358 | Apache-2.0 | false | fd74ab973252b05c18d2477c4c34f750 |
include:\n - path:\n - ../compose-base.yml\n - ../../compose-ha.yml\nname: collector-elasticsearch-ha\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\opentelemetry-collector\elasticsearch-ha\compose.yml | compose.yml | YAML | 106 | 0.7 | 0 | 0 | vue-tools | 201 | 2025-04-29T22:03:00.726792 | GPL-3.0 | false | f679e62a08ac90bcae0305e349d92059 |
exporters:\n elasticsearch:\n endpoints:\n - http://victorialogs:9428/insert/elasticsearch\n - http://victorialogs-2:9428/insert/elasticsearch\nreceivers:\n filelog:\n include: [/var/lib/docker/containers/**/*.log]\n resource:\n region: us-east-1\nservice:\n telemetry:\n metrics:\n re... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\opentelemetry-collector\elasticsearch-ha\config.yml | config.yml | YAML | 606 | 0.8 | 0 | 0 | python-kit | 56 | 2024-11-14T17:42:06.126252 | Apache-2.0 | false | 8d6a7f82e094b9911cbf28e65d13f7ba |
exporters:\n loki:\n endpoint: http://victorialogs:9428/insert/loki/api/v1/push\nreceivers:\n filelog:\n include: [/var/lib/docker/containers/**/*.log]\n resource:\n region: us-east-1\nservice:\n telemetry:\n metrics:\n readers:\n - periodic:\n interval: 5000\n expo... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\opentelemetry-collector\loki\config.yml | config.yml | YAML | 526 | 0.8 | 0 | 0 | vue-tools | 1,000 | 2024-05-03T21:00:34.543214 | Apache-2.0 | false | 84cdcc22d54d0ca84196e60673e17b3b |
exporters:\n otlphttp:\n logs_endpoint: http://victorialogs:9428/insert/opentelemetry/v1/logs\n debug:\n verbosity: detailed\nreceivers:\n filelog:\n include: [/var/lib/docker/containers/**/*.log]\n resource:\n region: us-east-1\nservice:\n telemetry:\n metrics:\n readers:\n - period... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\opentelemetry-collector\otlp\config.yml | config.yml | YAML | 584 | 0.8 | 0 | 0 | awesome-app | 486 | 2024-05-24T07:43:03.912937 | GPL-3.0 | false | e5f6f5276e9543908c162e2d50b5a035 |
exporters:\n syslog:\n network: tcp\n endpoint: victorialogs\n port: 5410\n tls:\n insecure: true\n debug:\n verbosity: detailed\nprocessors:\n transform:\n log_statements:\n - context: log\n statements:\n - set(attributes["message"], body)\nreceivers:\n filelog:\n inc... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\opentelemetry-collector\syslog\config.yml | config.yml | YAML | 699 | 0.8 | 0 | 0 | python-kit | 945 | 2025-07-06T03:46:26.627415 | Apache-2.0 | false | bea85e60028587b1592d02fc8a90bab5 |
include:\n - ../compose-base.yml\nservices:\n promtail:\n image: grafana/promtail:3.0.1\n volumes:\n - /var/lib/docker/containers:/var/lib/docker/containers:ro\n - /var/log:/var/log:ro\n - ${PWD}/config.yml:/etc/promtail/docker-config.yml:ro\n command: -config.file=/etc/promtail/docker-config.y... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\promtail\compose-base.yml | compose-base.yml | YAML | 345 | 0.7 | 0 | 0 | node-utils | 734 | 2024-12-05T20:54:02.659873 | Apache-2.0 | false | 013170c8be2fde800ce7e7f204ed9d8c |
server:\n http_listen_address: 0.0.0.0\n http_listen_port: 9080\n\npositions:\n filename: /tmp/positions.yaml\n\nclients:\n - url: http://victorialogs:9428/insert/loki/api/v1/push?_stream_fields=instance,job,host,app\n tenant_id: "0:0"\n\nscrape_configs:\n - job_name: system\n static_configs:\n - target... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\promtail\loki\config.yml | config.yml | YAML | 969 | 0.8 | 0 | 0 | node-utils | 332 | 2024-02-19T09:24:46.833542 | BSD-3-Clause | false | a66127296e17131a624fefee9f9c18fa |
include:\n - ../compose-base.yml\nservices:\n telegraf:\n image: bitnami/telegraf:1.31.3\n restart: on-failure\n volumes:\n - type: bind\n source: /var/run/docker.sock\n target: /var/run/docker.sock\n - type: bind\n source: /var/lib/docker\n target: /var/lib/docker\n ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\telegraf\compose-base.yml | compose-base.yml | YAML | 541 | 0.7 | 0 | 0 | react-lib | 481 | 2024-03-19T21:12:16.879360 | Apache-2.0 | false | d01c972f3f0dc091d99249644d5b85ea |
include:\n - ../compose-base.yml\nservices:\n vector:\n image: docker.io/timberio/vector:0.42.X-distroless-libc\n restart: on-failure\n volumes:\n - type: bind\n source: /var/run/docker.sock\n target: /var/run/docker.sock\n - type: bind\n source: /var/lib/docker\n target:... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\vector\compose-base.yml | compose-base.yml | YAML | 553 | 0.7 | 0 | 0 | node-utils | 261 | 2025-03-09T01:13:50.492622 | MIT | false | 9140fe1bbdcdaabc516da00a2d03ae0c |
api:\n enabled: true\n address: 0.0.0.0:8686\nsources:\n docker:\n type: docker_logs\n metrics:\n type: internal_metrics\ntransforms:\n parser:\n type: remap\n inputs:\n - docker\n source: |\n .ddsource = .source_type\n ddtags = []\n for_each(object!(.label)) -> |key, value| {\n ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\vector\datadog\vector.yml | vector.yml | YAML | 886 | 0.8 | 0 | 0 | awesome-app | 341 | 2023-12-11T06:55:31.806265 | BSD-3-Clause | false | cc6c2ce4c2a81dbd3d776ef55315ebbe |
api:\n enabled: true\n address: 0.0.0.0:8686\nsources:\n docker:\n type: docker_logs\n vector_metrics:\n type: internal_metrics\ntransforms:\n parser:\n type: remap\n inputs: [docker]\n source: |\n .message = parse_json(.message) ?? .message\nsinks:\n elasticsearch:\n type: elasticsearch\n ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\vector\elasticsearch\vector.yml | vector.yml | YAML | 877 | 0.8 | 0 | 0 | vue-tools | 165 | 2024-07-24T07:10:00.388016 | MIT | false | 1c9fe5d6438e4da5dc614ea825c21bac |
api:\n enabled: true\n address: 0.0.0.0:8686\nsources:\n docker:\n type: docker_logs\n metrics:\n type: internal_metrics\ntransforms:\n msg_parser:\n type: remap\n inputs:\n - docker\n source: |\n .message = parse_json(.message) ?? .message\nsinks:\n http:\n type: http\n inputs:\n ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\vector\jsonline\vector.yml | vector.yml | YAML | 912 | 0.8 | 0 | 0 | react-lib | 682 | 2024-06-17T17:00:49.408807 | MIT | false | 27051ae8d65e20edfb85ee7cec1beba0 |
include:\n - path:\n - ../compose-base.yml\n - ../../compose-ha.yml\nname: vector-jsonline-ha\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\vector\jsonline-ha\compose.yml | compose.yml | YAML | 101 | 0.7 | 0 | 0 | react-lib | 988 | 2024-09-10T00:50:56.851013 | BSD-3-Clause | false | 9cd77de05062b870a119254a8aa822de |
api:\n enabled: true\n address: 0.0.0.0:8686\nsources:\n docker:\n type: docker_logs\n metrics:\n type: internal_metrics\ntransforms:\n parser:\n type: remap\n inputs:\n - docker\n source: |\n .message = parse_json(.message) ?? .message\nsinks:\n vlogs-1:\n type: http\n inputs:\n ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\vector\jsonline-ha\vector.yml | vector.yml | YAML | 1,380 | 0.8 | 0 | 0 | node-utils | 831 | 2023-08-22T18:19:46.921435 | GPL-3.0 | false | 11c99a4d7f468d8f9880c3699cc3cce8 |
api:\n enabled: true\n address: 0.0.0.0:8686\nsources:\n docker:\n type: docker_logs\n metrics:\n type: internal_metrics\ntransforms:\n parser:\n type: remap\n inputs:\n - docker\n source: |\n message, err = parse_json(.message) \n if (err == null) {\n if exists(message.msg) {\... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\vector\loki\vector.yml | vector.yml | YAML | 1,038 | 0.8 | 0.065217 | 0 | vue-tools | 387 | 2023-12-01T06:53:15.379843 | Apache-2.0 | false | 93b7f162db7aa187b8580f44bd769549 |
services:\n vmagent:\n image: victoriametrics/vmagent:v1.115.0\n depends_on:\n - "victoriametrics"\n ports:\n - 8429:8429\n volumes:\n - vmagentdata-guide-vmanomaly-vmalert:/vmagentdata\n - ./prometheus.yml:/etc/prometheus/prometheus.yml\n command:\n - "--promscrape.config=/etc/... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\vmanomaly\vmanomaly-integration\compose.yml | compose.yml | YAML | 2,939 | 0.8 | 0.021053 | 0.022222 | vue-tools | 926 | 2025-04-21T13:25:34.707018 | MIT | false | 923a3370e591c2ac0fb7cc17ca69e57a |
global:\n scrape_interval: 10s\n\nscrape_configs:\n - job_name: 'vmagent'\n static_configs:\n - targets: ['vmagent:8429']\n - job_name: 'vmalert'\n static_configs:\n - targets: ['vmalert:8880']\n - job_name: 'victoriametrics'\n static_configs:\n - targets: ['victoriametrics:8428']\n - job_n... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\vmanomaly\vmanomaly-integration\prometheus.yml | prometheus.yml | YAML | 472 | 0.7 | 0 | 0 | python-kit | 493 | 2024-05-14T00:57:19.665165 | Apache-2.0 | false | d8fc698dfe3bad6dc7e136883ee8ab84 |
groups:\n - name: AnomalyExample\n rules:\n - alert: HighAnomalyScore\n expr: 'anomaly_score > 1.0'\n labels:\n severity: warning\n annotations:\n summary: Anomaly Score exceeded 1.0. `rate(node_cpu_seconds_total)` is showing abnormal behavior.\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\vmanomaly\vmanomaly-integration\vmalert_config.yml | vmalert_config.yml | YAML | 285 | 0.7 | 0 | 0 | python-kit | 471 | 2024-09-23T00:26:13.671866 | MIT | false | ea5eac11052ad6fc8bbcd0dc2fb2325e |
schedulers:\n periodic:\n infer_every: "1m"\n fit_every: "1h"\n fit_window: "2d" # 2d-14d based on the presence of weekly seasonality in your data\n\nmodels:\n prophet:\n class: "prophet"\n args:\n interval_width: 0.98\n weekly_seasonality: False # comment it if your data has weekly seasonal... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\vmanomaly\vmanomaly-integration\vmanomaly_config.yml | vmanomaly_config.yml | YAML | 677 | 0.8 | 0.071429 | 0 | react-lib | 606 | 2024-07-05T14:01:52.439954 | BSD-3-Clause | false | 6c3b4f08047ba8781f7377b22083b908 |
apiVersion: 1\n\nproviders:\n- name: Prometheus\n orgId: 1\n folder: ''\n type: file\n options:\n path: /var/lib/grafana/dashboards\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\vmanomaly\vmanomaly-integration\provisioning\dashboards\dashboard.yml | dashboard.yml | YAML | 131 | 0.7 | 0 | 0 | node-utils | 591 | 2024-04-01T10:48:31.799454 | MIT | false | c14c98b75b62908ab3af2d68d3070756 |
apiVersion: 1\n\ndatasources:\n - name: VictoriaMetrics\n type: prometheus\n access: proxy\n url: http://victoriametrics:8428\n isDefault: true\n jsonData:\n prometheusType: Prometheus\n prometheusVersion: 2.24.0\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\vmanomaly\vmanomaly-integration\provisioning\datasources\datasource.yml | datasource.yml | YAML | 245 | 0.8 | 0 | 0 | node-utils | 420 | 2024-07-19T14:22:52.683764 | Apache-2.0 | false | bee68a218532ba0eefafcb2e6819b5bc |
# This is a reduced version of awesome alerts 2023-12-01.1\ngroups:\n- name: AwesomeAlerts\n rules:\n - alert: HostOutOfMemory\n expr: (node_memory_MemAvailable_bytes / node_memory_MemTotal_bytes * 100 < 10) * on(instance) group_left (nodename) node_uname_info{nodename=~".+"}\n for: 2m\n labels:\n sever... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\vmanomaly\vmanomaly-node-exporter-preset\awesome_alerts.yml | awesome_alerts.yml | YAML | 12,795 | 0.95 | 0.118644 | 0.004717 | react-lib | 547 | 2024-10-17T04:39:58.466360 | GPL-3.0 | false | d454d63ab6146eb4fe1a0c271412e5dc |
groups:\n- name: VMAnomaly\n rules:\n - alert: PageFaults\n expr: min(anomaly_score{preset="node-exporter", for="page_faults"}) without (model_alias, scheduler_alias)>=1.0\n for: 2m\n labels:\n severity: warning\n annotations:\n summary: Abnormal Page Faults (instance {{ $labels.instance }}).\n\... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\vmanomaly\vmanomaly-node-exporter-preset\vmanomaly_alerts.yml | vmanomaly_alerts.yml | YAML | 2,884 | 0.7 | 0.246575 | 0 | node-utils | 618 | 2024-12-05T02:32:35.433535 | Apache-2.0 | false | 58f9bb81992308783447c08f212e58af |
version: "3"\n\nservices:\n filebeat-elastic:\n image: docker.elastic.co/beats/filebeat:8.8.0\n restart: on-failure\n volumes:\n - ./elk/filebeat/filebeat-elastic.yml:/usr/share/filebeat/filebeat.yml:ro\n depends_on:\n - elastic\n\n filebeat-vlogs:\n image: docker.elastic.co/beats/filebeat:8.... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\logs-benchmark\docker-compose-elk.yml | docker-compose-elk.yml | YAML | 1,765 | 0.8 | 0 | 0 | awesome-app | 746 | 2024-11-05T03:40:41.753407 | GPL-3.0 | false | 579c45ee504429d493cb90e0ccb0d810 |
version: "3"\n\nservices:\n generator:\n image: golang:1.24.2-alpine\n restart: always\n working_dir: /go/src/app\n volumes:\n - ./generator:/go/src/app\n - ./source_logs:/go/src/source_logs\n command:\n - go\n - run\n - main.go\n - -logsPath=/go/src/source_logs/logs\n ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\logs-benchmark\docker-compose-loki.yml | docker-compose-loki.yml | YAML | 1,073 | 0.7 | 0 | 0 | vue-tools | 611 | 2024-05-06T22:59:57.657038 | BSD-3-Clause | false | 924a9fcd6bd2784200e0c6487738f8e9 |
version: "3"\n\nservices:\n # Run `make package-victoria-logs` to build victoria-logs image\n vlogs:\n image: docker.io/victoriametrics/victoria-logs:v1.20.0-victorialogs\n volumes:\n - vlogs:/vlogs\n ports:\n - "9428:9428"\n command:\n - -storageDataPath=/vlogs\n\n cadvisor:\n image: g... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\logs-benchmark\docker-compose.yml | docker-compose.yml | YAML | 1,893 | 0.8 | 0 | 0.014925 | react-lib | 814 | 2023-09-25T14:07:32.901274 | BSD-3-Clause | false | 417c87ad5ef9f6b9b42d3c8f2c74a2be |
cluster.name: "bench"\nnetwork.host: 0.0.0.0\nxpack.security.enabled: false\ndiscovery.type: single-node\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\logs-benchmark\elk\elastic\elasticsearch.yml | elasticsearch.yml | YAML | 102 | 0.7 | 0 | 0 | python-kit | 204 | 2024-01-13T21:17:34.239357 | MIT | false | bf06da7c40603182720a82d6af40dc0d |
filebeat.inputs:\n - type: syslog\n format: rfc3164\n protocol.tcp:\n host: "0.0.0.0:12345"\n\noutput.elasticsearch:\n hosts: [ "http://elastic:9200" ]\n worker: 5\n bulk_max_size: 1000\n\nhttp:\n enabled: true\n host: 0.0.0.0\n port: 5066\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\logs-benchmark\elk\filebeat\filebeat-elastic.yml | filebeat-elastic.yml | YAML | 244 | 0.8 | 0 | 0 | vue-tools | 766 | 2023-12-31T02:55:15.818716 | MIT | false | 3bfdc7d88da6ec37385bb6b2f2680f7d |
filebeat.inputs:\n - type: syslog\n format: rfc3164\n protocol.tcp:\n host: "0.0.0.0:12345"\n\noutput.elasticsearch:\n hosts: [ "http://vlogs:9428/insert/elasticsearch/" ]\n worker: 5\n bulk_max_size: 1000\n parameters:\n _msg_field: "message"\n _time_field: "@timestamp"\n _stream_fields: "host... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\logs-benchmark\elk\filebeat\filebeat-vlogs.yml | filebeat-vlogs.yml | YAML | 394 | 0.8 | 0 | 0 | awesome-app | 816 | 2025-06-12T21:29:17.565483 | GPL-3.0 | false | 8b7aa535a154dcad1358888ab337dae1 |
apiVersion: 1\n\nproviders:\n- name: Prometheus\n orgId: 1\n folder: ''\n type: file\n options:\n path: /var/lib/grafana/dashboards\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\logs-benchmark\grafana\provisioning\dashboards\dashboard.yml | dashboard.yml | YAML | 131 | 0.7 | 0 | 0 | node-utils | 293 | 2024-04-06T19:07:56.130418 | BSD-3-Clause | false | c14c98b75b62908ab3af2d68d3070756 |
apiVersion: 1\n\ndatasources:\n - name: VictoriaMetrics\n type: prometheus\n access: proxy\n url: http://vmsingle:8428\n isDefault: true\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\logs-benchmark\grafana\provisioning\datasources\datasource.yml | datasource.yml | YAML | 153 | 0.8 | 0 | 0 | vue-tools | 235 | 2024-08-20T21:10:48.822259 | GPL-3.0 | false | 74abe32ae8bbb9e5dad373970d54b3e1 |
scrape_configs:\n - job_name: "filebeat"\n scrape_interval: 30s\n static_configs:\n - targets:\n - beat-exporter-elastic:9479\n - beat-exporter-vlogs:9479\n - job_name: "victoria-logs"\n scrape_interval: 30s\n static_configs:\n - targets:\n - vlogs:9428\n - job_name: ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\logs-benchmark\vmsingle\promscrape.yml | promscrape.yml | YAML | 766 | 0.7 | 0 | 0 | vue-tools | 316 | 2024-07-29T22:33:56.939189 | BSD-3-Clause | false | 2c2e1c2e279605ef296e0e337713c26e |
# Scrape config example\n#\nscrape_configs:\n - job_name: self_scrape\n scrape_interval: 10s\n static_configs:\n - targets: ['127.0.0.1:8428'] | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\marketplace\digitialocean\one-click-droplet\files\etc\victoriametrics\single\scrape.yml | scrape.yml | YAML | 148 | 0.8 | 0 | 0.285714 | python-kit | 412 | 2025-05-07T12:36:04.004086 | BSD-3-Clause | false | 37f8cbdaae118d7ac6b85c1b42f34a06 |
# Scrape config example\n#\nscrape_configs:\n - job_name: self_scrape\n scrape_interval: 10s\n static_configs:\n - targets: ['127.0.0.1:8428'] | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\marketplace\vultr\victoriametrics-single\etc\victoriametrics\single\scrape.yml | scrape.yml | YAML | 148 | 0.8 | 0 | 0.285714 | vue-tools | 715 | 2024-12-09T14:29:35.968977 | Apache-2.0 | false | 37f8cbdaae118d7ac6b85c1b42f34a06 |
- target_label: bar\n- source_labels: [aa]\n separator: "foobar"\n regex: "foo.+bar"\n target_label: aaa\n replacement: "xxx"\n- action: keep\n source_labels: [aaa]\n- action: drop\n source_labels: [aaa]\n- action: hashmod\n source_labels: [aaa]\n target_label: aaa\n modulus: 234\n- action: replace_all\n sour... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\lib\promrelabel\testdata\relabel_configs_valid.yml | relabel_configs_valid.yml | YAML | 1,150 | 0.7 | 0.018182 | 0 | awesome-app | 75 | 2025-06-17T18:20:15.468456 | BSD-3-Clause | true | 97269a42774068898b3c7ecc4dc2ac5f |
scrape_configs:\n- job_name: foo\n kubernetes_sd_configs:\n - role: pod\n\nscrape_config_files:\n- scrape_configs.yml\n- scrape_config_files/*.yml\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\lib\promscrape\testdata\prometheus-with-scrape-config-files.yml | prometheus-with-scrape-config-files.yml | YAML | 142 | 0.8 | 0 | 0 | awesome-app | 92 | 2025-03-23T22:46:18.553874 | GPL-3.0 | true | 193aca1926ad1e4124f70ed5a6de8305 |
scrape_configs:\n - job_name: foo\n scrape_interval: 54s\n scrape_timeout: 12s\n metrics_path: /foo/bar\n scheme: https\n honor_labels: true\n honor_timestamps: false\n follow_redirects: false\n static_configs:\n - targets: ["foo.bar", "aaa"]\n labels:\n x: y\n __s... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\lib\promscrape\testdata\prometheus.yml | prometheus.yml | YAML | 774 | 0.8 | 0 | 0 | awesome-app | 960 | 2023-10-01T22:16:09.591736 | MIT | true | 68b75afcbed52e0a93ecde27214bccab |
language: go\nsudo: true\ndist: bionic\n\nbranches:\n only:\n - main\n\nos:\n - linux\n - osx\n # Travis doesn't work with windows and Go tip\n #- windows\n\ngo:\n - tip\n\nmatrix:\n allow_failures:\n - go: tip\n\nbefore_install:\n - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi\n - (... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\aws\smithy-go\.travis.yml | .travis.yml | YAML | 377 | 0.8 | 0.035714 | 0.095238 | awesome-app | 55 | 2024-07-30T11:37:14.947031 | GPL-3.0 | false | b615be337e1992846d32c080fc02c3fe |
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.\ntrigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/azcore/\n - eng/\n\npr:\n branches:\n include:\n - main\n - feature/*\n ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\Azure\azure-sdk-for-go\sdk\azcore\ci.yml | ci.yml | YAML | 504 | 0.8 | 0 | 0.037037 | vue-tools | 836 | 2025-05-11T12:47:33.032634 | Apache-2.0 | false | 8c91b6a80332e71c293a8aa5448000f1 |
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.\ntrigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/azidentity/\n\npr:\n branches:\n include:\n - main\n - feature/*\n - ho... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\Azure\azure-sdk-for-go\sdk\azidentity\ci.yml | ci.yml | YAML | 1,201 | 0.8 | 0.021739 | 0.023256 | react-lib | 966 | 2024-02-09T07:49:14.262813 | BSD-3-Clause | false | 1a377d92573c3c389b22c94165c1e87b |
trigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/storage/azblob\n\npr:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/storage/azblob\n\n\ne... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\Azure\azure-sdk-for-go\sdk\storage\azblob\ci.yml | ci.yml | YAML | 701 | 0.8 | 0 | 0 | python-kit | 257 | 2023-09-24T02:19:24.023334 | BSD-3-Clause | false | c6a7d61310749dd70aa764d988a0708f |
coverage:\n status:\n project:\n default:\n threshold: 1%\n patch:\n default:\n target: 70%\nignore:\n - globoptions.go\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\bmatcuk\doublestar\v4\.codecov.yml | .codecov.yml | YAML | 143 | 0.7 | 0 | 0 | react-lib | 82 | 2024-04-29T01:48:53.707288 | MIT | false | eef6bd47bfea08b4d2b429c74f8d8c45 |
language: go\n\nsudo: false\n\ngo:\n - 1.5.x\n - 1.6.x\n - 1.7.x\n - 1.8.x\n - 1.9.x\n - 1.10.x\n - 1.11.x\n - 1.12.x\n - 1.13.x\n - 1.14.x\n - 1.15.x\n - tip\n\nallow_failures:\n - go: tip\n\nscript: make build\n\nmatrix:\n include:\n - language: go\n go: 1.15.x\n script: make test\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\jmespath\go-jmespath\.travis.yml | .travis.yml | YAML | 284 | 0.7 | 0 | 0 | python-kit | 468 | 2024-08-21T10:18:32.089079 | GPL-3.0 | false | c10582a21d458300b2c0ed923ffc7f38 |
language: go\n\ngo:\n - 1.8.x\n - 1.x\n\nbefore_install:\n - go get -t -v ./...\n\nscript:\n - ./test.sh\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\json-iterator\go\.travis.yml | .travis.yml | YAML | 159 | 0.8 | 0 | 0 | react-lib | 557 | 2023-12-08T18:10:16.249252 | GPL-3.0 | false | 529e0253c40224d4a96e059257ea55d1 |
version: 2\n\nbefore:\n hooks:\n - ./gen.sh\n\nbuilds:\n -\n id: "s2c"\n binary: s2c\n main: ./s2/cmd/s2c/main.go\n flags:\n - -trimpath\n env:\n - CGO_ENABLED=0\n goos:\n - aix\n - linux\n - freebsd\n - netbsd\n - windows\n - darwin\n goarch:\n - 3... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\klauspost\compress\.goreleaser.yml | .goreleaser.yml | YAML | 1,993 | 0.8 | 0.01626 | 0 | node-utils | 654 | 2023-07-17T06:23:27.412710 | Apache-2.0 | false | 4c251cbabf5814a458f8343c6698f393 |
language: go\n\ngo:\n - 1.8.x\n - 1.x\n\nbefore_install:\n - go get -t -v ./...\n\nscript:\n - ./test.sh\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\modern-go\concurrent\.travis.yml | .travis.yml | YAML | 159 | 0.8 | 0 | 0 | vue-tools | 742 | 2023-09-13T13:20:47.498948 | Apache-2.0 | false | 529e0253c40224d4a96e059257ea55d1 |
language: go\n\ngo:\n - 1.9.x\n - 1.x\n\nbefore_install:\n - go get -t -v ./...\n - go get -t -v github.com/modern-go/reflect2-tests/...\n\nscript:\n - ./test.sh\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\modern-go\reflect2\.travis.yml | .travis.yml | YAML | 216 | 0.8 | 0 | 0 | vue-tools | 806 | 2023-12-03T03:14:24.350580 | BSD-3-Clause | false | 12fca2ab15a8f10085fd6330c85dd4f1 |
sudo: false\nlanguage: go\ngo:\n- "1.8"\n- "1.9"\n- "1.10"\n- "1.11"\n- "1.12"\n\ninstall:\n- go get github.com/stretchr/testify\n- go get github.com/prometheus/client_golang/prometheus\n- go get golang.org/x/net/context\n- go get golang.org/x/net/trace\n\nscript:\n- go test -v ./...\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\mwitkow\go-conntrack\.travis.yml | .travis.yml | YAML | 269 | 0.7 | 0 | 0 | react-lib | 375 | 2025-02-25T17:53:40.874209 | Apache-2.0 | false | 09749b1ab620fe0a228ea6e26203dac2 |
language: go\nsudo: false\ngo:\n - 1.10.x\ninstall:\n - go get -v github.com/golang/lint/golint\n - go get golang.org/x/tools/cmd/cover\n - go get github.com/mattn/goveralls\n - go get -d -t -v ./...\n - go build -v ./...\nscript:\n - go vet ./...\n - $HOME/gopath/bin/golint .\n - go test -v -race ./...\n - g... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\oklog\ulid\.travis.yml | .travis.yml | YAML | 465 | 0.7 | 0 | 0 | react-lib | 857 | 2023-11-22T18:17:10.544490 | MIT | false | fba17fa639b561df278f0c53d952eebb |
---\nlinters:\n enable:\n - errcheck\n - forbidigo\n - godot\n - gofmt\n - goimports\n - gosimple\n - govet\n - ineffassign\n - misspell\n - revive\n - staticcheck\n - testifylint\n - unused\n\nlinters-settings:\n forbidigo:\n forbid:\n - p: ^fmt\.Print.*$\n msg: Do not commit print statem... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\prometheus\procfs\.golangci.yml | .golangci.yml | YAML | 473 | 0.95 | 0 | 0.033333 | vue-tools | 274 | 2024-04-29T10:09:34.021712 | MIT | false | d6fa4364d97c4d59036ecd5abaf12a0b |
issues:\n max-issues-per-linter: 0\n max-same-issues: 0\nlinters:\n enable:\n - errcheck\n - errorlint\n - gofumpt\n - goimports\n - gosimple\n - govet\n - ineffassign\n - misspell\n - revive\n - staticcheck\n - testifylint\n - unused\nlinters-settings:\n goimports:\n local-pr... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\prometheus\sigv4\.golangci.yml | .golangci.yml | YAML | 819 | 0.95 | 0 | 0.02439 | react-lib | 825 | 2024-11-16T19:09:17.230544 | MIT | false | 0cd3f819545ac37ec1cb709cbf924b1a |
sudo: false\nlanguage: go\ngo:\n - "1.10.x"\n - "1.11.x"\n - tip\nmatrix:\n fast_finish: true\n allow_failures:\n - go: tip\ninstall:\n - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).\nscript:\n - go get -t -v... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\russross\blackfriday\v2\.travis.yml | .travis.yml | YAML | 393 | 0.8 | 0 | 0 | python-kit | 908 | 2024-08-22T07:12:37.069788 | BSD-3-Clause | false | 626dc798e8bcebfb14204f21b5307122 |
# NOTE: the mkdocs dependencies will need to be installed out of\n# band until this whole thing gets more automated:\n#\n# pip install -r mkdocs-reqs.txt\n#\n\nsite_name: urfave/cli\nsite_url: https://cli.urfave.org/\nrepo_url: https://github.com/urfave/cli\nedit_uri: edit/main/docs/\nnav:\n - Home:\n - Welco... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\urfave\cli\v2\mkdocs.yml | mkdocs.yml | YAML | 3,465 | 0.8 | 0 | 0.066667 | node-utils | 953 | 2023-08-08T04:24:09.927727 | GPL-3.0 | false | 34cc71031738b77403d61006c54f96ee |
language: go\n\ngo:\n - 1.6\n\nscript:\n # build test for supported platforms\n - GOOS=linux go build\n - GOOS=darwin go build\n - GOOS=freebsd go build\n - GOOS=windows go build\n - GOARCH=386 go build\n\n # run tests on a standard platform\n - go test -v ./...\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\valyala\bytebufferpool\.travis.yml | .travis.yml | YAML | 258 | 0.8 | 0.066667 | 0.166667 | node-utils | 769 | 2024-05-02T23:29:11.785489 | MIT | false | f94daafc6026266c477442e4542de69d |
language: go\n\ngo:\n - 1.10.x\n\nscript:\n # build test for supported platforms\n - GOOS=linux go build\n - GOOS=darwin go build\n - GOOS=freebsd go build\n - GOOS=windows go build\n\n # run tests on a standard platform\n - go test -v ./... -coverprofile=coverage.txt -covermode=atomic\n - go test -v ./... -ra... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\valyala\fastjson\.travis.yml | .travis.yml | YAML | 411 | 0.8 | 0.052632 | 0.2 | node-utils | 895 | 2025-02-18T20:31:24.962966 | GPL-3.0 | false | 72ba2fb7e92121647293027c9f68eaf4 |
language: go\n\ngo:\n - 1.7\n - 1.8\n\nscript:\n # build test for supported platforms\n - GOOS=linux go build\n - GOOS=darwin go build\n - GOOS=freebsd go build\n - GOARCH=386 go build\n\n # run tests on a standard platform\n - go test -v ./...\n\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\valyala\fastrand\.travis.yml | .travis.yml | YAML | 241 | 0.8 | 0.0625 | 0.166667 | node-utils | 992 | 2025-02-14T00:20:25.993366 | Apache-2.0 | false | 94a7148a744ed714c5fe37612156ab3d |
language: go\n\nos:\n - linux\n - osx\n - freebsd\n \ngo:\n - 1.14\n\nscript:\n # build test for supported platforms\n - GOARCH=amd64 go build\n\n # run tests on a standard platform\n - go test -v -coverprofile=coverage.txt -covermode=atomic\n - go test -v -race\n\nafter_success:\n # Upload coverage results ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\valyala\gozstd\.travis.yml | .travis.yml | YAML | 359 | 0.8 | 0.047619 | 0.1875 | react-lib | 208 | 2024-02-14T18:16:43.196783 | MIT | false | d5720b09887bf0448fcd3304fa76861e |
language: go\n\ngo:\n - 1.11.x\n - 1.12.x\n - 1.13.x\n - 1.14.x\n - tip\n\nbefore_install:\n - go get -u github.com/valyala/quicktemplate/qtc\n - go generate\n\nscript:\n # build test for supported platforms\n - GOOS=linux go build\n - GOOS=darwin go build\n - GOOS=freebsd go build\n\n # run tests on a stan... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\valyala\quicktemplate\.travis.yml | .travis.yml | YAML | 336 | 0.8 | 0.047619 | 0.117647 | awesome-app | 225 | 2023-12-11T01:57:12.294005 | BSD-3-Clause | false | 99633e40affe3da60f5ef4d9e573b3b0 |
language: go\ngo:\n - 1.11\n - 1.12\n - 1.13\n - 1.14.x\n - master\nscript:\n - cd tests && make\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\github.com\xrash\smetrics\.travis.yml | .travis.yml | YAML | 107 | 0.7 | 0 | 0 | vue-tools | 208 | 2023-10-27T09:17:24.898668 | BSD-3-Clause | false | b6525913449e53358cdcac10aaa012cc |
# See https://github.com/golangci/golangci-lint#config-file\nrun:\n issues-exit-code: 1 #Default\n tests: true #Default\n\nlinters:\n # Disable everything by default so upgrades to not include new "default\n # enabled" linters.\n disable-all: true\n # Specifically enable linters we want to use.\n enable:\n - ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\go.opentelemetry.io\otel\.golangci.yml | .golangci.yml | YAML | 7,653 | 0.95 | 0.02381 | 0.128514 | react-lib | 884 | 2024-10-01T12:04:51.944723 | MIT | false | 202721b5552753e3861b6e195cb29097 |
coverage:\n range: 80..100\n round: down\n precision: 2\n\n status:\n project: # measuring the overall project coverage\n default: # context, you can create multiple ones with custom titles\n enabled: yes # must be yes|true to enable this status\n ta... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\go.uber.org\atomic\.codecov.yml | .codecov.yml | YAML | 881 | 0.8 | 0.157895 | 0.176471 | python-kit | 609 | 2024-10-06T10:51:57.198001 | GPL-3.0 | false | 96d4475026980e493ad0f56942cf2e2d |
output:\n # Make output more digestible with quickfix in vim/emacs/etc.\n sort-results: true\n print-issued-lines: false\n\nlinters:\n enable:\n - gofumpt\n - nolintlint\n - revive\n\nlinters-settings:\n govet:\n # These govet checks are disabled by default, but they're useful.\n enable:\n - ni... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\go.uber.org\goleak\.golangci.yml | .golangci.yml | YAML | 635 | 0.8 | 0 | 0.208333 | python-kit | 36 | 2024-07-15T04:16:33.404458 | Apache-2.0 | false | 0f7fbc2a02ff0c3d66ab60b306590bf7 |
coverage:\n range: 80..100\n round: down\n precision: 2\n\n status:\n project: # measuring the overall project coverage\n default: # context, you can create multiple ones with custom titles\n enabled: yes # must be yes|true to enable this status\n ta... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\go.uber.org\multierr\.codecov.yml | .codecov.yml | YAML | 763 | 0.8 | 0.2 | 0.153846 | python-kit | 327 | 2023-10-02T19:38:23.404537 | MIT | false | 47a21b3ecf2c1abbbffc83074925a3c0 |
coverage:\n range: 80..100\n round: down\n precision: 2\n\n status:\n project: # measuring the overall project coverage\n default: # context, you can create multiple ones with custom titles\n enabled: yes # must be yes|true to enable this status\n ta... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\go.uber.org\zap\.codecov.yml | .codecov.yml | YAML | 801 | 0.8 | 0.176471 | 0.133333 | awesome-app | 656 | 2024-12-08T15:49:50.786795 | GPL-3.0 | false | 322c63b6b124b9e5ab95491701bf47fb |
output:\n # Make output more digestible with quickfix in vim/emacs/etc.\n sort-results: true\n print-issued-lines: false\n\nlinters:\n # We'll track the golangci-lint default linters manually\n # instead of letting them change without our control.\n disable-all: true\n enable:\n # golangci-lint defaults:\n ... | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\go.uber.org\zap\.golangci.yml | .golangci.yml | YAML | 2,386 | 0.95 | 0.025974 | 0.333333 | awesome-app | 431 | 2023-08-13T21:58:12.513942 | Apache-2.0 | false | b126debe5c78b49b8d216daa58b8968a |
language: go\n\ngo:\n - tip\n\ninstall:\n - export GOPATH="$HOME/gopath"\n - mkdir -p "$GOPATH/src/golang.org/x"\n - mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/golang.org/x/oauth2"\n - go get -v -t -d golang.org/x/oauth2/...\n\nscript:\n - go test -v golang.org/x/oauth2/...\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\golang.org\x\oauth2\.travis.yml | .travis.yml | YAML | 262 | 0.7 | 0 | 0 | vue-tools | 557 | 2024-10-30T17:33:56.577439 | MIT | false | 1a68e7809045200cda2e2ed6fc4f5890 |
language: go\n\ngo:\n - "1.4.x"\n - "1.5.x"\n - "1.6.x"\n - "1.7.x"\n - "1.8.x"\n - "1.9.x"\n - "1.10.x"\n - "1.11.x"\n - "1.12.x"\n - "1.13.x"\n - "1.14.x"\n - "tip"\n\ngo_import_path: gopkg.in/yaml.v2\n | dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\vendor\gopkg.in\yaml.v2\.travis.yml | .travis.yml | YAML | 223 | 0.85 | 0 | 0 | react-lib | 972 | 2025-02-06T09:20:11.233662 | MIT | false | 2d12342affd6d5ea1bb8148206423ec3 |
# Use the latest 2.1 version of CircleCI pipeline processing engine, see https://circleci.com/docs/2.0/configuration-reference/\n# See https://app.circleci.com/pipelines/github/vimeo/psalm\nversion: 2.1\nexecutors:\n php-81:\n docker:\n - image: thecodingmachine/php:8.1-v4-cli\n php-82:\n docker:\n - ... | dataset_sample\yaml\vimeo_psalm\.circleci\config.yml | config.yml | YAML | 3,013 | 0.95 | 0.032609 | 0.060241 | python-kit | 567 | 2024-11-11T11:28:29.071885 | MIT | false | 8843b537c86595c5bbd28e79769cf47c |
version: 2\nupdates:\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "weekly"\n | dataset_sample\yaml\vimeo_psalm\.github\dependabot.yml | dependabot.yml | YAML | 118 | 0.7 | 0 | 0 | awesome-app | 770 | 2025-03-29T05:10:41.808023 | BSD-3-Clause | false | 4334132ba6bcd78670bf574b6b4236f4 |
changelog:\n categories:\n - title: Removed\n labels:\n - 'release:removed'\n - title: Deprecations\n labels:\n - 'release:deprecation'\n - title: Features\n labels:\n - 'release:feature'\n - title: Fixes\n labels:\n - 'release:fix'\n - title: Docs\n ... | dataset_sample\yaml\vimeo_psalm\.github\release.yml | release.yml | YAML | 550 | 0.7 | 0 | 0 | python-kit | 453 | 2024-01-21T14:47:06.754593 | GPL-3.0 | false | fed5da28e6ac746be441ebbc515482a1 |
name: Check backward compatibility\n\non: pull_request\njobs:\n bcc:\n name: Check backward compatibility\n runs-on: ubuntu-latest\n steps:\n - name: Set up PHP\n uses: shivammathur/setup-php@v2\n with:\n php-version: '8.1'\n tools: composer:v2\n coverage: none\n ... | dataset_sample\yaml\vimeo_psalm\.github\workflows\bcc.yml | bcc.yml | YAML | 1,489 | 0.7 | 0 | 0 | python-kit | 576 | 2024-09-08T14:40:08.443621 | MIT | false | 80d30e46aa0f041be084c036473eb939 |
name: Build docker image\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\non:\n push:\n branches:\n - master\n - 6.x\n tags:\n - '*'\n\npermissions:\n contents: read\n\njobs:\n pre_job:\n permissions:\n actions: write\n runs-on: ubuntu-... | dataset_sample\yaml\vimeo_psalm\.github\workflows\build-docker.yml | build-docker.yml | YAML | 3,838 | 0.95 | 0.015504 | 0.044248 | react-lib | 157 | 2024-08-30T04:47:40.401232 | MIT | false | 1086647bb47a4f13a9c9222aa3967b3d |
name: Build phar\n\non:\n push:\n branches:\n - master\n - 6.x\n release:\n types:\n - published\n\npermissions:\n contents: read\n\njobs:\n pre_job:\n permissions:\n actions: write\n runs-on: ubuntu-latest\n outputs:\n should_skip: ${{ steps.skip_check.outputs.should_skip }}... | dataset_sample\yaml\vimeo_psalm\.github\workflows\build-phar.yml | build-phar.yml | YAML | 2,990 | 0.95 | 0.040816 | 0.047059 | vue-tools | 781 | 2024-04-16T12:01:35.281529 | MIT | false | bfb6ba6bff8ed356fe21fa2a62836a14 |
name: Build docker image for stubs\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\non:\n push:\n branches:\n - master\n - 6.x\n\npermissions:\n contents: read\n\njobs:\n pre_job:\n permissions:\n actions: write\n runs-on: ubuntu-latest\n ou... | dataset_sample\yaml\vimeo_psalm\.github\workflows\build-stubs.yml | build-stubs.yml | YAML | 1,237 | 0.8 | 0.038462 | 0 | vue-tools | 650 | 2024-08-20T05:55:45.009313 | Apache-2.0 | false | 85c1f5b5e2e2958df4203e50b7e103f7 |
name: Run unit tests\n\non: [push, pull_request]\npermissions:\n contents: read\n\njobs:\n lint:\n name: Check PHP syntax\n runs-on: ubuntu-latest\n steps:\n - name: Set up PHP\n uses: shivammathur/setup-php@v2\n with:\n php-version: '8.1'\n tools: composer:v2\n ... | dataset_sample\yaml\vimeo_psalm\.github\workflows\ci.yml | ci.yml | YAML | 5,571 | 0.95 | 0.005291 | 0 | node-utils | 295 | 2024-11-18T21:00:16.451044 | GPL-3.0 | false | e0bada7e0e7731838d6c81ac2ae04767 |
name: Run Psalm (mac OS)\n\non: [push, pull_request]\n\npermissions:\n contents: read\n\njobs:\n build:\n runs-on: macos-15\n\n steps:\n - uses: actions/checkout@v4\n - uses: shivammathur/setup-php@v2\n with:\n php-version: '8.4'\n ini-values: zend.assertions=1\n tools: composer:... | dataset_sample\yaml\vimeo_psalm\.github\workflows\macos-scan.yml | macos-scan.yml | YAML | 597 | 0.7 | 0 | 0 | python-kit | 164 | 2023-12-02T06:07:21.668730 | MIT | false | e12ee0143bb7229f4c646f1694802a1d |
name: Pull Request Labels (to be added by maintainers)\non:\n pull_request:\n types: [opened, reopened, labeled, unlabeled, synchronize]\njobs:\n label:\n runs-on: ubuntu-latest\n steps:\n - uses: mheap/github-action-required-labels@v5\n with:\n mode: minimum\n count: 1\n ... | dataset_sample\yaml\vimeo_psalm\.github\workflows\pr-labels.yml | pr-labels.yml | YAML | 434 | 0.85 | 0 | 0 | react-lib | 407 | 2024-06-30T14:14:48.460663 | GPL-3.0 | false | a84fcd7e2c48830d1c5e0a41fecee7a1 |
name: Run Shepherd\n\non: [push, pull_request]\n\npermissions:\n contents: read\n\njobs:\n build:\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v4\n - uses: shivammathur/setup-php@v2\n with:\n php-version: '8.4'\n ini-values: zend.assertions=1\n tools: composer:v... | dataset_sample\yaml\vimeo_psalm\.github\workflows\shepherd.yml | shepherd.yml | YAML | 607 | 0.7 | 0 | 0 | node-utils | 89 | 2025-03-18T10:20:59.730819 | GPL-3.0 | false | a831f22279188fd1f6efabd056879169 |
name: Run unit tests on Windows\n\non: [push, pull_request]\n\npermissions:\n contents: read\n\njobs:\n chunk-matrix:\n permissions:\n contents: none\n name: Generate Chunk Matrix\n\n runs-on: ubuntu-latest\n env:\n CHUNK_COUNT: 8\n\n outputs:\n count: ${{ steps.chunk-matrix.outputs.coun... | dataset_sample\yaml\vimeo_psalm\.github\workflows\windows-ci.yml | windows-ci.yml | YAML | 3,278 | 0.95 | 0.009434 | 0.023256 | awesome-app | 407 | 2024-01-08T03:59:33.718040 | Apache-2.0 | false | 7fec4e16f21afc6e862a524461e0d477 |
version: "{build}"\n\nimage: Visual Studio 2015\n\nskip_tags: true\n\nenvironment:\n matrix:\n - FEATURE: HUGE\n \n # Alternate environments, not used right now. 2022 is a lot slower.\n #\n # - job_name: VS-2015\n # appveyor_build_worker_image: Visual Studio 2015\n # FEATURE: HUGE\n\n # - jo... | dataset_sample\yaml\vim_vim\.appveyor.yml | .appveyor.yml | YAML | 945 | 0.8 | 0 | 0.473684 | python-kit | 218 | 2024-04-12T23:28:36.709890 | GPL-3.0 | false | 265c3fe82b7d0fbed2e876c23aef8035 |
env:\n CIRRUS_CLONE_DEPTH: 3\n FEATURES: huge\n\nfreebsd_task:\n name: FreeBSD\n matrix:\n - name: FreeBSD 14.2\n freebsd_instance:\n image_family: freebsd-14-2\n timeout_in: 20m\n install_script:\n - pkg install -y gettext\n build_script:\n - NPROC=$(getconf _NPROCESSORS_ONLN)\n - ./conf... | dataset_sample\yaml\vim_vim\.cirrus.yml | .cirrus.yml | YAML | 777 | 0.8 | 0 | 0.033333 | node-utils | 111 | 2025-02-17T16:09:34.901577 | GPL-3.0 | false | 707f118d1890b0978a20bf44c951d147 |
coverage:\n range: "80...100"\n status:\n project:\n default:\n threshold: 0.05%\n\ncomment: false\n\n# Files not run by tests\nignore:\n - "src/dosinst.c"\n - "src/dosinst.h"\n - "src/uninstall.c"\n | dataset_sample\yaml\vim_vim\.codecov.yml | .codecov.yml | YAML | 205 | 0.8 | 0 | 0.083333 | vue-tools | 100 | 2025-02-22T02:53:44.671661 | GPL-3.0 | false | b18c661640051a315d3c97bdd76c085c |
version: 2\nupdates:\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "weekly"\n commit-message:\n prefix: "CI"\n | dataset_sample\yaml\vim_vim\.github\dependabot.yml | dependabot.yml | YAML | 157 | 0.7 | 0 | 0 | node-utils | 51 | 2023-07-11T22:53:16.437498 | Apache-2.0 | false | 18aa9ff91a016cff59d3211731cc3748 |
# list of labels and minimatch globs to match to apply the label.\n\nCI:\n - all:\n - changed-files:\n - any-glob-to-any-file:\n - '.cirrus.yml'\n - '.github/dependabot.yml'\n - '.github/labeler.yml'\n - '.github/workflows/*'\n - '.appveyor.yml'\n - '.codecov.yml'\n\nd... | dataset_sample\yaml\vim_vim\.github\labeler.yml | labeler.yml | YAML | 3,431 | 0.8 | 0 | 0.007194 | python-kit | 955 | 2025-03-05T15:31:29.255669 | Apache-2.0 | false | 020f3bb82150f51b232457656fe3c1df |
name: 'test_artifacts'\ndescription: "Upload failed test artifacts"\nruns:\n using: "composite"\n steps:\n - name: Upload failed tests\n uses: actions/upload-artifact@v4\n with:\n # Name of the artifact to upload.\n name: ${{ github.workflow }}-${{ github.job }}-${{ join(matrix.*, '-') }}-f... | dataset_sample\yaml\vim_vim\.github\actions\test_artifacts\action.yml | action.yml | YAML | 959 | 0.8 | 0.074074 | 0.333333 | node-utils | 619 | 2023-12-31T02:28:58.900722 | Apache-2.0 | true | 5d7ec73afbd3d4aa54077b400c2cfee1 |
---\nname: Bug report\ndescription: Create a report to help us improve Vim.\nlabels: [bug]\n\nbody:\n - type: markdown\n attributes:\n value: |\n Thanks for reporting issues of Vim!\n\n If you want to report a security issue, instead of reporting it here publicly,\n please disclose it priv... | dataset_sample\yaml\vim_vim\.github\ISSUE_TEMPLATE\bug_report.yml | bug_report.yml | YAML | 1,629 | 0.85 | 0.052632 | 0 | vue-tools | 65 | 2025-05-27T10:10:15.560731 | MIT | false | 04088a61ff75fcca5881e61a64e7ad48 |
# For most projects, this workflow file will not need changing; you simply need\n# to commit it to your repository.\n#\n# You may wish to alter this file to override the set of languages analyzed,\n# or to provide custom queries or build logic.\nname: "CodeQL"\n\non:\n push:\n branches: [master]\n pull_request:\n ... | dataset_sample\yaml\vim_vim\.github\workflows\codeql-analysis.yml | codeql-analysis.yml | YAML | 2,789 | 0.8 | 0.065789 | 0.444444 | python-kit | 407 | 2024-02-23T19:02:36.086913 | MIT | false | 37e86acfc4bbe1088595c415f6f9ccfb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.